| /OK3568_Linux_fs/kernel/drivers/net/can/usb/ |
| H A D | gs_usb.c | 305 struct gs_host_frame *hf = urb->transfer_buffer; in gs_usb_receive_bulk_callback() local 324 if (hf->channel >= GS_MAX_INTF) in gs_usb_receive_bulk_callback() 327 dev = usbcan->canch[hf->channel]; in gs_usb_receive_bulk_callback() 335 if (hf->echo_id == -1) { /* normal rx */ in gs_usb_receive_bulk_callback() 340 cf->can_id = le32_to_cpu(hf->can_id); in gs_usb_receive_bulk_callback() 342 cf->can_dlc = get_can_dlc(hf->can_dlc); in gs_usb_receive_bulk_callback() 343 memcpy(cf->data, hf->data, 8); in gs_usb_receive_bulk_callback() 346 if (le32_to_cpu(hf->can_id) & CAN_ERR_FLAG) in gs_usb_receive_bulk_callback() 350 netdev->stats.rx_bytes += hf->can_dlc; in gs_usb_receive_bulk_callback() 354 if (hf->echo_id >= GS_MAX_TX_URBS) { in gs_usb_receive_bulk_callback() [all …]
|
| /OK3568_Linux_fs/buildroot/package/libopenh264/ |
| H A D | 0002-fix-mips-build.patch | 33 …hf-2020.02 --sysconfdir=/opt/br-mips64r6-n64-el-hf-2020.02/etc --enable-static --target=mips64el-b…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-41723.patch | 38 var hf HeaderField 46 hf.Name = ihf.Name 48 - hf.Name, buf, err = d.readString(buf, wantStr) 54 - hf.Value, buf, err = d.readString(buf, wantStr) 61 + hf.Name, err = d.decodeString(undecodedName) 66 + hf.Value, err = d.decodeString(undecodedValue) 73 d.dynTab.add(hf)
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A D | bootgraph.py | 630 hf = open(sysvals.htmlfile, 'w') 650 aslib.addCSS(hf, sysvals, 1, False, extra) 653 hf.write(devtl.html) 677 hf.write(html) 681 aslib.addCallgraphs(sysvals, hf, data) 685 hf.write('<div id="testlog" style="display:none;">\n'+sysvals.logmsg+'</div>\n') 688 hf.write('<div id="dmesglog" style="display:none;">\n') 691 hf.write(line) 692 hf.write('</div>\n') 695 aslib.addScriptCode(hf, [data]) [all …]
|
| H A D | sleepgraph.py | 3957 def callgraphHTML(sv, hf, num, cg, title, color, devid): argument 3972 hf.write(html_func_top.format(cgid, color, num, title, flen)) 3981 hf.write(html_func_leaf.format(line.name, flen)) 3983 hf.write(html_func_end) 3985 hf.write(html_func_start.format(num, line.name, flen)) 3987 hf.write(html_func_end) 3990 def addCallgraphs(sv, hf, data): argument 3991 hf.write('<section id="callgraphs" class="callgraph">\n') 4018 num = callgraphHTML(sv, hf, num, cg, 4022 num = callgraphHTML(sv, hf, num, cg, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/ |
| H A D | ipu-common.c | 139 u32 r90, vf, hf; in ipu_degrees_to_rot_mode() local 143 vf = hf = r90 = 0; in ipu_degrees_to_rot_mode() 146 vf = hf = 0; in ipu_degrees_to_rot_mode() 150 vf = hf = 1; in ipu_degrees_to_rot_mode() 154 vf = hf = r90 = 1; in ipu_degrees_to_rot_mode() 160 hf ^= (u32)hflip; in ipu_degrees_to_rot_mode() 163 *mode = (enum ipu_rotate_mode)((r90 << 2) | (hf << 1) | vf); in ipu_degrees_to_rot_mode() 171 u32 r90, vf, hf; in ipu_rot_mode_to_degrees() local 174 hf = ((u32)mode >> 1) & 0x1; in ipu_rot_mode_to_degrees() 176 hf ^= (u32)hflip; in ipu_rot_mode_to_degrees() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | dsp56k.c | 360 struct dsp56k_host_flags __user *hf = argp; in dsp56k_ioctl() local 362 if(get_user(dir, &hf->dir) < 0) in dsp56k_ioctl() 364 if(get_user(out, &hf->out) < 0) in dsp56k_ioctl() 383 return put_user(status, &hf->status); in dsp56k_ioctl()
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/ |
| H A D | README | 16 <armversion>[t][e][hf][b][-vfp][-neon] 33 When the callconvention-hard is enabled, "hf" is specified, otherwise it
|
| H A D | feature-arm-vfp.inc | 15 ARMPKGSFX_EABI = "${@ 'hf' if (d.getVar('TUNE_CCARGS_MFLOAT') == 'h…
|
| H A D | feature-arm-neon.inc | 5 # 'vfp', -mfloat-abi parameter and 'hf' suffix is implemented in feature-arm-vfp.inc
|
| /OK3568_Linux_fs/buildroot/support/config-fragments/autobuild/ |
| H A D | br-mips64r6-el-hf-glibc.config | 8 …AL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-mips64r6-n64-el-hf-2020.11.2.tar.bz2"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 332 double hf = (2 * hhf) * ydiffpct; in createFrustum() local 336 frustum.topLeftFar = cf - (up * (hhf + hf)) - (right * (hwf + wf)); in createFrustum() 337 frustum.topRightFar = cf - (up * (hhf + hf)) + (right * (hwf + wf)); in createFrustum() 338 frustum.bottomLeftFar = cf + (up * (hhf + hf)) - (right * (hwf + wf)); in createFrustum() 339 frustum.bottomRightFar = cf + (up * (hhf + hf)) + (right * (hwf + wf)); in createFrustum()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | unordered_map | 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 60 size_type n = 0, const hasher& hf = hasher(), 73 const hasher& hf = hasher(), const key_equal& eql = key_equal(), 77 unordered_map(size_type n, const hasher& hf, const allocator_type& a) 78 : unordered_map(n, hf, key_equal(), a) {} // C++14 83 unordered_map(InputIterator f, InputIterator l, size_type n, const hasher& hf, 85 : unordered_map(f, l, n, hf, key_equal(), a) {} // C++14 88 unordered_map(initializer_list<value_type> il, size_type n, const hasher& hf, 90 : unordered_map(il, n, hf, key_equal(), a) {} // C++14 253 explicit unordered_multimap(size_type n, const hasher& hf = hasher(), [all …]
|
| H A D | unordered_set | 54 explicit unordered_set(size_type n, const hasher& hf = hasher(), 59 size_type n = 0, const hasher& hf = hasher(), 72 const hasher& hf = hasher(), const key_equal& eql = key_equal(), 75 unordered_set(size_type n, const hasher& hf, const allocator_type& a); // C++14 80 const hasher& hf, const allocator_type& a); // C++14 83 const hasher& hf, const allocator_type& a); // C++14 218 explicit unordered_multiset(size_type n, const hasher& hf = hasher(), 223 size_type n = 0, const hasher& hf = hasher(), 236 const hasher& hf = hasher(), const key_equal& eql = key_equal(), 239 unordered_multiset(size_type n, const hasher& hf, const allocator_type& a); // C++14 [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | unordered_map | 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 60 size_type n = 0, const hasher& hf = hasher(), 73 const hasher& hf = hasher(), const key_equal& eql = key_equal(), 77 unordered_map(size_type n, const hasher& hf, const allocator_type& a) 78 : unordered_map(n, hf, key_equal(), a) {} // C++14 83 unordered_map(InputIterator f, InputIterator l, size_type n, const hasher& hf, 85 : unordered_map(f, l, n, hf, key_equal(), a) {} // C++14 88 unordered_map(initializer_list<value_type> il, size_type n, const hasher& hf, 90 : unordered_map(il, n, hf, key_equal(), a) {} // C++14 253 explicit unordered_multimap(size_type n, const hasher& hf = hasher(), [all …]
|
| H A D | unordered_set | 54 explicit unordered_set(size_type n, const hasher& hf = hasher(), 59 size_type n = 0, const hasher& hf = hasher(), 72 const hasher& hf = hasher(), const key_equal& eql = key_equal(), 75 unordered_set(size_type n, const hasher& hf, const allocator_type& a); // C++14 80 const hasher& hf, const allocator_type& a); // C++14 83 const hasher& hf, const allocator_type& a); // C++14 218 explicit unordered_multiset(size_type n, const hasher& hf = hasher(), 223 size_type n = 0, const hasher& hf = hasher(), 236 const hasher& hf = hasher(), const key_equal& eql = key_equal(), 239 unordered_multiset(size_type n, const hasher& hf, const allocator_type& a); // C++14 [all …]
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | Bug-1556197-amend-Bug-1544631-for-fixing-mips32.patch | 2 From: qiaopengcheng <qiaopengcheng-hf@loongson.cn>
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | libgcc.inc | 16 if [ -n "${@ bb.utils.contains('TUNE_CCARGS_MFLOAT', 'hard', 'hf', '', d)}" ]; then
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | acornfb.h | 93 u_int hf; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch | 27 SYSTEMLIBS_DIR "ld-musl-arm" MUSL_DYNAMIC_LINKER_E "%{mfloat-abi=hard:hf}%{mfdpic:-fdpic}.so.1"
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | main.c | 1092 u64 hf; in b43_dump_keymemory() local 1098 hf = b43_hf_read(dev); in b43_dump_keymemory() 1100 !!(hf & B43_HF_USEDEFKEYS)); in b43_dump_keymemory() 4691 u64 hf; in b43_bluetooth_coext_enable() local 4700 hf = b43_hf_read(dev); in b43_bluetooth_coext_enable() 4702 hf |= B43_HF_BTCOEXALT; in b43_bluetooth_coext_enable() 4704 hf |= B43_HF_BTCOEX; in b43_bluetooth_coext_enable() 4705 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable() 4814 u64 hf; in b43_wireless_core_init() local 4857 hf = b43_hf_read(dev); in b43_wireless_core_init() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/package/ |
| H A D | mkdebian | 59 debarch=arm$(if_enabled_echo CONFIG_VFP hf el)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ext/ |
| H A D | hash_set | 42 explicit hash_set(size_type n = 193, const hasher& hf = hasher(), 47 size_type n = 193, const hasher& hf = hasher(), 128 explicit hash_multiset(size_type n = 193, const hasher& hf = hasher(), 133 size_type n = 193, const hasher& hf = hasher(),
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ext/ |
| H A D | hash_set | 42 explicit hash_set(size_type n = 193, const hasher& hf = hasher(), 47 size_type n = 193, const hasher& hf = hasher(), 128 explicit hash_multiset(size_type n = 193, const hasher& hf = hasher(), 133 size_type n = 193, const hasher& hf = hasher(),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dovecot/ |
| H A D | dovecot_2.3.14.bb | 31 # From native build in armv7a-hf/eglibc
|