Searched refs:t2 (Results 1 - 25 of 965) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dstart_lib_test_2.c25 extern void t2 (void);
28 t2 (void) function
H A Dthin_archive_test_1.cc31 extern int t2();
36 return (t2() << 4) | 1;
H A Dstart_lib_test_1.c26 extern void t2 (void);
31 t2 ();
H A Dprotected_3.cc30 t2() function
H A Dprotected_main_3.cc28 t2() function
H A Dthin_archive_test_2.cc34 t2() function
H A Drelro_test_main.cc26 extern bool t2();
32 assert(t2());
H A Dweak_undef.h24 extern int t2();
H A Dprotected_main_1.cc29 extern bool t2();
38 assert(t2());
H A Dweak_alias_test_5.cc32 t2() function
/netbsd-current/external/mit/isl/dist/test_inputs/codegen/
H A Dunroll4.c1 write_shared_A(3, ((t1 + 3) % 4) + 1, ((t2 + 31) % 32) + 1);
2 if (t2 >= 1 && t2 <= 2 && t1 % 3 == 0)
3 write_shared_A(3, (-t1 / 3) + 4, t2 + 32);
4 if (((t1 + 3) % 4) + 1 >= t2 || t2 >= ((t1 + 3) % 4) + ((t2 + 1) % 2) + 2)
5 write_shared_A(3, ((t1 + 3) % 4) + 5, -((((t1 + 3) % 4) - t2 + 33) % 32) + t1 + 4 * ((-t1 + 4) / 4) + 32);
6 if (t1 >= 1 && t2 >= t1 + 1 && t2 <
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgeneric-match-head.c48 types_match (tree t1, tree t2) argument
52 if (!TYPE_P (t2))
53 t2 = TREE_TYPE (t2);
55 return TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dtok822_tree.c11 /* TOK822 *tok822_append(t1, t2)
13 /* TOK822 *t2;
15 /* TOK822 *tok822_prepend(t1, t2)
17 /* TOK822 *t2;
28 /* TOK822 *tok822_sub_append(t1, t2)
31 /* TOK822 *tok822_sub_prepend(t1, t2)
33 /* TOK822 *t2;
35 /* TOK822 *tok822_sub_keep_before(t1, t2)
38 /* TOK822 *tok822_sub_keep_after(t1, t2)
129 TOK822 *tok822_append(TOK822 *t1, TOK822 *t2) argument
148 tok822_prepend(TOK822 *t1, TOK822 *t2) argument
208 tok822_sub_append(TOK822 *t1, TOK822 *t2) argument
223 tok822_sub_prepend(TOK822 *t1, TOK822 *t2) argument
242 tok822_sub_keep_before(TOK822 *t1, TOK822 *t2) argument
253 tok822_sub_keep_after(TOK822 *t1, TOK822 *t2) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dlock.c44 namelist_info *t1, *t2; local
53 t2 = t1;
55 free (t2->var_name);
56 if (t2->var_rank)
58 free (t2->dim);
59 free (t2->ls);
61 free (t2);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dlock.c44 namelist_info *t1, *t2; local
53 t2 = t1;
55 free (t2->var_name);
56 if (t2->var_rank)
58 free (t2->dim);
59 free (t2->ls);
61 free (t2);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgeneric-match-head.cc48 types_match (tree t1, tree t2) argument
52 if (!TYPE_P (t2))
53 t2 = TREE_TYPE (t2);
55 return TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2);
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Dclock.c48 int t1, t2, x; local
53 t2 = _reg_read_4(SH_(TCNT0));
54 if (t2 > t1)
55 x -= (t2 - t1 - 1);
57 x -= (t1 - t2);
58 t1 = t2;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtimeval.c62 * t1 += t2
66 timevaladd(struct timeval *t1, const struct timeval *t2) argument
68 t1->tv_sec += t2->tv_sec;
69 t1->tv_usec += t2->tv_usec;
74 * t1 -= t2
78 timevalsub(struct timeval *t1, const struct timeval *t2) argument
80 t1->tv_sec -= t2->tv_sec;
81 t1->tv_usec -= t2->tv_usec;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dsrs-t2.d2 # error_output: srs-t2.l
/netbsd-current/common/lib/libc/arch/alpha/atomic/
H A Datomic_swap.S38 mov a1, t2
39 stl_c t2, 0(a0)
40 beq t2, 2f
50 mov a1, t2
51 stq_c t2, 0(a0)
52 beq t2, 2f
H A Datomic_dec.S38 subl t1, 1, t2
39 stl_c t2, 0(a0)
40 beq t2, 2f
50 subl t1, 1, t2
51 mov t2, v0
52 stl_c t2, 0(a0)
53 beq t2, 2f
63 subq t1, 1, t2
64 stq_c t2, 0(a0)
65 beq t2,
[all...]
H A Datomic_inc.S38 addl t1, 1, t2
39 stl_c t2, 0(a0)
40 beq t2, 2f
50 addl t1, 1, t2
51 mov t2, v0
52 stl_c t2, 0(a0)
53 beq t2, 2f
63 addq t1, 1, t2
64 stq_c t2, 0(a0)
65 beq t2,
[all...]
H A Datomic_add.S38 addl t1, a1, t2
39 stl_c t2, 0(a0)
40 beq t2, 2f
50 addl t1, a1, t2
51 mov t2, v0
52 stl_c t2, 0(a0)
53 beq t2, 2f
63 addq t1, a1, t2
64 stq_c t2, 0(a0)
65 beq t2,
[all...]
H A Datomic_and.S38 and t1, a1, t2
39 stl_c t2, 0(a0)
40 beq t2, 2f
50 and t1, a1, t2
51 mov t2, v0
52 stl_c t2, 0(a0)
53 beq t2, 2f
63 and t1, a1, t2
64 stq_c t2, 0(a0)
65 beq t2,
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_lcm.c24 mp_int t1, t2; local
27 if ((res = mp_init_multi (&t1, &t2, NULL)) != MP_OKAY) {
38 /* store quotient in t2 such that t2 * b is the LCM */
39 if ((res = mp_div(a, &t1, &t2, NULL)) != MP_OKAY) {
42 res = mp_mul(b, &t2, c);
44 /* store quotient in t2 such that t2 * a is the LCM */
45 if ((res = mp_div(b, &t1, &t2, NULL)) != MP_OKAY) {
48 res = mp_mul(a, &t2,
[all...]

Completed in 152 milliseconds

1234567891011>>