| /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 48 b4 = *(pInput + 3); in enc_utf8_to_unicode_one() 50 || ((b4 & 0xC0) != 0x80) ) in enc_utf8_to_unicode_one() 52 *pOutput = (b3 << 6) + (b4 & 0x3F); in enc_utf8_to_unicode_one() 60 b4 = *(pInput + 3); in enc_utf8_to_unicode_one() 63 || ((b4 & 0xC0) != 0x80) || ((b5 & 0xC0) != 0x80) ) in enc_utf8_to_unicode_one() 65 *pOutput = (b4 << 6) + (b5 & 0x3F); in enc_utf8_to_unicode_one() 66 *(pOutput+1) = (b3 << 4) + ((b4 >> 2) & 0x0F); in enc_utf8_to_unicode_one() 74 b4 = *(pInput + 3); in enc_utf8_to_unicode_one() 78 || ((b4 & 0xC0) != 0x80) || ((b5 & 0xC0) != 0x80) in enc_utf8_to_unicode_one() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | dvb-usb-ec168-cardlist.rst | 16 - 18b4:1689, 18b4:fffa, 18b4:fffb, 18b4:1001, 18b4:1002
|
| H A D | dvb-usb-dw2102-cardlist.rst | 16 - 04b4:3101 18 - 04b4:0x2101 20 - 04b4:2102 22 - 04b4:2104
|
| H A D | bttv-cardlist.rst | 59 - 0070:13eb, 0070:3900, 2636:10b4 179 - 10b4:2636, 10b4:2645, 121a:3060 291 - 10b4:2637
|
| /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 | 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() 495 …class B2, class B3, class B4> R call(U & u, void const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4) const in BOOST_MEM_FN_NAME() 497 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3, b4); in BOOST_MEM_FN_NAME() 554 …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() 556 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4); in BOOST_MEM_FN_NAME() 559 …class B2, class B3, class B4> R call(U & u, void const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4) const in BOOST_MEM_FN_NAME() 561 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3, b4); in BOOST_MEM_FN_NAME() 603 …B3, class B4, class B5> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5) const in BOOST_MEM_FN_NAME() 605 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4, b5); in BOOST_MEM_FN_NAME() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | fore200e.h | 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 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/lib/crypto/ |
| H A D | curve25519-hacl64.c | 45 u64 b4 = b[4]; in modulo_carry_top() local 47 u64 b4_ = b4 & 0x7ffffffffffffLLU; in modulo_carry_top() 48 u64 b0_ = b0 + 19 * (b4 >> 51); in modulo_carry_top() 191 u128 b4; in fmul_fmul() local 202 b4 = t[4]; in fmul_fmul() 204 b4_ = ((b4) & (((u128)(0x7ffffffffffffLLU)))); in fmul_fmul() 205 b0_ = ((b0) + (((u128)(19) * (((u64)(((b4) >> (51)))))))); in fmul_fmul() 249 u128 b4; in fsquare_fsquare_() local 259 b4 = tmp[4]; in fsquare_fsquare_() 261 b4_ = ((b4) & (((u128)(0x7ffffffffffffLLU)))); in fsquare_fsquare_() [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 89 veor \b3, \b3, \b4 90 veor \b4, \b4, \b5 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 98 veor \b1, \b1, \b4 99 veor \b4, \b4, \b6 107 veor \b4, \b4, \b7 110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 112 veor \b4, \b4, \b7 120 veor \b4, \b4, \b6 [all …]
|
| H A D | ghash-ce-core.S | 95 .macro __pmull_p64, rd, rn, rm, b1, b2, b3, b4 argument 109 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l 130 .ifc \b4, t3l 135 vmull.p8 t3q, \ad, \b4 @ K = A*B4
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | b4si-post.dtsi | 59 compatible = "fsl,b4-pcie", "fsl,qoriq-pcie-v2.4"; 90 compatible = "fsl,b4-dcsr-epu", "fsl,dcsr-epu"; 99 compatible = "fsl,b4-dcsr-cnpc", "fsl,dcsr-cnpc"; 111 compatible = "fsl,b4-dcsr-dpaa", "fsl,dcsr-dpaa"; 115 compatible = "fsl,b4-dcsr-ocn", "fsl,dcsr-ocn"; 124 compatible = "fsl,b4-dcsr-nal", "fsl,dcsr-nal"; 128 compatible = "fsl,b4-dcsr-rcpm", "fsl,dcsr-rcpm"; 132 compatible = "fsl,b4-dcsr-snpc", "fsl,dcsr-snpc"; 136 compatible = "fsl,b4-dcsr-snpc", "fsl,dcsr-snpc"; 338 compatible = "fsl,b4-l3-cache-controller", "cache"; [all …]
|
| /OK3568_Linux_fs/kernel/tools/vm/ |
| H A D | slabinfo.c | 804 char b1[20], b2[20], b3[20], b4[20]; in totals() local 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() 1007 b1, b2, b3, b4); in totals() 1010 store_size(b4, total_partial * 100 / total_slabs); in totals() 1012 b1, b2, b3, b4); in totals() 1016 store_size(b4, total_partobj); in totals() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | propertystore.h | 70 … w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PROPERTYKEY DECLSPEC_SELECTANY name =… 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/arm64/crypto/ |
| H A D | aes-neonbs-core.S | 25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 34 eor \b3, \b3, \b4 35 eor \b4, \b4, \b5 41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 43 eor \b1, \b1, \b4 44 eor \b4, \b4, \b6 52 eor \b4, \b4, \b7 55 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 57 eor \b4, \b4, \b7 65 eor \b4, \b4, \b6 [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) 57 register unsigned int b4 __asm__("lr"); in xor_arm4regs_2() 78 register unsigned int b4 __asm__("lr"); in xor_arm4regs_3()
|
| /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 | 128 …def typename when<_, A4>::template impl<Expr, State, Data> a4; typedef typename a4::result_type b4; typedef 129 typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4)> function_traits; 179 …A4>::template impl<Expr, State, Data> a4; typedef typename a4::result_type b4; typedef typename wh… typedef 180 … typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5)> function_traits; 230 …A4>::template impl<Expr, State, Data> a4; typedef typename a4::result_type b4; typedef typename wh… typedef 231 … typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6)> function_traits; 281 …A4>::template impl<Expr, State, Data> a4; typedef typename a4::result_type b4; typedef typename wh… typedef 282 …typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6 , b7)> function_tra… 332 …A4>::template impl<Expr, State, Data> a4; typedef typename a4::result_type b4; typedef typename wh… typedef 333 …typedef detail::poly_function_traits<Fun, Fun(b0 , b1 , b2 , b3 , b4 , b5 , b6 , b7 , b8)> functio… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/ |
| H A D | tst_qgeorectangle.cpp | 248 QGeoRectangle b4(c1, c3); in equality_data() local 254 QGeoShape a4(b4); in equality_data() 262 << b1 << b4 << a1 << a4 << false; in equality_data() 970 QGeoRectangle b4(QGeoCoordinate(-50, 30), QGeoCoordinate(-90, 70)); in boundingGeoRectangle_data() local 975 QTest::newRow("Box 4") << b4; in boundingGeoRectangle_data() 1192 QGeoRectangle b4(QGeoCoordinate(-50, 30), QGeoCoordinate(-90, 70)); in containsCoord_data() local 1212 << b4 << QGeoCoordinate(latC4, lonC4) << true; in containsCoord_data() 1214 << b4 << QGeoCoordinate(latC4, lonLI4) << true; in containsCoord_data() 1216 << b4 << QGeoCoordinate(latC4, lonL4) << true; in containsCoord_data() 1218 << b4 << QGeoCoordinate(latC4, lonLO4) << false; in containsCoord_data() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ |
| H A D | ray_cs.c | 509 if (!parse_addr(phy_addr, local->sparm.b4.a_mac_addr)) { in ray_init() 510 memcpy(&local->sparm.b4.a_mac_addr, in ray_init() 537 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b4, in dl_startup_params() 591 memcpy(&local->sparm.b4, b4_default_startup_parms, in init_startup_params() 596 local->sparm.b4.a_hop_time[0] = (i >> 16) & 0xff; in init_startup_params() 597 local->sparm.b4.a_hop_time[1] = (i >> 8) & 0xff; in init_startup_params() 598 local->sparm.b4.a_beacon_period[0] = 0; in init_startup_params() 599 local->sparm.b4.a_beacon_period[1] = in init_startup_params() 601 local->sparm.b4.a_curr_country_code = country; in init_startup_params() 602 local->sparm.b4.a_hop_pattern_length = in init_startup_params() [all …]
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | syscall.h | 50 *args++ = regs->b4; in syscall_get_arguments() 62 regs->b4 = *args++; in syscall_set_arguments()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | aes-tab-4k.S | 68 .long R(b4, 5a, 5a, ee), R(5b, a0, a0, fb) 125 .long R(d8, 6c, 6c, b4), R(ac, 56, 56, fa) 132 .long R(73, b4, b4, c7), R(97, c6, c6, 51) 183 .long R(c9, 20, ac, 66), R(7d, ce, 3a, b4) 196 .long R(8a, cf, 1c, 2b), R(a7, 79, b4, 92) 221 .long R(b4, ee, 96, d2), R(1b, 9b, 91, 9e) 289 .long R(d8, b4, e4, 9c), R(64, 56, c1, 90)
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | signal.c | 43 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext() 108 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in setup_sigcontext() 203 regs->b4 = (unsigned long)&frame->info; in setup_rt_frame()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-vehicle-serdes-display-v20.dtsi | 878 02b4 0001 890 03b4 0001 1055 02b4 0001 1067 03b4 0001 1456 02b4 0001 1468 03b4 0001 1632 02b4 0001 1644 03b4 0001
|
| H A D | rk3588-vehicle-serdes-display.dtsi | 878 02b4 0001 890 03b4 0001 1055 02b4 0001 1067 03b4 0001 1456 02b4 0001 1468 03b4 0001 1632 02b4 0001 1644 03b4 0001
|
| /OK3568_Linux_fs/buildroot/package/python-prompt-toolkit/ |
| H A D | python-prompt-toolkit.mk | 9 PYTHON_PROMPT_TOOLKIT_SITE = https://files.pythonhosted.org/packages/b4/56/9ab5868f34ab2657fba7e219…
|
| /OK3568_Linux_fs/buildroot/package/python-entrypoints/ |
| H A D | python-entrypoints.mk | 9 PYTHON_ENTRYPOINTS_SITE = https://files.pythonhosted.org/packages/b4/ef/063484f1f9ba3081e920ec9972c…
|
| /OK3568_Linux_fs/buildroot/package/python-mwclient/ |
| H A D | python-mwclient.mk | 9 PYTHON_MWCLIENT_SITE = https://files.pythonhosted.org/packages/97/b4/5fc70ad3286a8d8ec4b9ac01acad0f…
|