Searched refs:t1 (Results 1 - 25 of 1220) sorted by relevance

1234567891011>>

/netbsd-current/external/mit/isl/dist/test_inputs/codegen/
H A Dsingle_valued.c1 if (2 * ((t1 - 1) % 64) + 8 >= t1)
2 S(-(2 * ((t1 - 1) % 64)) + t1 + 126);
H A Dunroll11.c1 if (t1 >= 126)
2 S(0, t1 - 384);
3 S(0, t1 - 256);
4 if (t1 >= 126)
5 S(1, t1 - 384);
6 S(1, t1 - 256);
H A Dunroll3.c1 if ((t1 + 121) % 128 <= 123)
2 write_shared_A(((t1 + 121) % 128) + 1);
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 >
[all...]
H A Dhoist.c1 if (ni >= t0 + 1 && nj >= t1 + 1)
3 S_1(t0, t1, c2);
4 if (nj >= t1 + 17) {
5 S_1(t0, t1 + 16, c2);
6 if (nj >= t1 + 33) {
7 S_1(t0, t1 + 32, c2);
8 if (nj >= t1 + 49)
9 S_1(t0, t1 + 48, c2);
13 S_1(t0 + 16, t1, c2);
14 if (nj >= t1
[all...]
H A Dunroll6.c1 if (g >= 0 && nn >= 128 * g + 6 && nn >= ((t1 + 127) % 128) + 128 * g + 3)
3 A(c1, ((t1 + 127) % 128) + 128 * g + 1, ((t1 + 127) % 128) + 1);
4 if (t1 >= 1 && t1 <= 2 && nn >= t1 + 128 * g + 130 && t1 + 128 * g >= -127)
6 A(c1, t1 + 128 * g + 128, t1 + 128);
H A Dhoist2.c2 if (c0 <= 3 || (b == 1 && t1 + c0 >= 10) || (t1 == 5 && b == 1 && c0 == 4))
3 for (int c1 = t1 - 64 * b + 64; c1 <= min(70, -c0 + 73); c1 += 64)
4 if (c0 <= 3 || (t1 + c0 >= 10 && c1 == t1) || c1 == 5)
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dexception_test.h26 extern bool t1();
H A Dincremental_test_2.c23 extern int t1(int);
26 if (t1(b) != 0)
H A Dstart_lib_test_1.c25 extern void t1 (void);
29 t1 (void) function
H A Dscript_test_5.cc28 t1() __attribute__ ((section (".text.foo")));
31 t1() function
41 if (t1())
H A Dprotected_2.cc28 t1() function
H A Dthin_archive_test_1.cc34 t1() function
H A Dver_test_1.cc29 t1() function
H A Dincremental_test_1.c23 extern int t1(int);
25 int t1(int b) function
H A Drelro_test_main.cc25 extern bool t1();
31 assert(t1());
H A Dthin_archive_main.cc24 // routine, t1, defined in libthin1.a or libthin3.a, which then references
30 extern int t1();
37 assert(t1() == 0x4321);
H A Dweak_undef.h23 extern int t1();
H A Dexception_test_main.cc33 assert(t1());
H A Dstart_lib_test_main.c25 extern void t1 (void);
31 t1 ();
H A Dprotected_main_1.cc28 extern bool t1();
37 assert(t1());
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtimeval.c45 * Make `t1' consistent.
49 timevalfix(struct timeval *t1) argument
51 if (t1->tv_usec < 0) {
52 t1->tv_sec--;
53 t1->tv_usec += 1000000;
55 if (t1->tv_usec >= 1000000) {
56 t1->tv_sec++;
57 t1->tv_usec -= 1000000;
62 * t1 += t2
66 timevaladd(struct timeval *t1, cons argument
78 timevalsub(struct timeval *t1, const struct timeval *t2) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgeneric-match-head.c48 types_match (tree t1, tree t2) argument
50 if (!TYPE_P (t1))
51 t1 = TREE_TYPE (t1);
55 return TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2);
/netbsd-current/external/mit/isl/dist/test_inputs/codegen/cloog/
H A Dmxm-shared.c1 if (N >= g0 + t1 + 1 && t1 <= 7 && g4 % 4 == 0)
3 S1(g0 + t1, g1 + c0);
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dsafestack.h22 # define SKM_DEFINE_STACK_OF(t1, t2, t3) \
23 STACK_OF(t1); \
24 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \
25 typedef void (*sk_##t1##_freefunc)(t3 *a); \
26 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \
27 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
31 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1)*sk, int idx) \
35 static ossl_unused ossl_inline STACK_OF(t1) *sk
[all...]

Completed in 247 milliseconds

1234567891011>>