/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
H A D | tsan_mop.cc | 26 ScopedThread t1, t2; in TEST() local 33 ScopedThread t1, t2; in TEST() local 40 ScopedThread t1, t2; in TEST() local 47 ScopedThread t1, t2; in TEST() local 54 ScopedThread t1, t2; in TEST() local 62 ScopedThread t1, t2; in TEST() local 74 ScopedThread t1, t2; in TEST() local 93 ScopedThread t1, t2; in TEST() local 108 ScopedThread t1, t2; in TEST() local 142 ScopedThread t1, t2; in TEST() local [all …]
|
H A D | tsan_string.cc | 44 ScopedThread t1, t2; in TEST() local 53 ScopedThread t1, t2; in TEST() local 62 ScopedThread t1, t2; in TEST() local 70 ScopedThread t1, t2; in TEST() local 77 ScopedThread t1, t2; in TEST() local
|
H A D | tsan_mutex.cc | 100 ScopedThread t1, t2; in TEST() local 116 ScopedThread t1, t2; in TEST() local 132 ScopedThread t1, t2, t3; in TEST() local 157 ScopedThread t1, t2; in TEST() local 183 ScopedThread t1; in TEST() local 206 ScopedThread t1; in TEST() local
|
H A D | tsan_thread.cc | 21 ScopedThread t1; in TEST() local 28 ScopedThread t1(true); in TEST() local 34 ScopedThread t1; in TEST() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | timeval.c | 49 timevalfix(struct timeval *t1) in timevalfix() 66 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd() 78 timevalsub(struct timeval *t1, const struct timeval *t2) in timevalsub()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | tok822_tree.c | 129 TOK822 *tok822_append(TOK822 *t1, TOK822 *t2) in tok822_append() 148 TOK822 *tok822_prepend(TOK822 *t1, TOK822 *t2) in tok822_prepend() 208 TOK822 *tok822_sub_append(TOK822 *t1, TOK822 *t2) in tok822_sub_append() 223 TOK822 *tok822_sub_prepend(TOK822 *t1, TOK822 *t2) in tok822_sub_prepend() 242 TOK822 *tok822_sub_keep_before(TOK822 *t1, TOK822 *t2) in tok822_sub_keep_before() 253 TOK822 *tok822_sub_keep_after(TOK822 *t1, TOK822 *t2) in tok822_sub_keep_after()
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | mulmid.c | 85 mp_limb_t t0, t1, cy; in mpn_mulmid() local 97 mp_limb_t t0, t1, cy; in mpn_mulmid() local 233 mp_limb_t t0, t1, cy; in mpn_mulmid() local 247 mp_limb_t t0, t1, cy; in mpn_mulmid() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-icf-gimple.c | 89 func_checker::compare_ssa_name (const_tree t1, const_tree t2) in compare_ssa_name() 143 func_checker::compare_decl (const_tree t1, const_tree t2) in compare_decl() 172 func_checker::compatible_polymorphic_types_p (tree t1, tree t2, in compatible_polymorphic_types_p() 201 func_checker::compatible_types_p (tree t1, tree t2) in compatible_types_p() 250 func_checker::operand_equal_p (const_tree t1, const_tree t2, in operand_equal_p() 299 func_checker::compare_operand (tree t1, tree t2) in compare_operand() 311 func_checker::compare_asm_inputs_outputs (tree t1, tree t2) in compare_asm_inputs_outputs() 346 func_checker::compare_variable_decl (const_tree t1, const_tree t2) in compare_variable_decl() 543 tree t1, t2; in compare_gimple_call() local 659 tree t1, t2; in compare_gimple_cond() local [all …]
|
H A D | gengtype-state.c | 1697 struct state_token_st *t1 = NULL; in read_state_lang_struct_type() local 1806 struct state_token_st *t1 = peek_state_token (1); in read_state_type() local 1904 struct state_token_st *t1 = peek_state_token (1); in read_state_fileloc() local 1957 struct state_token_st *t1 = peek_state_token (1); in read_state_fields() local 2057 struct state_token_st *t1 = peek_state_token (1); in read_state_option() local 2116 struct state_token_st *t1 = peek_state_token (1); in read_state_options() local 2156 struct state_token_st *t1 = peek_state_token (1); in read_state_version() local 2189 struct state_token_st *t1 = peek_state_token (1); in read_state_pair() local 2275 struct state_token_st *t1 = peek_state_token (1); in read_state_typedefs() local 2315 struct state_token_st *t1 = peek_state_token (1); in read_state_structures() local [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | safestack.h.in | 37 # 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
|
/netbsd-src/lib/libc/time/ |
H A D | difftime.c | 39 double t1 = time1, t0 = time0; in difftime() local 55 uintmax_t t1 = time1, t0 = time0; in difftime() local 72 long double t1 = time1, t0 = time0; in difftime() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-icf-gimple.cc | 95 func_checker::compare_ssa_name (const_tree t1, const_tree t2) in compare_ssa_name() 152 func_checker::compare_decl (const_tree t1, const_tree t2) in compare_decl() 194 func_checker::compatible_polymorphic_types_p (tree t1, tree t2, in compatible_polymorphic_types_p() 223 func_checker::compatible_types_p (tree t1, tree t2) in compatible_types_p() 315 func_checker::operand_equal_p (const_tree t1, const_tree t2, in operand_equal_p() 369 func_checker::compare_operand (tree t1, tree t2, operand_access_type access) in compare_operand() 412 func_checker::compare_asm_inputs_outputs (tree t1, tree t2, in compare_asm_inputs_outputs() 449 func_checker::compare_variable_decl (const_tree t1, const_tree t2) in compare_variable_decl() 646 tree t1, t2; in compare_gimple_call() local 796 tree t1, t2; in compare_gimple_cond() local [all …]
|
H A D | gengtype-state.cc | 1724 struct state_token_st *t1 = NULL; in read_state_lang_struct_type() local 1833 struct state_token_st *t1 = peek_state_token (1); in read_state_type() local 1936 struct state_token_st *t1 = peek_state_token (1); in read_state_fileloc() local 1989 struct state_token_st *t1 = peek_state_token (1); in read_state_fields() local 2089 struct state_token_st *t1 = peek_state_token (1); in read_state_option() local 2148 struct state_token_st *t1 = peek_state_token (1); in read_state_options() local 2188 struct state_token_st *t1 = peek_state_token (1); in read_state_version() local 2221 struct state_token_st *t1 = peek_state_token (1); in read_state_pair() local 2307 struct state_token_st *t1 = peek_state_token (1); in read_state_typedefs() local 2347 struct state_token_st *t1 = peek_state_token (1); in read_state_structures() local [all …]
|
/netbsd-src/tests/lib/libc/gen/ |
H A D | t_time.c | 52 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
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/ |
H A D | assoc_container.hpp | 123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() 129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() 133 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) in basic_hash_table() 138 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in basic_hash_table() 143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in basic_hash_table() 148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in basic_hash_table() 153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, in basic_hash_table() 576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/ |
H A D | assoc_container.hpp | 123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table() 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() 129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() 133 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) in basic_hash_table() 138 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in basic_hash_table() 143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in basic_hash_table() 148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in basic_hash_table() 153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, in basic_hash_table() 576 basic_branch(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_branch() 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | expr.cc | 106 tree t1 = TREE_TYPE (arg1); in binary_op() local 246 tree t1 = build_expr (e->e1); in visit() local 273 tree t1 = d_array_convert (e->e1); in visit() local 282 tree t1 = d_save_expr (build_expr (e->e1)); in visit() local 306 tree t1 = build_expr (e->e1); in visit() local 317 tree t1 = build_expr (e->e1); in visit() local 351 tree t1 = d_array_convert (e->e1); in visit() local 440 tree t1 = build_expr (e->e1); in visit() local 465 tree t1 = build_expr (e->e1); in visit() local 555 tree t1 = build_expr (e->e1); in visit() local [all …]
|
/netbsd-src/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
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | camellia-ntt.c | 117 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 141 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \ argument 158 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 456 u32 il, ir, t0, t1, w0, w1; in camellia_setup128() local 668 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local 974 u32 il, ir, t0, t1; in camellia_encrypt128() local 1064 u32 il,ir,t0,t1; /* temporary valiables */ in camellia_decrypt128() local 1157 u32 il,ir,t0,t1; /* temporary valiables */ in camellia_encrypt256() local 1271 u32 il,ir,t0,t1; /* temporary valiables */ in camellia_decrypt256() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | expr.cc | 102 tree t1 = TREE_TYPE (arg1); in binary_op() local 250 tree t1 = build_expr (e->e1); in visit() local 277 tree t1 = d_array_convert (e->e1); in visit() local 286 tree t1 = d_save_expr (build_expr (e->e1)); in visit() local 309 tree t1 = build_expr (e->e1); in visit() local 320 tree t1 = build_expr (e->e1); in visit() local 355 tree t1 = d_array_convert (e->e1); in visit() local 442 tree t1 = build_expr (e->e1); in visit() local 466 tree t1 = build_expr (e->e1); in visit() local 548 tree t1 = build_expr (e->e1); in visit() local [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | safestack.h | 22 # define SKM_DEFINE_STACK_OF(t1, t2, t3) \ argument 129 # define DEFINE_SPECIAL_STACK_OF(t1, t2) SKM_DEFINE_STACK_OF(t1, t2, t2) argument 131 # define DEFINE_SPECIAL_STACK_OF_CONST(t1, t2) \ argument
|
/netbsd-src/external/gpl2/lvm2/dist/lib/misc/ |
H A D | timestamp.c | 62 int cmp_timestamp(struct timestamp *t1, struct timestamp *t2) in cmp_timestamp() 111 int cmp_timestamp(struct timestamp *t1, struct timestamp *t2) in cmp_timestamp()
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/ |
H A D | auto_array_test.cpp | 143 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local 166 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local 248 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local 273 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | auto_array_test.cpp | 118 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local 142 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local 228 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local 254 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local
|
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
H A D | auto_array_test.cpp | 120 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local 144 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local 230 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local 256 auto_array< test_array > t1(new test_array[10]); in ATF_TEST_CASE_BODY() local
|