Searched refs:RT2 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | math_fwd.hpp | 42 template <class RT1, class RT2> 43 typename tools::promote_args<RT1, RT2>::type 44 beta(RT1 a, RT2 b); // Beta function (2 arguments). 46 template <class RT1, class RT2, class A> 47 typename tools::promote_args<RT1, RT2, A>::type 48 beta(RT1 a, RT2 b, A x); // Beta function (3 arguments). 50 template <class RT1, class RT2, class RT3, class Policy> 51 typename tools::promote_args<RT1, RT2, RT3>::type 52 beta(RT1 a, RT2 b, RT3 x, const Policy& pol); // Beta function (3 arguments). 54 template <class RT1, class RT2, class RT3> [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | camellia-x86_64-asm_64.S | 64 #define RT2 %r8 macro 90 movq (key_table + ((subkey) * 2) * 4)(CTX), RT2; \ 93 xor2ror16(sp22000222, sp10011110, RT0, RT1, ab ## 0, RT2); \ 95 xor2ror16(sp30333033, sp02220222, RT0, RT1, ab ## 0, RT2); \ 97 xorq RT2, cd ## 0; 110 movq (key_table + ((kl) * 2) * 4)(CTX), RT2; \ 111 orq l ## 0, RT2; \ 112 shrq $32, RT2; \ 113 xorq RT2, l ## 0; \ 240 dec_inpack(RT2); [all …]
|
| H A D | blowfish-x86_64-asm_64.S | 46 #define RT2 %r8 macro 70 addl s3(CTX,RT2,4), RT0d; \ 191 addl s1(CTX,RT2,4), RT0d; \
|
| H A D | des3_ede-asm_64.S | 59 #define RT2 %r14 macro 137 xorq s4(, RT2, 8), RT0; \ 143 xorq s3(, RT2, 8), RT0; \
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | sha1-armv7-neon.S | 55 #define RT2 r11 macro 591 add _c, RT2; 624 add _c, RT2;
|