/freebsd/contrib/tzcode/ |
H A D | difftime.c | 29 double t1 = time1, t0 = time0; in difftime() local 42 uintmax_t t1 = time1, t0 = time0; in difftime() local 59 long double t1 = time1, t0 = time0; in difftime() local
|
/freebsd/sys/crypto/camellia/ |
H A D | camellia.c | 105 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 125 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \ argument 141 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 440 uint32_t il, ir, t0, t1, w0, w1; in camellia_setup128() local 647 uint32_t il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local 945 uint32_t il, ir, t0, t1; in camellia_encrypt128() local 1012 uint32_t il,ir,t0,t1; /* temporary variables */ in camellia_decrypt128() local 1082 uint32_t il,ir,t0,t1; /* temporary variables */ in camellia_encrypt256() local 1165 uint32_t il,ir,t0,t1; /* temporary variables */ in camellia_decrypt256() local
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_c25519_m64.c | 102 uint64_t t0, t1, t2, t3, cc; in f255_add() local 174 uint64_t t0, t1, t2, t3, t4, cc; in f255_sub() local 258 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, th; in f255_mul() local 502 uint64_t t0, t1, t2, t3; in f255_mul_a24() local 569 uint64_t t0, t1, t2, t3, m; in f255_final_reduce() local
|
/freebsd/crypto/openssl/crypto/seed/ |
H A D | seed.c | 450 seed_word t0, t1; in SEED_set_key() local 510 seed_word t0, t1; in SEED_encrypt() local 555 seed_word t0, t1; in SEED_decrypt() local
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_sqrt.c | 284 #define t0 tt in fpu_sqrt() macro 307 #define t0 y0 in fpu_sqrt() macro
|
/freebsd/contrib/tcsh/ |
H A D | sh.time.c | 686 pdeltat(timeval_t *t1, timeval_t *t0) in pdeltat() 695 tvadd(timeval_t *tsum, timeval_t *t0) in tvadd() 705 tvsub(timeval_t *tdiff, timeval_t *t1, timeval_t *t0) in tvsub()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
H A D | poly1305_donna64.h | 37 unsigned long long t0, t1; in poly1305_init() local 85 unsigned long long t0, t1; in poly1305_blocks() local 140 unsigned long long t0, t1; in poly1305_finish() local
|
/freebsd/tools/tools/kttcp/sys/ |
H A D | kttcp.c | 152 struct timeval t0, t1; in kttcp_send() local 200 struct timeval t0, t1; in kttcp_recv() local
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_twait.c | 85 _nc_gettime(TimeType * t0, int first) in _nc_gettime() 179 TimeType t0; in _nc_timed_wait() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
H A D | ed25519_ref10.c | 56 fe25519 t0; in fe25519_invert() local 114 fe25519 t0; in fe25519_pow22523() local 173 fe25519 t0; in ge25519_add() local 328 fe25519 t0; in ge25519_madd() local 349 fe25519 t0; in ge25519_msub() local 403 fe25519 t0; in ge25519_p2_dbl() local 617 fe25519 t0; in ge25519_sub() local 957 fe25519 t0; in ge25519_is_on_curve() local 1905 fe25519 t0, t1, t2, t3; in chi25519() local
|
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/ |
H A D | aes_impl_generic.c | 982 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_generic_encrypt() local 1110 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_generic_decrypt() local
|
/freebsd/sys/crypto/rijndael/ |
H A D | rijndael-alg-fst.c | 862 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 1043 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pclmul.c | 274 __m128i t0, t1, t2, t3; in br_ghash_pclmul() local 353 __m128i t0, t1, t2, t3; in br_ghash_pclmul() local
|
/freebsd/sys/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
|
/freebsd/crypto/openssl/crypto/des/ |
H A D | qud_cksm.c | 37 DES_LONG z0, z1, t0, t1; in DES_quad_cksum() local
|
/freebsd/sys/kern/ |
H A D | subr_clockcalib.c | 43 uint64_t t0, t1, tadj, tlast; in clockcalib() local
|
/freebsd/crypto/openssl/crypto/idea/ |
H A D | i_cbc.c | 99 register unsigned long x1, x2, x3, x4, t0, t1, ul; in IDEA_encrypt() local
|
/freebsd/contrib/capsicum-test/ |
H A D | overhead.cc | 13 const clock_t t0 = clock(); // or gettimeofday or whatever in RepeatSyscall() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-compress-sse41.c | 43 __m128i t0, t1; in blake2b_compress_sse41() local
|
/freebsd/contrib/netbsd-tests/lib/libc/string/ |
H A D | t_strcat.c | 25 unsigned int a0, a1, t0, t1; in ATF_TC_BODY() local
|
/freebsd/stand/i386/common/ |
H A D | cons.c | 132 uint32_t t0, t1, c; in keyhit() local
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | aes-internal-enc.c | 25 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_small_enc.c | 87 unsigned t0, t1, t2, t3; in mix_columns() local
|
H A D | aes_big_enc.c | 93 uint32_t t0, t1, t2, t3; in br_aes_big_encrypt() local
|
/freebsd/crypto/openssh/ |
H A D | rijndael.c | 765 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
|