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

123456789

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_equal.c40 _pthread_equal(pthread_t t1, pthread_t t2) argument
43 return (t1 == t2);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_equal.c39 _pthread_equal(pthread_t t1, pthread_t t2) argument
42 return (t1 == t2);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dtimeval.c63 * t1 += t2
67 timevaladd(struct timeval *t1, const struct timeval *t2) argument
69 t1->tv_sec += t2->tv_sec;
70 t1->tv_usec += t2->tv_usec;
75 * t1 -= t2
79 timevalsub(struct timeval *t1, const struct timeval *t2) argument
81 t1->tv_sec -= t2->tv_sec;
82 t1->tv_usec -= t2->tv_usec;
/freebsd-9.3-release/lib/libproc/test/t2-name2map/
H A DMakefile3 PROG= t2-name2map
5 SRCS= t2-name2map.c
/freebsd-9.3-release/lib/libc/string/
H A Dstrcoll.c46 const char *t, *t2; local
59 t2 = tt2 = __collate_substitute(table, s2);
63 t2 = s2;
65 while(*t && *t2) {
71 while(*t2 && !prim2) {
72 __collate_lookup(table, t2, &len2, &prim2, &sec2);
73 t2 += len2;
84 if(!*t && *t2)
85 ret = -(int)((u_char)*t2);
86 else if(*t && !*t2)
[all...]
/freebsd-9.3-release/sys/mips/rmi/
H A Dmpwait.S47 mfc0 t2, $15, 1
48 andi t2, 0x1f
49 sll t2, t2, 2
50 add t1, t2
H A Dxlr_csum_nocopy.S31 move a1, t2
51 lbu t2, (src)
55 sll t2, t2, 8
57 or t1, t2
91 move t2, a1
154 andi t2, a1, 0x40
169 beqz t2, 1f
170 andi t2, a1, 0x20
180 beqz t2, do_end_word
[all...]
/freebsd-9.3-release/lib/libproc/test/
H A DMakefile3 SUBDIR= t1-bkpt t2-name2map t3-name2sym
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dconstructors_destructor_fn_imps.hpp68 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) argument
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3) argument
74 : base_type(t0, t1, t2, t3)
79 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) argument
80 : base_type(t0, t1, t2, t3, t4)
86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) argument
87 : base_type(t0, t1, t2, t3, t4, t5)
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) argument
94 : base_type(t0, t1, t2, t
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) argument
107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) argument
[all...]
/freebsd-9.3-release/tools/regression/tls/ttls2/
H A Dttls2.c30 pthread_t t1, t2; local
33 pthread_create(&t2, 0, foo2, 0);
35 pthread_join(t2, 0);
/freebsd-9.3-release/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.t33 for t2 in \
40 run ${n} stream "-z ${t2%% *}" STREAM "${t1} ${t2#* }"
48 for t2 in \
53 run ${n} stream "-z ${t2%% *}" STREAM "${t1} ${t2#* }"
67 for t2 in \
74 run ${n} dgram "-z ${t2%% *}" DGRAM "${t1} ${t2#* }"
81 for t2 i
[all...]
/freebsd-9.3-release/crypto/openssl/fips/dh/
H A Ddh_gen.c112 BIGNUM *t1, *t2; local
121 t2 = BN_CTX_get(ctx);
122 if (t1 == NULL || t2 == NULL)
138 if (!BN_set_word(t2, 11))
146 if (!BN_set_word(t2, 5))
154 if (!BN_set_word(t2, 3))
168 if (!BN_set_word(t2, 1))
173 if (!BN_generate_prime_ex(ret->p, prime_len, 1, t1, t2, cb))
H A Dfips_dh_gen.c113 BIGNUM *t1, *t2; local
132 t2 = BN_CTX_get(ctx);
133 if (t1 == NULL || t2 == NULL)
149 if (!BN_set_word(t2, 11))
157 if (!BN_set_word(t2, 5))
165 if (!BN_set_word(t2, 3))
179 if (!BN_set_word(t2, 1))
184 if (!BN_generate_prime_ex(ret->p, prime_len, 1, t1, t2, cb))
/freebsd-9.3-release/crypto/openssl/crypto/dh/
H A Ddh_gen.c112 BIGNUM *t1, *t2; local
121 t2 = BN_CTX_get(ctx);
122 if (t1 == NULL || t2 == NULL)
138 if (!BN_set_word(t2, 11))
146 if (!BN_set_word(t2, 5))
154 if (!BN_set_word(t2, 3))
168 if (!BN_set_word(t2, 1))
173 if (!BN_generate_prime_ex(ret->p, prime_len, 1, t1, t2, cb))
/freebsd-9.3-release/usr.bin/ktrace/
H A Dsubr.c100 timevaladd(struct timeval *t1, struct timeval *t2) argument
102 t1->tv_sec += t2->tv_sec;
103 t1->tv_usec += t2->tv_usec;
108 timevalsub(struct timeval *t1, struct timeval *t2) argument
110 t1->tv_sec -= t2->tv_sec;
111 t1->tv_usec -= t2->tv_usec;
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dldexp.S82 sll t2, v1, 32 - 20 # get x fraction
83 srl t2, t2, 32 - 20
85 bne t2, zero, 1f
89 * Find out how many leading zero bits are in t2,t3 and put in t9.
91 move v0, t2
93 bne t2, zero, 1f
121 * Now shift t2,t3 the correct number of bits.
131 sll t2, t3, t9
136 sll t2, t
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Db-strl.c69 struct timeval t1, t2;
119 if (gettimeofday(&t2, NULL) < 0)
122 printf("\tstrlcat() result: %ld seconds\n", one = toseconds(t2, t1));
130 if (gettimeofday(&t2, NULL) < 0)
133 printf("\tsm_strlcat() result: %ld seconds\n", two = toseconds(t2, t1));
160 if (gettimeofday(&t2, NULL) < 0)
163 printf("\tstrlcpy() result: %ld seconds\n", one = toseconds(t2, t1));
171 if (gettimeofday(&t2, NULL) < 0)
174 printf("\tsm_strlcpy() result: %ld seconds\n", two = toseconds(t2, t1));
/freebsd-9.3-release/tools/regression/lib/libmp/
H A Dtest-libmp.c53 MINT *t2; local
67 t2 = mp_xtom(str42);
68 testmcmp(c42, t2, "xtom");
69 s = mp_mtox(t2);
74 mp_mfree(t2);
101 MINT *t2; local
113 t2 = mp_itom(ro); // Simpler to use common testmcmp()
114 testmcmp(t2, c2, "sdiv1");
115 mp_mfree(t2);
119 t2
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-compactflash.c258 int t2; local
275 t2 = 55;
286 t2 = 65;
295 t2 = 70;
304 t2 = 80;
313 t2 = 100;
322 t2 = 125;
331 t2 = 165;
347 t2 = FLASH_RoundUP(t2 * clocks_u
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S647 bne t2, zero, result_fs_s # if FS is NAN, result is FS
654 beq t2, zero, 3f # is FS zero?
679 or t2, t2, SIMPL_ONE # set implied one bit
684 or t2, t2, SIMPL_ONE # set implied one bit
702 move t2, zero # FSs fraction shifted is zero
712 sll t8, t2, t9 # save bits shifted out
713 srl t2, t2, v
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_asm.c428 BN_ULONG t1, t2; local
437 t2 = b[0];
438 r[0] = (t1 - t2 - c) & BN_MASK2;
439 if (t1 != t2)
440 c = (t1 < t2);
445 t2 = b[1];
446 r[1] = (t1 - t2 - c) & BN_MASK2;
447 if (t1 != t2)
448 c = (t1 < t2);
453 t2
617 BN_ULONG t1, t2; local
726 BN_ULONG t1, t2; local
771 BN_ULONG t1, t2; local
852 BN_ULONG t1, t2; local
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dklist.c41 char t1[128], t2[128], *str; local
53 krb5_format_time(context, cred->times.endtime, t2, sizeof(t2), 1);
55 strlcpy(t2, ">>>Expired<<<", sizeof(t2));
63 lreply(200, "%-20s %-20s %s", t1, t2, str);
/freebsd-9.3-release/sbin/routed/
H A Dmain.c109 struct timeval wtime, t2; local
380 timevalsub(&t2, &clk, &prev_clk);
381 if (t2.tv_sec < 0
382 || t2.tv_sec > wtime.tv_sec + 5) {
386 dt = t2.tv_sec;
420 timevalsub(&t2, &flush_kern_timer, &now);
421 if (t2.tv_sec <= 0) {
427 if (timercmp(&t2, &wtime, <))
428 wtime = t2;
433 timevalsub(&t2,
831 timevaladd(struct timeval *t1, struct timeval *t2) argument
846 timevalsub(struct timeval *t1, struct timeval *t2, struct timeval *t3) argument
[all...]
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c77 time_t t, t2, now; local
189 t2 = from_hex(e + 46, 8); /* mtime */
190 failure("First entry created at t=0x%08x this entry created at t2=0x%08x", t, t2);
191 assert(t2 == t || t2 == t + 1); /* Almost same as first entry. */
224 t2 = from_hex(e + 46, 8); /* mtime */
225 failure("First entry created at t=0x%08x this entry created at t2=0x%08x", t, t2);
226 assert(t2
[all...]
/freebsd-9.3-release/sys/mips/include/
H A Dregdef.h34 #define t2 $14 macro
39 #define t2 $10 macro

Completed in 142 milliseconds

123456789