| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/ |
| H A D | unicodeandutf8.cpp | 17 char b1, b2, b3, b4, b5, b6; in enc_utf8_to_unicode_one() local 76 b6 = *(pInput + 5); in enc_utf8_to_unicode_one() 79 || ((b6 & 0xC0) != 0x80) ) in enc_utf8_to_unicode_one() 81 *pOutput = (b5 << 6) + (b6 & 0x3F); in enc_utf8_to_unicode_one() 82 *(pOutput+1) = (b5 << 4) + ((b6 >> 2) & 0x0F); in enc_utf8_to_unicode_one()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | aes-neonbs-core.S | 80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 82 veor \b5, \b5, \b6 84 veor \b6, \b6, \b2 86 veor \b6, \b6, \b3 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 97 veor \b0, \b0, \b6 99 veor \b4, \b4, \b6 101 veor \b6, \b6, \b1 110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 117 veor \b6, \b6, \b1 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/bind/ |
| H A D | mem_fn_template.hpp | 716 … B5, class B6> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5, B6 & b6) const in BOOST_MEM_FN_NAME() 718 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4, b5, b6); in BOOST_MEM_FN_NAME() 721 …, class B6> R call(U & u, void const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5, B6 & b6) const in BOOST_MEM_FN_NAME() 723 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3, b4, b5, b6); in BOOST_MEM_FN_NAME() 780 … B5, class B6> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5, B6 & b6) const in BOOST_MEM_FN_NAME() 782 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4, b5, b6); in BOOST_MEM_FN_NAME() 785 …, class B6> R call(U & u, void const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5, B6 & b6) const in BOOST_MEM_FN_NAME() 787 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3, b4, b5, b6); in BOOST_MEM_FN_NAME() 829 …s B7> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5, B6 & b6, B7 & b7) const in BOOST_MEM_FN_NAME() 831 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4, b5, b6, b7); in BOOST_MEM_FN_NAME() [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | fsys.S | 54 .altrp b6 63 .altrp b6 96 .altrp b6 143 .altrp b6 318 .altrp b6 334 .altrp b6 387 .altrp b6 408 .altrp b6 501 mov r19=b6 // I0 save b6 (2 cyc) 505 mov b6=r18 // I0 copy syscall entry-point to b6 (7 cyc) [all …]
|
| H A D | gate.S | 41 .altrp b6 50 br.ret.sptk.many b6 154 mov b6=r10 164 br.call.sptk.many rp=b6 // call the signal handler 316 .altrp b6
|
| H A D | mca_drv_asm.S | 41 mov b6=loc1 49 br.call.sptk.many rp=b6 // does not return ...
|
| H A D | ivt.S | 739 mov r19=b6 // I0 (2 cyc) 792 mov b6=r30 // I0 setup syscall handler branch reg early 810 mov b6=r30 // I0 setup syscall handler branch reg early 860 (p14) br.call.sptk.many b6=b6 // B invoke syscall-handker (ignore return addr) 945 # error This code assumes that b6 is the first field in pt_regs. 1537 br.call.sptk.many b6=ia64_do_page_fault // ignore return address 1563 br.call.sptk.many b6=ia64_bad_break // avoid WAW on CFM and ignore return addr 1586 br.call.sptk.many b6=ia64_handle_irq 1647 br.call.sptk.many b6=ia64_fault 1684 mov b6=r8 [all …]
|
| H A D | esi_stub.S | 81 mov b6=r2 87 br.call.sptk.many rp=b6 // call the ESI function
|
| H A D | efi_stub.S | 63 mov b6=r2 76 br.call.sptk.many rp=b6 // call the EFI function
|
| H A D | entry.S | 509 mov b6=r20 510 br.call.sptk.many rp=b6 // do the syscall 565 mov b6 = r14 568 br.call.sptk.many rp=b6 // fn(arg) 768 mov b6=r18 // I0 restore b6 880 mov b6=r28 1303 mov b6=loc2 1308 br.call.sptk.many rp=b6 // invoke the callback function 1362 mov b6 = r3 1364 br.call.sptk.many b0 = b6 [all …]
|
| H A D | relocate_kernel.S | 57 mov b6=in1 171 br.call.sptk.many b0=b6;; 235 mov r4=b6
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | aes-neonbs-core.S | 25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 27 eor \b5, \b5, \b6 29 eor \b6, \b6, \b2 31 eor \b6, \b6, \b3 41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 42 eor \b0, \b0, \b6 44 eor \b4, \b4, \b6 46 eor \b6, \b6, \b1 55 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 62 eor \b6, \b6, \b1 [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | propertystore.h | 70 …b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PROPERTYKEY DECLSPEC_SELECTANY name = { { l, w… argument 72 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PRO… argument
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | syscall.h | 52 *args++ = regs->b6; in syscall_get_arguments() 64 regs->b6 = *args++; in syscall_set_arguments()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | asmmacro.h | 101 br.ret.sptk.many b6;; \ 104 # define FSYS_RETURN br.ret.sptk.many b6
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/pensando/ |
| H A D | ionic.rst | 27 b6:00.0 Ethernet controller: Device 1dd8:1002 37 ionic 0000:b6:00.0: 126.016 Gb/s available PCIe bandwidth (8.0 GT/s PCIe x16 link) 38 ionic 0000:b6:00.0 enp182s0: renamed from eth0 39 ionic 0000:b6:00.0 enp182s0: Link up - 100 Gbps
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/ |
| H A D | call.hpp | 230 …def typename when<_, A6>::template impl<Expr, State, Data> a6; typedef typename a6::result_type b6; typedef 231 … typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6)> function_traits; 281 …A6>::template impl<Expr, State, Data> a6; typedef typename a6::result_type b6; typedef typename wh… typedef 282 …typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6 , b7)> function_tra… 332 …A6>::template impl<Expr, State, Data> a6; typedef typename a6::result_type b6; typedef typename wh… typedef 333 …typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6 , b7 , b8)> functio… 383 …A6>::template impl<Expr, State, Data> a6; typedef typename a6::result_type b6; typedef typename wh… typedef 384 …typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6 , b7 , b8 , b9)> fu…
|
| /OK3568_Linux_fs/kernel/drivers/iio/pressure/ |
| H A D | bmp280-core.c | 856 s32 b3, b6; in bmp180_compensate_press() local 861 b6 = data->t_fine - 4000; in bmp180_compensate_press() 862 x1 = (calib->B2 * (b6 * b6 >> 12)) >> 11; in bmp180_compensate_press() 863 x2 = calib->AC2 * b6 >> 11; in bmp180_compensate_press() 866 x1 = calib->AC3 * b6 >> 13; in bmp180_compensate_press() 867 x2 = (calib->B1 * ((b6 * b6) >> 12)) >> 16; in bmp180_compensate_press()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | aes-tab-4k.S | 76 .long R(79, b1, b1, c8), R(b6, 5b, 5b, ed) 93 .long R(63, bc, bc, df), R(77, b6, b6, c1) 149 .long R(2d, 9b, 9b, b6), R(3c, 1e, 1e, 22) 182 .long R(be, e1, 4f, b6), R(f0, 88, ad, 17) 227 .long R(2d, b6, a8, b9), R(14, 1e, a9, c8) 233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 290 .long R(7b, cb, 84, 61), R(d5, 32, b6, 70)
|
| /OK3568_Linux_fs/buildroot/package/docker-compose/ |
| H A D | docker-compose.mk | 8 DOCKER_COMPOSE_SITE = https://files.pythonhosted.org/packages/b6/a4/59c39df6a23144a6252ad33170dfbf7…
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | fore200e.h | 75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument 81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
|
| /OK3568_Linux_fs/buildroot/package/python-aiohttp-remotes/ |
| H A D | python-aiohttp-remotes.mk | 9 PYTHON_AIOHTTP_REMOTES_SITE = https://files.pythonhosted.org/packages/40/b6/1178bd1e26e88f9f29b7d1b…
|
| /OK3568_Linux_fs/buildroot/package/python-html5lib/ |
| H A D | python-html5lib.mk | 9 PYTHON_HTML5LIB_SITE = https://files.pythonhosted.org/packages/ac/b6/b55c3f49042f1df3dcd422b7f224f9…
|
| /OK3568_Linux_fs/buildroot/package/python-pickleshare/ |
| H A D | python-pickleshare.mk | 9 PYTHON_PICKLESHARE_SITE = https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6dd…
|
| /OK3568_Linux_fs/buildroot/package/python-passlib/ |
| H A D | python-passlib.mk | 9 PYTHON_PASSLIB_SITE = https://files.pythonhosted.org/packages/b6/06/9da9ee59a67fae7761aab3ccc84fa4f…
|