Searched refs:t1 (Results 26 - 50 of 1220) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_sqrt.c24 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)) !
[all...]
H A Dbn_mp_lcm.c24 mp_int t1, t2; local
27 if ((res = mp_init_multi (&t1, &t2, NULL)) != MP_OKAY) {
31 /* t1 = get the GCD of the two inputs */
32 if ((res = mp_gcd (a, b, &t1)) != MP_OKAY) {
39 if ((res = mp_div(a, &t1, &t2, NULL)) != MP_OKAY) {
45 if ((res = mp_div(b, &t1, &t2, NULL)) != MP_OKAY) {
55 mp_clear_multi (&t1, &t2, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dexception_test_1.cc37 t1() function
H A Dver_test_9.cc26 t1() function
/netbsd-current/lib/libc/time/
H A Ddifftime.c39 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;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgeneric-match-head.cc48 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/ibm-public/postfix/dist/src/global/
H A Dtok822_tree.c11 /* 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, t
129 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/common/lib/libc/arch/alpha/gen/
H A Dbyte_swap_4.S46 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 */
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Dclock.c48 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;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-load-avx2.h7 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,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dlock.c44 namelist_info *t1, *t2; local
50 t1 = dtp->u.p.ionml;
51 while (t1 != NULL)
53 t2 = t1;
54 t1 = t1->next;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dlock.c44 namelist_info *t1, *t2; local
50 t1 = dtp->u.p.ionml;
51 while (t1 != NULL)
53 t2 = t1;
54 t1 = t1->next;
/netbsd-current/external/mit/isl/dist/test_inputs/codegen/cloog/
H A Djacobi-shared.c1 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);
/netbsd-current/common/lib/libc/arch/alpha/string/
H A Dffs.S44 * 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,
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dhypotq.c32 * 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...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dhypotq.c32 * 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...]
/netbsd-current/sys/arch/hpcmips/stand/lcboot/
H A Dstart.S103 li t1, 0x00125482
104 mtc0 t1, $16
111 mfc0 t1, $12
113 and t1, t1, t2
115 or t1, t1, t2
116 mtc0 t1, $12
125 li t1, 0x0001
126 sh t1, (t
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_mop.cc26 ScopedThread t1, t2; local
28 t1.Write1(l1);
33 ScopedThread t1, t2; local
35 t1.Write1(l);
40 ScopedThread t1, t2; local
42 t1.Read1(l);
47 ScopedThread t1, t2; local
49 t1.Write1(l);
54 ScopedThread t1, t2; local
56 t1
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
209 ScopedThread t1; local
228 ScopedThread t1; local
[all...]
H A Dtsan_thread.cc21 ScopedThread t1; local
22 t1.Write1(l);
28 ScopedThread t1(true);
30 t1.Write1(l);
34 ScopedThread t1; local
36 t1.Write1(l);
37 t1.Detach();
H A Dtsan_string.cc44 ScopedThread t1, t2; local
45 t1.Memcpy(data, data1, 10);
53 ScopedThread t1, t2; local
54 t1.Memcpy(data+5, data1, 1);
62 ScopedThread t1, t2; local
63 t1.Memcpy(data, data1, 10);
70 ScopedThread t1, t2; local
71 t1.Memcpy(data, data1, 10);
77 ScopedThread t1, t2; local
78 t1
[all...]
/netbsd-current/lib/libm/src/
H A De_hypot.c34 * t1*yy1+((x-y)*(x-y)+(t1*y2+t2*y))
35 * where t1 = 2x with lower 32 bits cleared, t2 = 2x-t1,
56 double a=x,b=y,t1,t2,yy1,y2,w; local
88 t1=0;
89 SET_HIGH_WORD(t1,0x7fd00000); /* t1=2^1022 */
90 b *= t1;
91 a *= t1;
[all...]
/netbsd-current/games/hack/
H A Dhack.end.c330 struct toptenentry *t0, *t1, *tprev; local
375 t1 = tt_head = newttentry();
380 t1->date, &t1->uid,
381 &t1->level, &t1->maxlvl,
382 &t1->hp, &t1->maxhp, &t1->points,
383 &t1
506 outentry(int rank, struct toptenentry *t1, int so) argument
688 struct toptenentry *t1, *t2; local
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/misc/
H A Dtimestamp.c58 * 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) argument
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 i
111 cmp_timestamp(struct timestamp *t1, struct timestamp *t2) argument
[all...]
/netbsd-current/common/lib/libc/arch/mips/string/
H A Dstrcmp.S48 lbu t1, 0(a1)
50 bne t0, t1, NotEq
52 lbu t1, 1(a1)
56 beq t0, t1, 1b
58 subu v0, t0, t1
61 subu v0, zero, t1
/netbsd-current/tests/lib/libpthread/
H A Dt_equal.c56 pthread_t t1, t2; local
58 ATF_REQUIRE(pthread_create(&t1, NULL, func, NULL) == 0);
61 ATF_REQUIRE(pthread_equal(t1, t1) != 0);
63 ATF_REQUIRE(pthread_equal(t1, t2) == 0);
65 ATF_REQUIRE(pthread_join(t1, NULL) == 0);

Completed in 397 milliseconds

1234567891011>>