| /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 38 b3 = *(pInput + 2); in enc_utf8_to_unicode_one() 39 if ( ((b2 & 0xC0) != 0x80) || ((b3 & 0xC0) != 0x80) ) in enc_utf8_to_unicode_one() 41 *pOutput = (b2 << 6) + (b3 & 0x3F); in enc_utf8_to_unicode_one() 47 b3 = *(pInput + 2); in enc_utf8_to_unicode_one() 49 if ( ((b2 & 0xC0) != 0x80) || ((b3 & 0xC0) != 0x80) in enc_utf8_to_unicode_one() 52 *pOutput = (b3 << 6) + (b4 & 0x3F); in enc_utf8_to_unicode_one() 53 *(pOutput+1) = (b2 << 4) + ((b3 >> 2) & 0x0F); in enc_utf8_to_unicode_one() 59 b3 = *(pInput + 2); in enc_utf8_to_unicode_one() 62 if ( ((b2 & 0xC0) != 0x80) || ((b3 & 0xC0) != 0x80) in enc_utf8_to_unicode_one() [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 | 377 …te<class U, class B1, class B2, class B3> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3) const in BOOST_MEM_FN_NAME() 379 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3); in BOOST_MEM_FN_NAME() 382 …class U, class B1, class B2, class B3> R call(U & u, void const *, B1 & b1, B2 & b2, B3 & b3) const in BOOST_MEM_FN_NAME() 384 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3); in BOOST_MEM_FN_NAME() 441 …te<class U, class B1, class B2, class B3> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3) const in BOOST_MEM_FN_NAME() 443 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3); in BOOST_MEM_FN_NAME() 446 …class U, class B1, class B2, class B3> R call(U & u, void const *, B1 & b1, B2 & b2, B3 & b3) const in BOOST_MEM_FN_NAME() 448 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3); in BOOST_MEM_FN_NAME() 490 …1, class B2, class B3, class B4> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4) const in BOOST_MEM_FN_NAME() 492 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4); in BOOST_MEM_FN_NAME() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | mat4.cpp | 313 double b0 = b[0], b1 = b[1], b2 = b[2], b3 = b[3]; in multiply() local 314 out[0] = b0 * a00 + b1 * a10 + b2 * a20 + b3 * a30; in multiply() 315 out[1] = b0 * a01 + b1 * a11 + b2 * a21 + b3 * a31; in multiply() 316 out[2] = b0 * a02 + b1 * a12 + b2 * a22 + b3 * a32; in multiply() 317 out[3] = b0 * a03 + b1 * a13 + b2 * a23 + b3 * a33; in multiply() 319 b0 = b[4]; b1 = b[5]; b2 = b[6]; b3 = b[7]; in multiply() 320 out[4] = b0 * a00 + b1 * a10 + b2 * a20 + b3 * a30; in multiply() 321 out[5] = b0 * a01 + b1 * a11 + b2 * a21 + b3 * a31; in multiply() 322 out[6] = b0 * a02 + b1 * a12 + b2 * a22 + b3 * a32; in multiply() 323 out[7] = b0 * a03 + b1 * a13 + b2 * a23 + b3 * a33; in multiply() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | fore200e.h | 72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument 73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument 74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument 75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument 78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument 79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument 80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument 81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
|
| /OK3568_Linux_fs/kernel/tools/vm/ |
| H A D | slabinfo.c | 804 char b1[20], b2[20], b3[20], b4[20]; in totals() local 981 store_size(b3, total_waste * 100 / total_used); in totals() 982 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals() 985 store_size(b3, total_partobj * 100 / total_objects); in totals() 986 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals() 995 store_size(b3, max_objects);store_size(b4, total_objects); in totals() 997 b1, b2, b3, b4); in totals() 1000 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 1002 b1, b2, b3, b4); in totals() 1005 store_size(b3, max_partial);store_size(b4, total_partial); in totals() [all …]
|
| /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 83 veor \b3, \b3, \b0 86 veor \b6, \b6, \b3 87 veor \b3, \b3, \b7 89 veor \b3, \b3, \b4 92 veor \b3, \b3, \b1 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 103 veor \b5, \b5, \b3 104 veor \b3, \b3, \b7 110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
| H A D | ghash-ce-core.S | 95 .macro __pmull_p64, rd, rn, rm, b1, b2, b3, b4 109 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l 124 .ifc \b3, t4l 133 vmull.p8 t4q, \ad, \b3 @ I = A*B3
|
| /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 28 eor \b3, \b3, \b0 31 eor \b6, \b6, \b3 32 eor \b3, \b3, \b7 34 eor \b3, \b3, \b4 37 eor \b3, \b3, \b1 41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 48 eor \b5, \b5, \b3 49 eor \b3, \b3, \b7 55 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 37 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument 38 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument 44 #define EMIT3_off32(b1, b2, b3, off) \ argument 45 do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0) 46 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument 47 do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0) 596 u8 b1, b2, b3; in emit_mov_imm32() local 607 b3 = 0xC0; in emit_mov_imm32() 608 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32); in emit_mov_imm32() 620 b3 = 0xC0; in emit_mov_imm32() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/ |
| H A D | segment_box.hpp | 144 bool b3 = alp1 > a_b3; in apply() local 148 if (!(b0 && b1 && b2 && b3) && (b0 || b1 || b2 || b3)) in apply() 160 if ((b0 && b1 && b2 && b3 && lat_sum > CT(0)) in apply() 161 || (!(b0 && b1 && b2 && b3) && lat_sum < CT(0))) in apply()
|
| /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 | 77 …def typename when<_, A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef 78 typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3)> function_traits; 128 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef 129 typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4)> function_traits; 179 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef 180 … typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5)> function_traits; 230 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef 231 … typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6)> function_traits; 281 …A3>::template impl<Expr, State, Data> a3; typedef typename a3::result_type b3; typedef typename wh… typedef 282 …typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6 , b7)> function_tra… [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | propertystore.h | 70 …, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PROPERTYKEY DECLSPEC_SELECTANY na… 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/external/security/rk_tee_user/v2/ta/crypt/ |
| H A D | cryp_taf.c | 621 void *b3 = NULL; in ta_entry_ae_encrypt_final() local 630 b3 = TEE_Malloc(params[3].memref.size, 0); in ta_entry_ae_encrypt_final() 631 if (!b2 || !b3) in ta_entry_ae_encrypt_final() 636 ¶ms[2].memref.size, b3, in ta_entry_ae_encrypt_final() 640 TEE_MemMove(params[3].memref.buffer, b3, params[3].memref.size); in ta_entry_ae_encrypt_final() 644 TEE_Free(b3); in ta_entry_ae_encrypt_final() 653 void *b3 = NULL; in ta_entry_ae_decrypt_final() local 662 b3 = TEE_Malloc(params[3].memref.size, 0); in ta_entry_ae_decrypt_final() 663 if (!b2 || !b3) in ta_entry_ae_decrypt_final() 666 TEE_MemMove(b3, params[3].memref.buffer, params[3].memref.size); in ta_entry_ae_decrypt_final() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | xor.h | 32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \ 34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4) 56 register unsigned int b3 __asm__("ip"); in xor_arm4regs_2() 77 register unsigned int b3 __asm__("ip"); in xor_arm4regs_3()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/ |
| H A D | tst_qgeorectangle.cpp | 247 QGeoRectangle b3(c3, c2); in equality_data() local 253 QGeoShape a3(b3); in equality_data() 260 << b1 << b3 << a1 << a3 << false; in equality_data() 969 QGeoRectangle b3(QGeoCoordinate(90, 30), QGeoCoordinate(50, 70)); in boundingGeoRectangle_data() local 974 QTest::newRow("Box 3") << b3; in boundingGeoRectangle_data() 1142 QGeoRectangle b3(QGeoCoordinate(90, 30), QGeoCoordinate(50, 70)); in containsCoord_data() local 1162 << b3 << QGeoCoordinate(latC3, lonC3) << true; in containsCoord_data() 1164 << b3 << QGeoCoordinate(latC3, lonLI3) << true; in containsCoord_data() 1166 << b3 << QGeoCoordinate(latC3, lonL3) << true; in containsCoord_data() 1168 << b3 << QGeoCoordinate(latC3, lonLO3) << false; in containsCoord_data() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | mdfld_dsi_pkg_sender.c | 251 u8 b1, b2, b3, b4; in send_long_pkg() local 271 b3 = *p++; in send_long_pkg() 274 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1); in send_long_pkg() 279 b1 = 0; b2 = 0; b3 = 0; in send_long_pkg() 285 b3 = *p++; in send_long_pkg() 296 REG_WRITE(data_reg, b3 << 16 | b2 << 8 | b1); in send_long_pkg()
|
| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | changelog-1.5.0.txt | 32 版本: v1.4.5b3: 68 版本: v1.4.4b3: 108 版本: v1.4.3b3: 296 版本: v1.4.1b3:
|
| /OK3568_Linux_fs/kernel/drivers/video/console/ |
| H A D | newport_con.c | 183 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset() 186 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset() 255 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions() 262 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions() 270 xmap9_rev = npregs->set.dcbdata0.bybytes.b3 & 7; in newport_get_revisions() 274 npregs->set.dcbdata0.bybytes.b3 = BT445_REVISION_REG; in newport_get_revisions() 277 bt445_rev = (npregs->set.dcbdata0.bybytes.b3 >> 4) - 0x0a; in newport_get_revisions()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | aes-tab-4k.S | 45 .long R(41, ad, ad, ec), R(b3, d4, d4, 67) 70 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce) 146 .long R(2b, 98, 98, b3), R(22, 11, 11, 33) 240 .long R(2b, b3, 16, 6c), R(a9, 70, b9, 99) 253 .long R(6f, d5, 2d, a9), R(cf, 25, 12, b3) 274 .long R(b3, 67, 1d, 5a), R(92, db, d2, 52) 288 .long R(39, a8, 01, 71), R(08, 0c, b3, de)
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | signal.c | 45 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext() 110 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in setup_sigcontext() 192 regs->b3 = (unsigned long) retcode; in setup_rt_frame()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | signal.h | 132 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \ 137 b3 = b->sig[3]; b2 = b->sig[2]; \ 138 r->sig[3] = op(a3, b3); \
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | newport.h | 28 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member 400 regs->set.dcbdata0.bybytes.b3 = vc2ireg; in newport_vc2_get() 557 while ((rex->set.dcbdata0.bybytes.b3 & 3) != XM9_FIFO_EMPTY) in xmap9FIFOWait()
|
| /OK3568_Linux_fs/buildroot/package/python-redis/ |
| H A D | python-redis.mk | 9 PYTHON_REDIS_SITE = https://files.pythonhosted.org/packages/b3/17/1e567ff78c83854e16b98694411fe6e08…
|
| /OK3568_Linux_fs/buildroot/package/python-simplesqlite/ |
| H A D | python-simplesqlite.mk | 9 PYTHON_SIMPLESQLITE_SITE = https://files.pythonhosted.org/packages/b3/d1/bc3668ed7d90ee70d556124b8b…
|
| /OK3568_Linux_fs/buildroot/package/python-rpi-ws281x/ |
| H A D | python-rpi-ws281x.mk | 9 PYTHON_RPI_WS281X_SITE = https://files.pythonhosted.org/packages/cd/b3/eb7ac93376952f165577707ec756…
|