Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 25 of 223) sorted by relevance

123456789

/freebsd/crypto/openssl/include/openssl/
H A Dsafestack.h.in37 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ argument
67 # define SKM_DEFINE_STACK_OF(t1, t2, t3) \ argument
180 # define DEFINE_SPECIAL_STACK_OF(t1, t2) SKM_DEFINE_STACK_OF(t1, t2, t2) argument
181 # define DEFINE_SPECIAL_STACK_OF_CONST(t1, t2) \ argument
/freebsd/crypto/heimdal/lib/roken/
H A Dtimeval.c64 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd()
76 timevalsub(struct timeval *t1, const struct timeval *t2) in timevalsub()
/freebsd/contrib/kyua/utils/config/
H A Dtree_test.cpp216 const config::tree t1, t2; in ATF_TEST_CASE_BODY() local
238 config::tree t1, t2; in ATF_TEST_CASE_BODY() local
255 config::tree t1, t2; in ATF_TEST_CASE_BODY() local
272 config::tree t1, t2; in ATF_TEST_CASE_BODY() local
306 config::tree t2; in ATF_TEST_CASE_BODY() local
357 config::tree t2; in ATF_TEST_CASE_BODY() local
382 config::tree t2; in ATF_TEST_CASE_BODY() local
947 config::tree t2; in ATF_TEST_CASE_BODY() local
959 config::tree t2 = t1; in ATF_TEST_CASE_BODY() local
971 config::tree t2 = t1.deep_copy(); in ATF_TEST_CASE_BODY() local
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_time.c52 time_t t1, t2 = 0; in ATF_TC_BODY() local
69 time_t t1, t2; in ATF_TC_BODY() local
95 time_t t1, t2; in ATF_TC_BODY() local
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_x86ni.c62 expand_step192(__m128i *t1, __m128i *t2, __m128i *t3) in expand_step192()
82 expand_step256_1(__m128i *t1, __m128i *t2) in expand_step256_1()
100 __m128i t2, t4; in expand_step256_2() local
154 __m128i t1, t2, t3; in x86ni_keysched() local
/freebsd/usr.bin/ktrace/
H A Dsubr.c96 timevaladd(struct timeval *t1, struct timeval *t2) in timevaladd()
104 timevalsub(struct timeval *t1, struct timeval *t2) in timevalsub()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtrace.h71 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ argument
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
96 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ 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
/freebsd/contrib/atf/atf-c++/detail/
H A Dauto_array_test.cpp122 auto_array< test_array > t2(t1); in ATF_TEST_CASE_BODY() local
146 auto_array< test_array > t2 = test_array::do_copy(t1); in ATF_TEST_CASE_BODY() local
232 auto_array< test_array > t2; in ATF_TEST_CASE_BODY() local
258 auto_array< test_array > t2; in ATF_TEST_CASE_BODY() local
/freebsd/contrib/kyua/utils/
H A Dauto_array_test.cpp143 auto_array< test_array > t2(t1); in ATF_TEST_CASE_BODY() local
166 auto_array< test_array > t2 = t1; in ATF_TEST_CASE_BODY() local
248 auto_array< test_array > t2; in ATF_TEST_CASE_BODY() local
273 auto_array< test_array > t2; in ATF_TEST_CASE_BODY() 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
H A Dec_p256_m64.c263 uint64_t x, f, t0, t1, t2, t3, t4; in f256_montymul() local
600 uint64_t t0, t1, t2, t3, cc; in f256_final_reduce() local
735 uint64_t t1[4], t2[4], z; in point_encode() local
798 uint64_t t1[4], t2[4], t3[4], t4[4]; in p256_double() local
899 uint64_t t1[4], t2[4], t3[4], t4[4], t5[4], t6[4], t7[4], tt; in p256_add() local
1011 uint64_t t1[4], t2[4], t3[4], t4[4], t5[4], t6[4], t7[4], tt; in p256_add_mixed() local
/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dh_locking.c96 pthread_t t1, t2; in test_dlopen() local
118 pthread_t t1, t2; in test_dlclose() local
/freebsd/sys/powerpc/fpu/
H A Dfpu_sqrt.c339 #define t2 tt in fpu_sqrt() macro
371 #define t2 y2 in fpu_sqrt() macro
/freebsd/lib/libthr/thread/
H A Dthr_equal.c41 _thr_equal(pthread_t t1, pthread_t t2) in _thr_equal()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_add.c80 BN_ULONG *rp, carry, t1, t2; in BN_uadd() local
128 BN_ULONG t1, t2, borrow, *rp; in BN_usub() local
/freebsd/lib/libmp/tests/
H A Dlegacy_test.c51 MINT *t2; in testsimpel() local
99 MINT *t2; in testdiv() local
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCheckFileOffsetBits.c7 int t2[(((64 * GB -1) % 671088649) == 268434537) variable
/freebsd/contrib/libevent/cmake/
H A DCheckFileOffsetBits.c7 int t2[(((64 * GB -1) % 671088649) == 268434537) variable
/freebsd/tools/test/stress2/misc/
H A Dmaxproc.sh113 t2(); function
/freebsd/usr.sbin/sa/
H A Dmain.c390 double t1, t2; in cmp_usrsys() local
411 double t1, t2; in cmp_avgusrsys() local
490 double t1, t2; in cmp_avgcpumem() local
/freebsd/crypto/heimdal/lib/wind/
H A Dcombining.c44 const struct translation *t2 = (const struct translation *)data; in translation_cmp() local
/freebsd/tools/regression/tls/ttls2/
H A Dttls2.c33 pthread_t t1, t2; in main() local
/freebsd/contrib/bearssl/src/int/
H A Di15_modpow.c31 const uint16_t *m, uint16_t m0i, uint16_t *t1, uint16_t *t2) in br_i15_modpow()
H A Di32_modpow.c31 const uint32_t *m, uint32_t m0i, uint32_t *t1, uint32_t *t2) in br_i32_modpow()
H A Di31_modpow.c31 const uint32_t *m, uint32_t m0i, uint32_t *t1, uint32_t *t2) in br_i31_modpow()

123456789