| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-alg-fst.c | 864 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 972 t3 = in rijndaelEncrypt() 988 Te3[(t3 ) & 0xff] ^ in rijndaelEncrypt() 993 Te2[(t3 >> 8) & 0xff] ^ in rijndaelEncrypt() 998 Te1[(t3 >> 16) & 0xff] ^ in rijndaelEncrypt() 1003 Te0[(t3 >> 24) ] ^ in rijndaelEncrypt() 1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local 1153 t3 = in rijndaelDecrypt() 1167 Td1[(t3 >> 16) & 0xff] ^ in rijndaelDecrypt() 1174 Td2[(t3 >> 8) & 0xff] ^ in rijndaelDecrypt() [all …]
|
| /f-stack/freebsd/mips/mips/ |
| H A D | bcopy.S | 148 REG_L t3,0(SRCREG) 150 REG_S t3,0(DSTREG) 158 lb t3,0(SRCREG) 160 sb t3,0(DSTREG) 181 REG_LHI t3,0(SRCREG) 184 REG_S t3,0(DSTREG) 242 REG_L t3,-SZREG(SRCREG) 244 REG_S t3,-SZREG(DSTREG) 252 lb t3,-1(SRCREG) 254 sb t3,-1(DSTREG) [all …]
|
| H A D | fp.S | 854 or t3, t3, t9 # and put into t3 1202 sll t3, t3, v0 1212 sll t3, t3, 1 1501 or t3, t3, t8 1503 or t3, t3, t9 # and put into t3 1621 addu t3, t3, 1 1956 sll t3, t3, t9 1958 or t3, t3, v0 1970 srl t3, t3, t9 1972 or t3, t3, v0 [all …]
|
| H A D | exception.S | 282 SAVE_REG(t3, T3, sp) ;\ 343 RESTORE_REG(t3, T3, sp) ;\ 443 SAVE_U_PCB_REG(t3, T3, k1) 537 RESTORE_U_PCB_REG(t3, T3, k1) 706 SAVE_U_PCB_REG(t3, T3, k1) 825 RESTORE_U_PCB_REG(t3, T3, k1) 1139 jalr t3 # compute PC after branch 1175 PTR_LA t3, _C_LABEL(trapsignal) 1176 jalr t3 1185 PTR_LA t3, _C_LABEL(MipsEmulateFP) [all …]
|
| H A D | db_interface.c | 88 { "t3", DB_OFFSET(t3), db_frame }, 93 { "t3", DB_OFFSET(t3), db_frame },
|
| H A D | vm_machdep.c | 517 DB_PRINT_REG(trapframe, t3); in dump_trapframe() 522 DB_PRINT_REG(trapframe, t3); in dump_trapframe()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_impl_generic.c | 1020 t3 = Te0[s3 >> 24] ^ in aes_generic_encrypt() 1035 Te3[t3 & 0xff] ^ in aes_generic_encrypt() 1040 Te2[(t3 >> 8) & 0xff] ^ in aes_generic_encrypt() 1045 Te1[(t3 >> 16) & 0xff] ^ in aes_generic_encrypt() 1050 s3 = Te0[t3 >> 24] ^ in aes_generic_encrypt() 1065 (Te4[t3 & 0xff] & 0x000000ff) ^ in aes_generic_encrypt() 1147 t3 = Td0[s3 >> 24] ^ in aes_generic_decrypt() 1160 Td1[(t3 >> 16) & 0xff] ^ in aes_generic_decrypt() 1167 Td2[(t3 >> 8) & 0xff] ^ in aes_generic_decrypt() 1174 Td3[t3 & 0xff] ^ in aes_generic_decrypt() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | trace.h | 74 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument 77 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument 99 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument 103 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument
|
| /f-stack/freebsd/mips/include/ |
| H A D | regdef.h | 62 #define t3 $15 macro 67 #define t3 $11 macro
|
| H A D | frame.h | 61 register_t t3; member 66 register_t t3; member
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/ |
| H A D | fe.h | 105 uint64_t t0, t1, t2, t3; in fe25519_tobytes() local 111 t3 = (t[3] >> 39) | (t[4] << 12); in fe25519_tobytes() 115 STORE64_LE(s + 24, t3); in fe25519_tobytes()
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_02.X.out | 5 …s>null</works><empty-tag></empty-tag><t1>1000</t1><t2>test5000</t2><t3>ten-longx</t3><t4>xtest</t4…
|
| H A D | test_02.XP.out | 68 <t3>ten-longx</t3>
|
| H A D | test_02.JP.out | 65 "t3": "ten-longx",
|
| H A D | test_02.J.out | 1 …,"two","three"],"works":null,"empty-tag":true,"t1":"1000","t2":"test5000","t3":"ten-longx","t4":"x…
|
| H A D | test_02.E.out | 65 op string: [t3] [ten-longx] [0x1010]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 59 fe25519 t3; in fe25519_invert() local 79 fe25519_sq(t3, t2); in fe25519_invert() 81 fe25519_sq(t3, t3); in fe25519_invert() 83 fe25519_mul(t2, t3, t2); in fe25519_invert() 94 fe25519_sq(t3, t2); in fe25519_invert() 96 fe25519_sq(t3, t3); in fe25519_invert() 98 fe25519_mul(t2, t3, t2); in fe25519_invert() 1926 fe25519_sq(t3, t2); in chi25519() 1928 fe25519_sq(t3, t3); in chi25519() 1941 fe25519_sq(t3, t2); in chi25519() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
| H A D | u4.h | 125 __m128i t0, t1, t2, t3; \ 146 t3 = _mm_xor_si128(x_##D, _mm_loadu_si128((__m128i*) (m + 192))); \ 147 _mm_storeu_si128((__m128i*) (c + 192), t3); \
|
| H A D | u8.h | 233 __m128i t0, t1, t2, t3; \ 255 t3 = _mm_xor_si128(_mm256_extracti128_si256(x_##D, 0), \ 257 _mm_storeu_si128((__m128i*) (c + 192), t3); \ 267 t3 = _mm_xor_si128(_mm256_extracti128_si256(x_##D, 1), \ 269 _mm_storeu_si128((__m128i*) (c + 448), t3); \
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | mpreset.S | 59 li t3, 0x1000 /* loop count, 512 sets * 8 whatever? */ 79 bne t3, t2, 1b
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/ |
| H A D | edonr.c | 167 t3 = rotl32(y37 + y2, 11); \ 184 t3 = rotl64(y37 + y2, 29); \ 200 t34 = t3 ^ t4; \ 208 r2 = (s17 ^ s6) + (t01 ^ t3); \ 220 t34 = t3 ^ t4; \ 228 r2 = (s17 ^ s6) + (t01 ^ t3); \ 238 uint32_t s0, s1, s2, s3, s4, s5, s6, s7, t0, t1, t2, t3, t4, in Q256() local 361 uint64_t s0, s1, s2, s3, s4, s5, s6, s7, t0, t1, t2, t3, t4, in Q512() local
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | sun8i-t3-cqa3t-bv3.dts | 52 model = "t3-cqa3t-bv3"; 53 compatible = "qihua,t3-cqa3t-bv3", "allwinner,sun8i-t3",
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
| H A D | u8.h | 366 __m128i t0, t1, t2, t3; \ 388 t3 = _mm_xor_si128(_mm256_extracti128_si256(z##D, 0), \ 390 _mm_storeu_si128((__m128i*) (c + 192), t3); \ 400 t3 = _mm_xor_si128(_mm256_extracti128_si256(z##D, 1), \ 402 _mm_storeu_si128((__m128i*) (c + 448), t3); \
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
| H A D | poly1305_sse2.c | 685 uint32_t t0, t1, t2, t3, t4, b; in poly1305_blocks() local 710 t3 = _mm_cvtsi128_si32(T3) + b; in poly1305_blocks() 711 b = (t3 >> 26); in poly1305_blocks() 712 t3 &= 0x3ffffff; in poly1305_blocks() 718 ((uint64_t) t3 << 34)) & in poly1305_blocks() 720 h2 = (((uint64_t) t3 >> 10) | ((uint64_t) t4 << 16)); in poly1305_blocks()
|
| /f-stack/dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 331 uint64_t t3 = 0; in delta_eval() local 336 t3 = timespec64_to_ns(&ptp_data->tstamp3); in delta_eval() 339 delta = -((int64_t)((t2 - t1) - (t4 - t3))) / 2; in delta_eval()
|