Home
last modified time | relevance | path

Searched defs:t0 (Results 1 – 25 of 85) sorted by relevance

1234

/freebsd/contrib/tzcode/
H A Ddifftime.c29 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 Dcamellia.c105 #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 Dec_c25519_m64.c102 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 Dseed.c450 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 Dfpu_sqrt.c284 #define t0 tt in fpu_sqrt() macro
307 #define t0 y0 in fpu_sqrt() macro
/freebsd/contrib/tcsh/
H A Dsh.time.c686 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 Dpoly1305_donna64.h37 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 Dkttcp.c152 struct timeval t0, t1; in kttcp_send() local
200 struct timeval t0, t1; in kttcp_recv() local
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c82 _nc_gettime(TimeType * t0, int first) in _nc_gettime()
174 TimeType t0; in _nc_timed_wait() local
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl_generic.c982 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 Drijndael-alg-fst.c862 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/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c56 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/contrib/bearssl/src/hash/
H A Dghash_pclmul.c274 __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 Dfe.h105 uint64_t t0, t1, t2, t3; in fe25519_tobytes() local
/freebsd/crypto/openssl/crypto/des/
H A Dqud_cksm.c37 DES_LONG z0, z1, t0, t1; in DES_quad_cksum() local
/freebsd/sys/kern/
H A Dsubr_clockcalib.c43 uint64_t t0, t1, tadj, tlast; in clockcalib() local
/freebsd/contrib/capsicum-test/
H A Doverhead.cc13 const clock_t t0 = clock(); // or gettimeofday or whatever in RepeatSyscall() local
/freebsd/crypto/openssl/crypto/idea/
H A Di_cbc.c99 register unsigned long x1, x2, x3, x4, t0, t1, ul; in IDEA_encrypt() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-sse41.c43 __m128i t0, t1; in blake2b_compress_sse41() local
/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_strcat.c25 unsigned int a0, a1, t0, t1; in ATF_TC_BODY() local
/freebsd/stand/i386/common/
H A Dcons.c132 uint32_t t0, t1, c; in keyhit() local
/freebsd/contrib/wpa/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
/freebsd/crypto/openssh/
H A Drijndael.c765 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_small_enc.c87 unsigned t0, t1, t2, t3; in mix_columns() local
H A Daes_big_enc.c93 uint32_t t0, t1, t2, t3; in br_aes_big_encrypt() local

1234