Home
last modified time | relevance | path

Searched refs:_t1 (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/common/inc/
Dloongson_intrinsics.h340 __m128i _t0, _t1, _t2, _t3; \
343 _t1 = __lsx_vilvh_w(_in1, _in0); \
348 _out2 = __lsx_vilvl_d(_t3, _t1); \
349 _out3 = __lsx_vilvh_d(_t3, _t1); \
383 __m128i _t0, _t1, _t2, _t3, _t4, _t5, _t6, _t7; \
386 _t1 = __lsx_vilvl_b(_in3, _in1); \
389 _t4 = __lsx_vilvl_b(_t1, _t0); \
390 _t5 = __lsx_vilvh_b(_t1, _t0); \
423 __m128i _s0, _s1, _t0, _t1, _t2, _t3, _t4, _t5, _t6, _t7; \
428 _t1 = __lsx_vilvh_h(_s1, _s0); \
[all …]
/third_party/openssl/crypto/camellia/
Dcamellia.c248 register u32 _t0,_t1,_t2,_t3;\
252 _t1 = _s1 ^ (_key)[1];\
254 _t2 = SBOX1_1110[_t1&0xff];\
256 _t2 ^= SBOX4_4404[(_t1 >> 8)&0xff];\
260 _t2 ^= SBOX3_3033[(_t1 >> 16)&0xff];\
262 _t2 ^= SBOX2_0222[(_t1 >> 24)];\
/third_party/boost/boost/mp11/
Dalgorithm.hpp187 using _t1 = mp_transform<_f, L1, L...>; typedef
188 using _t2 = mp_apply<mp_append, _t1>;