| /freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/ |
| D | constructors_destructor_fn_imps.hpp | 63 PB_DS_CLASS_NAME(T0 t0, T1 t1) : base_type(t0, t1) in PB_DS_CLASS_NAME() 68 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) in PB_DS_CLASS_NAME() 73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3) in PB_DS_CLASS_NAME() 79 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) in PB_DS_CLASS_NAME() 86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in PB_DS_CLASS_NAME() 93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in PB_DS_CLASS_NAME() 100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in PB_DS_CLASS_NAME() 107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) in PB_DS_CLASS_NAME()
|
| /freebsd-9-stable/crypto/heimdal/lib/roken/ |
| D | timeval.c | 50 timevalfix(struct timeval *t1) in timevalfix() 67 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd() 79 timevalsub(struct timeval *t1, const struct timeval *t2) in timevalsub()
|
| /freebsd-9-stable/usr.bin/ktrace/ |
| D | subr.c | 100 timevaladd(struct timeval *t1, struct timeval *t2) in timevaladd() 108 timevalsub(struct timeval *t1, struct timeval *t2) in timevalsub() 116 timevalfix(struct timeval *t1) in timevalfix()
|
| /freebsd-9-stable/crypto/openssl/crypto/camellia/ |
| D | camellia.c | 134 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 158 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \ argument 176 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 477 u32 il, ir, t0, t1, w0, w1; in camellia_setup128() local 807 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local 1271 u32 il, ir, t0, t1; in camellia_encrypt128() local 1359 u32 il, ir, t0, t1; /* temporary valiables */ in camellia_decrypt128() local 1450 u32 il, ir, t0, t1; /* temporary valiables */ in camellia_encrypt256() local 1561 u32 il, ir, t0, t1; /* temporary valiables */ in camellia_decrypt256() local
|
| /freebsd-9-stable/crypto/openssl/crypto/bn/ |
| D | bn_mont.c | 240 long long t1; in BN_from_montgomery_word() local 315 BN_ULONG t1, t2, t3, t4; in BN_from_montgomery_word() local 410 long long t1; in BN_from_montgomery() local 488 BN_ULONG t1, t2, t3, t4; in BN_from_montgomery() local 517 BN_ULONG t1, t2, t3, t4; in BN_from_montgomery() local 533 BIGNUM *t1, *t2; in BN_from_montgomery() local
|
| D | bn_add.c | 110 BN_ULONG *ap, *bp, *rp, carry, t1, t2; in BN_uadd() local 169 register BN_ULONG t1, t2, *ap, *bp, *rp; in BN_usub() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| D | ASTMatchersMacros.h | 166 #define AST_POLYMORPHIC_SUPPORTED_TYPES_1(t1) void(internal::TypeList<t1>) argument 167 #define AST_POLYMORPHIC_SUPPORTED_TYPES_2(t1, t2) \ argument 169 #define AST_POLYMORPHIC_SUPPORTED_TYPES_3(t1, t2, t3) \ argument 171 #define AST_POLYMORPHIC_SUPPORTED_TYPES_4(t1, t2, t3, t4) \ argument 173 #define AST_POLYMORPHIC_SUPPORTED_TYPES_5(t1, t2, t3, t4, t5) \ argument
|
| /freebsd-9-stable/sys/crypto/camellia/ |
| D | camellia.c | 108 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 128 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \ argument 144 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 443 uint32_t il, ir, t0, t1, w0, w1; in camellia_setup128() local 650 uint32_t il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local 948 uint32_t il, ir, t0, t1; in camellia_encrypt128() local 1015 uint32_t il,ir,t0,t1; /* temporary valiables */ in camellia_decrypt128() local 1085 uint32_t il,ir,t0,t1; /* temporary valiables */ in camellia_encrypt256() local 1168 uint32_t il,ir,t0,t1; /* temporary valiables */ in camellia_decrypt256() local
|
| /freebsd-9-stable/crypto/openssl/crypto/seed/ |
| D | seed.c | 736 seed_word t0, t1; in SEED_set_key() local 783 seed_word t0, t1; in SEED_encrypt() local 818 seed_word t0, t1; in SEED_decrypt() local
|
| /freebsd-9-stable/sys/compat/svr4/ |
| D | svr4_termios.c | 71 #define undefined_flag2(f,a,b,c1,t1,c2,t2) /**/ argument 72 #define undefined_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) /**/ argument 90 #define svr4_to_bsd_flag2(f,a,b,c1,t1,c2,t2) \ argument 99 #define svr4_to_bsd_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \ argument 123 #define bsd_to_svr4_flag2(f,a,b,c1,t1,c2,t2) \ argument 130 #define bsd_to_svr4_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \ argument
|
| /freebsd-9-stable/crypto/openssl/crypto/bn/asm/ |
| D | x86_64-gcc.c | 251 BN_ULONG t1, t2; in bn_sub_words() local 381 BN_ULONG t1, t2; in bn_mul_comba8() local 485 BN_ULONG t1, t2; in bn_mul_comba4() local 525 BN_ULONG t1, t2; in bn_sqr_comba8() local 601 BN_ULONG t1, t2; in bn_sqr_comba4() local
|
| /freebsd-9-stable/sys/powerpc/fpu/ |
| D | fpu_sqrt.c | 312 #define t1 tt in fpu_sqrt() macro 342 #define t1 y1 in fpu_sqrt() macro
|
| /freebsd-9-stable/lib/libc/sparc64/fpu/ |
| D | fpu_sqrt.c | 295 #define t1 tt macro 325 #define t1 y1 macro
|
| /freebsd-9-stable/lib/libkse/thread/ |
| D | thr_equal.c | 40 _pthread_equal(pthread_t t1, pthread_t t2) in _pthread_equal()
|
| /freebsd-9-stable/lib/libthr/thread/ |
| D | thr_equal.c | 39 _pthread_equal(pthread_t t1, pthread_t t2) in _pthread_equal()
|
| /freebsd-9-stable/sys/nfsclient/ |
| D | nfs_subs.c | 472 int32_t t1; in nfs_loadattrcache() local 916 int t1; in nfsm_mtofh_xx() local 979 int t1; in nfsm_loadattr_xx() local 994 int t1; in nfsm_postop_attr_xx() local 1017 int t1; in nfsm_wcc_data_xx() local 1046 int t1; in nfsm_strtom_xx() local 1068 int t1; in nfsm_fhtom_xx() local
|
| /freebsd-9-stable/contrib/ncurses/ncurses/tty/ |
| D | lib_twait.c | 79 TimeType t1; in _nc_gettime() local 94 time_t t1 = time((time_t *) 0); in _nc_gettime() local
|
| /freebsd-9-stable/tools/tools/kttcp/sys/ |
| D | kttcp.c | 153 struct timeval t0, t1; in kttcp_send() local 201 struct timeval t0, t1; in kttcp_recv() local
|
| /freebsd-9-stable/tools/regression/tls/ttls2/ |
| D | ttls2.c | 34 pthread_t t1, t2; in main() local
|
| /freebsd-9-stable/usr.sbin/sa/ |
| D | main.c | 398 double t1, t2; in cmp_usrsys() local 419 double t1, t2; in cmp_avgusrsys() local 498 double t1, t2; in cmp_avgcpumem() local
|
| /freebsd-9-stable/sys/mips/include/ |
| D | regdef.h | 33 #define t1 $13 macro 38 #define t1 $9 macro
|
| /freebsd-9-stable/crypto/openssl/crypto/aes/ |
| D | aes_core.c | 794 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 986 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local
|
| /freebsd-9-stable/lib/msun/src/ |
| D | e_hypotf.c | 25 float a=x,b=y,t1,t2,y1,y2,w; in __ieee754_hypotf() local
|
| /freebsd-9-stable/crypto/openssl/demos/jpake/ |
| D | jpakedemo.c | 216 BIGNUM *t1 = BN_new(); in VerifyZKP() local 304 BIGNUM *t1 = BN_new(); in sendstep2() local 343 BIGNUM *t1 = BN_new(); in verifystep2() local 371 BIGNUM *t1 = BN_new(); in computekey() local
|
| /freebsd-9-stable/crypto/openssl/fips/dh/ |
| D | fips_dh_gen.c | 113 BIGNUM *t1, *t2; in dh_builtin_genparams() local
|