| /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 …template<class U, class B1, class B2, class B3> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3… in BOOST_MEM_FN_NAME() 382 …template<class U, class B1, class B2, class B3> R call(U & u, void const *, B1 & b1, B2 & b2, B3 &… in BOOST_MEM_FN_NAME() 441 …template<class U, class B1, class B2, class B3> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3… in BOOST_MEM_FN_NAME() 446 …template<class U, class B1, class B2, class B3> R call(U & u, void const *, B1 & b1, B2 & b2, B3 &… in BOOST_MEM_FN_NAME() 490 …template<class U, class B1, class B2, class B3, class B4> R call(U & u, T const *, B1 & b1, B2 & b… in BOOST_MEM_FN_NAME() 495 …template<class U, class B1, class B2, class B3, class B4> R call(U & u, void const *, B1 & b1, B2 … in BOOST_MEM_FN_NAME() 554 …template<class U, class B1, class B2, class B3, class B4> R call(U & u, T const *, B1 & b1, B2 & b… in BOOST_MEM_FN_NAME() 559 …template<class U, class B1, class B2, class B3, class B4> R call(U & u, void const *, B1 & b1, B2 … in BOOST_MEM_FN_NAME() 603 …mplate<class U, class B1, class B2, class B3, class B4, class B5> R call(U & u, T const *, B1 & b1… in BOOST_MEM_FN_NAME() 608 …late<class U, class B1, class B2, class B3, class B4, class B5> R call(U & u, void const *, B1 & b… in BOOST_MEM_FN_NAME() [all …]
|
| /OK3568_Linux_fs/kernel/arch/c6x/lib/ |
| H A D | csum_64plus.S | 148 BNOP .S2 B3,4 216 L15: BNOP .S2 B3,3 293 || MV .S1X B3,A5 294 || MV .L2 B4,B3 298 [A0] SUB .L2 B3,1,B3 303 SUB .L2 B3,1,B3 307 SHR .S2 B3,1,B0 315 || SUB .S2 B3,2,B3 343 AND .L2 B3,B0,B0 348 EXTU .S2 B3,31,31,B0 [all …]
|
| H A D | divremi.S | 10 stw .d2t2 B3, *B15--[2] 21 [B0] addkpc .s2 _divu_ret_1, B3, 1 22 [!B0] addkpc .s2 _divu_ret_2, B3, 1 27 ldw .d2t2 *++B15[2], B3 31 ret .s2 B3
|
| H A D | remi.S | 23 ;; call to divu. It stores B3 in on the stack. 28 stw .d2t2 B3, *B15--[2] 39 [B0] addkpc .s2 _divu_ret_1, B3, 1 40 [!B0] addkpc .s2 _divu_ret_2, B3, 1 45 ldw .d2t2 *++B15[2], B3 49 ret .s2 B3
|
| H A D | divi.S | 23 ;; call to divu. It stores B3 in on the stack. 28 || mv .d2 B3, B5 35 [A1] addkpc .s2 _divu_ret, B3, 4 38 || mv .l2 B3,B5
|
| H A D | pop_rts.S | 11 lddw .d2t2 *++B15, B3:B2 17 || b .s2 B3
|
| H A D | llshl.S | 13 [!A1] b .s2 B3 ; just return if zero shift 24 bnop .s2 B3,5
|
| H A D | llshru.S | 13 [!A1] b .s2 B3 ; return if zero shift count 25 bnop .s2 B3,5
|
| H A D | llshr.S | 13 [!A1] b .s2 B3 ; return if zero shift count 25 bnop .s2 B3,5
|
| H A D | remu.S | 23 ;; call to divu. It stores B3 in on the stack. 33 || [!B1] b .s2 B3 ; RETURN A 63 ret .s2 B3
|
| H A D | memcpy_64plus.S | 24 [!B1] BNOP .S2 B3,1 41 BNOP .S2 B3,4
|
| H A D | divu.S | 23 ;; call to divu. It stores B3 in on the stack. 39 || [!B1] b .s2 B3 ; RETURN A 77 ret .s2 B3
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_math_lib.h | 53 #define BYTE_2_DWORD(B3, B2, B1, B0) \ argument 54 (((B3) << 24) | ((B2) << 16) | ((B1) << 8) | (B0)) 57 #define BIT_2_BYTE(B3, B2, B1, B0) \ argument 58 (((B3) << 3) | ((B2) << 2) | ((B1) << 1) | (B0)) 60 #define NIBBLE_2_WORD(B3, B2, B1, B0) \ argument 61 ((((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) |\ 64 #define NIBBLE_2_DWORD(B7, B6, B5, B4, B3, B2, B1, B0) \ argument 67 (((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) | \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_math_lib.h | 53 #define BYTE_2_DWORD(B3, B2, B1, B0) \ argument 54 (((B3) << 24) | ((B2) << 16) | ((B1) << 8) | (B0)) 57 #define BIT_2_BYTE(B3, B2, B1, B0) \ argument 58 (((B3) << 3) | ((B2) << 2) | ((B1) << 1) | (B0)) 60 #define NIBBLE_2_WORD(B3, B2, B1, B0) \ argument 61 ((((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) |\ 64 #define NIBBLE_2_DWORD(B7, B6, B5, B4, B3, B2, B1, B0) \ argument 67 (((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) | \
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | entry.S | 86 STDW .D2T2 B3:B2,*SP--[1] 152 || LDDW .D2T2 *++SP[1],B3:B2 198 ADDKPC .S2 ret_from_exception,B3,4 211 ADDKPC .S2 ret_from_syscall_trace,B3,3 230 || MVKL .S2 ret_from_syscall_function,B3 232 || MVKH .S2 ret_from_syscall_function,B3 244 ADDKPC .S2 resume_userspace,B3,1 261 ADDKPC .S2 work_rescheduled,B3,4 349 [!B1] ADDKPC .S2 ret_from_syscall_function,B3,4 363 ADDKPC .S2 ret_from_syscall_function,B3,4
|
| H A D | switch_to.S | 23 STW .D2T2 B3,*+B5(THREAD_PC) 27 LDW .D2T2 *+B4(THREAD_PC),B3 58 B .S2 B3 ; return in next E1
|
| H A D | head.S | 66 ADDKPC .S2 0f,B3,4 69 CALLP .S2 machine_init,B3
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | satan.S | 349 |--ATAN(X) BY X + X*Y*(B1+Y*(B2+Y*(B3+Y*(B4+Y*(B5+Y*B6))))) 350 |--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] ) 371 faddd ATANB3,%fp3 | ...B3+Z*B5 374 fmulx %fp3,%fp1 | ...Z*(B3+Z*B5) 377 faddd ATANB1,%fp1 | ...B1+Z*(B3+Z*B5) 382 faddx %fp2,%fp1 | ...[B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))] 385 fmulx %fp1,%fp0 | ...X*Y*([B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))])
|
| H A D | slogn.S | 437 |--U + U*V*(B1 + V*(B2 + V*(B3 + V*(B4 + V*B5)))) BY 438 |--U + U*V*( [B1 + W*(B3 + W*B5)] + [V*(B2 + W*B4)] ) 451 faddd LOGB3,%fp3 | ...B3+W*B5 454 fmulx %fp3,%fp1 | ...W*(B3+W*B5), FP3 RELEASED 458 faddd LOGB1,%fp1 | ...B1+W*(B3+W*B5) 461 faddx %fp2,%fp1 | ...B1+W*(B3+W*B5) + V*(B2+W*B4), FP2 RELEASED 464 fmulx %fp1,%fp0 | ...U*V*( [B1+W*(B3+W*B5)] + [V*(B2+W*B4)] )
|
| H A D | ssin.S | 288 |--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE 290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))]) 293 |--WHILE B2 AND B3 ARE IN DOUBLE-EXTENDED FORMAT, B1 IS -1/2 632 faddx COSB3,%fp2 | ...B3+S(B4+...) 635 fmulx %fp0,%fp2 | ...S(B3+...) 638 faddx COSB2,%fp2 | ...B2+S(B3+...) 699 faddx COSB3,%fp1 | ...B3+S(B4+...) 702 fmulx %fp0,%fp1 | ...S(B3+...) 705 faddx COSB2,%fp1 | ...B2+S(B3+...)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | kprobe_args_type.tc | 22 B3=`printf "%03x" 0x$X3 | tail -c 2 | head -c 1` 23 test $B3 = $B4
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | kirkwood-b3.dts | 3 * Device Tree file for Excito Bubba B3 9 * L2 cache. If your B3 silently fails to boot, u-boot is probably too 21 model = "Excito B3";
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | hw.h | 20 #define BT_2_DW(B3, B2, B1, B0) \ argument 21 (((B3) << 24) | ((B2) << 16) | ((B1) << 8) | (B0)) 23 #define NIB_2_DW(B7, B6, B5, B4, B3, B2, B1, B0) \ argument 26 (((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) | \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | hw.h | 20 #define BT_2_DW(B3, B2, B1, B0) \ argument 21 (((B3) << 24) | ((B2) << 16) | ((B1) << 8) | (B0)) 23 #define NIB_2_DW(B7, B6, B5, B4, B3, B2, B1, B0) \ argument 26 (((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) | \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2021-3695-video-readers-png-Drop-greyscale-support-to-fix-heap.patch | 14 d1[B3] = d2[1]; 144 - d1[B3] = d2[1]; 167 - d1[B3] = d2[0];
|