| /src/external/mit/isl/dist/test_inputs/codegen/ |
| single_valued.c | 1 if (2 * ((t1 - 1) % 64) + 8 >= t1) 2 S(-(2 * ((t1 - 1) % 64)) + t1 + 126);
|
| unroll11.c | 1 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);
|
| unroll3.c | 1 if ((t1 + 121) % 128 <= 123) 2 write_shared_A(((t1 + 121) % 128) + 1);
|
| unroll4.c | 1 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 <= 4 [all...] |
| hoist.c | 1 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 + 17) [all...] |
| unroll6.c | 1 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);
|
| hoist2.c | 2 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)
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| timeval.c | 45 * Make `t1' consistent. 49 timevalfix(struct timeval *t1) 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, const struct timeval *t2 [all...] |
| /src/external/mit/isl/dist/test_inputs/codegen/cloog/ |
| mxm-shared.c | 1 if (N >= g0 + t1 + 1 && t1 <= 7 && g4 % 4 == 0) 3 S1(g0 + t1, g1 + c0);
|
| jacobi-shared.c | 1 if (((t1 + 31) % 32) + g2 >= 2 && N >= ((t1 + 31) % 32) + g2 + 2 && (h0 + 1) % 2 == 0) 3 S1(g1 + c0 - 1, -((g2 - t1 + 32) % 32) + g2 + 31);
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| safestack.h | 22 # 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_##t1##_new(sk_##t1##_compfunc compare) [all...] |
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| safestack.h.in | 39 #define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 40 STACK_OF(t1); \ 41 typedef int (*sk_##t1##_compfunc)(const t3 *const *a, const t3 *const *b); \ 42 typedef void (*sk_##t1##_freefunc)(t3 * a); \ 43 typedef t3 *(*sk_##t1##_copyfunc)(const t3 *a); \ 44 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 48 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 52 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) [all...] |
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| safestack.h.in | 37 # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ 38 STACK_OF(t1); \ 39 typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \ 40 typedef void (*sk_##t1##_freefunc)(t3 *a); \ 41 typedef t3 * (*sk_##t1##_copyfunc)(const t3 *a); \ 42 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 46 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \ 50 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| bn_mp_sqrt.c | 24 mp_int t1,t2; local 37 if ((res = mp_init_copy(&t1, arg)) != MP_OKAY) { 46 mp_rshd (&t1,t1.used/2); 48 /* t1 > 0 */ 49 if ((res = mp_div(arg,&t1,&t2,NULL)) != MP_OKAY) { 52 if ((res = mp_add(&t1,&t2,&t1)) != MP_OKAY) { 55 if ((res = mp_div_2(&t1,&t1)) != MP_OKAY) [all...] |
| /src/lib/libc/time/ |
| difftime.c | 39 double t1 = time1, t0 = time0; local 40 return t1 - t0; 55 uintmax_t t1 = time1, t0 = time0; local 56 return time0 <= time1 ? t1 - t0 : dminus((double)(t0 - t1)); 72 long double t1 = time1, t0 = time0; local 73 return t1 - t0;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| generic-match-head.cc | 45 /* Routine to determine if the types T1 and T2 are effectively 46 the same for GENERIC. If T1 or T2 is not a type, the test 50 types_match (tree t1, tree t2) 52 if (!TYPE_P (t1)) 53 t1 = TREE_TYPE (t1); 57 return TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| tok822_tree.c | 11 /* TOK822 *tok822_append(t1, t2) 12 /* TOK822 *t1; 15 /* TOK822 *tok822_prepend(t1, t2) 16 /* TOK822 *t1; 28 /* TOK822 *tok822_sub_append(t1, t2) 29 /* TOK822 *t1; 31 /* TOK822 *tok822_sub_prepend(t1, t2) 32 /* TOK822 *t1; 35 /* TOK822 *tok822_sub_keep_before(t1, t2) 38 /* TOK822 *tok822_sub_keep_after(t1, t2 [all...] |
| /src/common/lib/libc/arch/alpha/gen/ |
| byte_swap_4.S | 46 extbl a0, 1, t1 /* t1 = 0x 45 */ 49 sll t1, 16, t1 /* t1 = 0x 45 */ 52 or t1, t2, t1 /* t1 = 0x 4523 */ 53 or t1, v0, v0 /* v0 = 0x67452301 */
|
| /src/sys/arch/mmeye/stand/boot/ |
| clock.c | 48 int t1, t2, x; local 51 t1 = _reg_read_4(SH_(TCNT0)); 54 if (t2 > t1) 55 x -= (t2 - t1 - 1); 57 x -= (t1 - t2); 58 t1 = t2;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
| blake2b-load-avx2.h | 7 t1 = _mm256_unpacklo_epi64(m2, m3); \ 8 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \ 14 t1 = _mm256_unpackhi_epi64(m2, m3); \ 15 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \ 21 t1 = _mm256_unpacklo_epi64(m6, m7); \ 22 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \ 28 t1 = _mm256_unpackhi_epi64(m6, m7); \ 29 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \ 35 t1 = _mm256_unpackhi_epi64(m4, m6); \ 36 b0 = _mm256_blend_epi32(t0, t1, 0xF0); [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| lock.c | 44 namelist_info *t1, *t2; local 50 t1 = dtp->u.p.ionml; 51 while (t1 != NULL) 53 t2 = t1; 54 t1 = t1->next;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| lock.c | 44 namelist_info *t1, *t2; local 50 t1 = dtp->u.p.ionml; 51 while (t1 != NULL) 53 t2 = t1; 54 t1 = t1->next;
|
| /src/common/lib/libc/arch/alpha/string/ |
| ffs.S | 44 * Initialize return value (v0), and set up t1 so that it 47 subl zero, t0, t1 49 and t0, t1, t1 51 and t1, 0xff, t2 57 zapnot t1, 0x03, t3 59 sra t1, 16, t1 66 and t1, 0xff, t4 68 sra t1, 8, t [all...] |
| /src/tests/kernel/arch/mips/ |
| signalsphandler.S | 48 PTR_LA t1, _C_LABEL(signalsp) /* load t1 := &signalsp */ 50 PTR_S sp, 0(t1) /* store signalsp := stack pointer */
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| hypotq.c | 32 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y)) 33 * where t1 = 2x with lower 64 bits cleared, t2 = 2x-t1, 53 __float128 a,b,t1,t2,y1,y2,w; local 88 t1=0; 89 SET_FLT128_MSW64(t1,0x7ffd000000000000LL); /* t1=2^16382 */ 90 b *= t1; 91 a *= t1; [all...] |