HomeSort by: relevance | last modified time | path
    Searched refs:t2 (Results 1 - 25 of 1023) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mit/isl/dist/test_inputs/codegen/
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...]
  /src/external/ibm-public/postfix/dist/src/global/
tok822_tree.c 11 /* 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)
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/io/
lock.c 44 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);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
lock.c 44 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);
  /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)
54 if (!TYPE_P (t2))
55 t2 = TREE_TYPE (t2);
57 return TYPE_MAIN_VARIANT (t1) == TYPE_MAIN_VARIANT (t2);
  /src/sys/arch/mmeye/stand/boot/
clock.c 48 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;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
timeval.c 62 * t1 += t2
66 timevaladd(struct timeval *t1, const struct timeval *t2)
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)
80 t1->tv_sec -= t2->tv_sec;
81 t1->tv_usec -= t2->tv_usec;
  /src/common/lib/libc/arch/alpha/atomic/
atomic_swap.S 38 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
atomic_add.S 38 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, 2
    [all...]
atomic_and.S 38 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, 2
    [all...]
atomic_dec.S 38 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, 2
    [all...]
atomic_inc.S 38 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, 2
    [all...]
atomic_or.S 38 bis t1, a1, t2
39 stl_c t2, 0(a0)
40 beq t2, 2f
50 bis t1, a1, t2
51 mov t2, v0
52 stl_c t2, 0(a0)
53 beq t2, 2f
63 bis t1, a1, t2
64 stq_c t2, 0(a0)
65 beq t2, 2
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_lcm.c 24 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, c)
    [all...]
bn_mp_n_root.c 32 mp_int t1, t2, t3; local
44 if ((res = mp_init (&t2)) != MP_OKAY) {
56 /* t2 = 2 */
57 mp_set (&t2, 2);
60 /* t1 = t2 */
61 if ((res = mp_copy (&t2, &t1)) != MP_OKAY) {
65 /* t2 = t1 - ((t1**b - a) / (b * t1**(b-1))) */
73 /* t2 = t1**b */
74 if ((res = mp_mul (&t3, &t1, &t2)) != MP_OKAY) {
78 /* t2 = t1**b - a *
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_string.cc 44 ScopedThread t1, t2; local
46 t2.Memcpy(data, data2, 10, true);
53 ScopedThread t1, t2; local
55 t2.Memcpy(data+3, data2, 4, true);
62 ScopedThread t1, t2; local
64 t2.Memcpy(data1, data2, 10, true);
70 ScopedThread t1, t2; local
72 t2.Memcpy(data, data1, 10, true);
77 ScopedThread t1, t2; local
79 t2.Memset(data, 2, 10, true)
    [all...]
tsan_mop.cc 26 ScopedThread t1, t2; local
29 t2.Write1(l2);
33 ScopedThread t1, t2; local
36 t2.Write1(l, true);
40 ScopedThread t1, t2; local
43 t2.Write1(l, true);
47 ScopedThread t1, t2; local
50 t2.Read1(l, true);
54 ScopedThread t1, t2; local
57 t2.Read1(l)
62 ScopedThread t1, t2; local
74 ScopedThread t1, t2; local
93 ScopedThread t1, t2; local
108 ScopedThread t1, t2; local
142 ScopedThread t1, t2; local
156 ScopedThread t1, t2; local
181 ScopedThread t1, t2; local
190 ScopedThread t1, t2; local
211 ScopedThread t2; local
    [all...]
tsan_test.cc 21 ScopedThread t1, t2; local
24 t2.Call(foo);
25 t2.Call(bar);
26 t2.Write1(l, true);
27 t2.Return();
28 t2.Return();
  /src/external/gpl2/lvm2/dist/lib/misc/
timestamp.c 58 * Return: -1 if t1 is less than t2
59 * 0 if t1 is equal to t2
60 * 1 if t1 is greater than t2
62 int cmp_timestamp(struct timestamp *t1, struct timestamp *t2)
64 if(t1->t.tv_sec < t2->t.tv_sec)
66 if(t1->t.tv_sec > t2->t.tv_sec)
69 if(t1->t.tv_nsec < t2->t.tv_nsec)
71 if(t1->t.tv_nsec > t2->t.tv_nsec)
107 * Return: -1 if t1 is less than t2
108 * 0 if t1 is equal to t2
    [all...]
timestamp.h 26 * Return: -1 if t1 is less than t2
27 * 0 if t1 is equal to t2
28 * 1 if t1 is greater than t2
30 int cmp_timestamp(struct timestamp *t1, struct timestamp *t2);
  /src/tests/lib/libpthread/
t_equal.c 56 pthread_t t1, t2; local
59 ATF_REQUIRE(pthread_create(&t2, NULL, func, NULL) == 0);
62 ATF_REQUIRE(pthread_equal(t2, t2) != 0);
63 ATF_REQUIRE(pthread_equal(t1, t2) == 0);
66 ATF_REQUIRE(pthread_join(t2, NULL) == 0);
  /src/lib/libc/arch/riscv/sys/
sbrk.S 43 PTR_L t2, 0(t1)
44 add a0, a0, t2 // compute current break
49 mv a0, t2 // return old val of curbrk from above
  /src/common/lib/libc/arch/alpha/gen/
byte_swap_4.S 47 extbl a0, 2, t2 /* t2 = 0x 23 */
50 sll t2, 8, t2 /* t2 = 0x 23 */
52 or t1, t2, t1 /* t1 = 0x 4523 */
  /src/lib/libc/arch/hppa/string/
bcmp.S 70 copy %t1,%t2
74 ldbs,ma 1(%arg1),%t2
75 comb,<>,n %t1,%t2,$bcmp_exit
81 sub %t1,%t2,%ret0
  /src/common/lib/libc/arch/alpha/string/
bcopy.S 81 ldq_u t2,0(SRCREG)
94 mskqh t2,SRCREG,t2
96 or t2,t3,t2
108 stq_u t2,0(DSTREG)
110 ldq_u t2,8(SRCREG)
118 stq_u t2,0(DSTREG)
122 mskql t2,SIZEREG,t4
143 extql t2,SRCREG,t
    [all...]

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>