Searched refs:t2 (Results 51 - 75 of 209) sorted by relevance

123456789

/freebsd-9.3-release/sys/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
881 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
884 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
885 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
886 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
887 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
891 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
894 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
895 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
896 s2 = Te0[t2 >> 2
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/aes/
H A Daes_core.c794 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
814 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
817 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
818 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
819 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
820 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
824 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
827 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
828 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
829 s2 = Te0[t2 >> 2
986 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/include/isc/
H A Dtime.h179 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
181 * Compare the times referenced by 't1' and 't2'
185 *\li 't1' and 't2' are valid pointers.
189 *\li -1 t1 < t2 (comparing times, not pointers)
190 *\li 0 t1 = t2
191 *\li 1 t1 > t2
227 isc_time_microdiff(const isc_time_t *t1, const isc_time_t *t2);
229 * Find the difference in microseconds between time t1 and time t2.
230 * t2 is the subtrahend of t1; ie, difference = t1 - t2
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dsp-diff.pl61 ($n,$t1,$t2)=($_ =~ /^([dr]sa\s+\d+)\s+bits\s+([.\d]+)s\s+([.\d]+)/);
63 $ret{$n,2}=$t2;
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/include/isc/
H A Dtime.h179 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
181 * Compare the times referenced by 't1' and 't2'
185 *\li 't1' and 't2' are valid pointers.
189 *\li -1 t1 < t2 (comparing times, not pointers)
190 *\li 0 t1 = t2
191 *\li 1 t1 > t2
227 isc_time_microdiff(const isc_time_t *t1, const isc_time_t *t2);
229 * Find the difference in microseconds between time t1 and time t2.
230 * t2 is the subtrahend of t1; ie, difference = t1 - t2
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dtime.h166 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
168 * Compare the times referenced by 't1' and 't2'
172 * 't1' and 't2' are valid pointers.
176 * -1 t1 < t2 (comparing times, not pointers)
177 * 0 t1 = t2
178 * 1 t1 > t2
214 isc_time_microdiff(const isc_time_t *t1, const isc_time_t *t2);
216 * Find the difference in milliseconds between time t1 and time t2.
217 * t2 is the subtrahend of t1; ie, difference = t1 - t2
[all...]
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Daes-internal-dec.c76 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
131 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
133 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
135 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
137 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0) ^ rk[3];
/freebsd-9.3-release/lib/msun/src/
H A De_hypotl.c66 long double a=x,b=y,t1,t2,y1,y2,w; local
119 t2 = a-t1;
120 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1)));
129 t2 = a - t1;
130 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_log.c88 double hfsq,f,s,z,R,w,t1,t2,dk; local
129 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
131 R = t2+t1;
H A De_logf.c37 float hfsq,f,s,z,R,w,t1,t2,dk; local
77 t2= z*(Lg1+w*Lg3);
79 R = t2+t1;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtree.c996 tree t2;
998 t2 = make_aggr_type (BOUND_TEMPLATE_TEMPLATE_PARM);
1003 TEMPLATE_TYPE_PARM_INDEX (t2) = copy_node (TEMPLATE_TYPE_PARM_INDEX (t));
1004 TEMPLATE_PARM_DECL (TEMPLATE_TYPE_PARM_INDEX (t2)) = decl;
1005 TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO (t2)
1009 TREE_TYPE (decl) = t2;
1010 TYPE_NAME (t2) = decl;
1011 TYPE_STUB_DECL (t2) = decl;
1012 TYPE_SIZE (t2) = 0;
1014 return t2;
989 tree t2; local
1425 cp_tree_equal(tree t1, tree t2) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/jpake/
H A Djpake.c218 BIGNUM *t2 = BN_new(); local
226 /* t2 = (g^x)^h = g^{hx} */
227 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
228 /* t3 = t1 * t2 = g^{hx} * g^b = g^{hx+b} = g^r (allegedly) */
229 BN_mod_mul(t3, t1, t2, ctx->p.p, ctx->ctx);
239 BN_free(t2);
343 BIGNUM *t2 = BN_new(); local
350 /* t2 = t1 * g^{xc} = g^{xa} * g^{xc} = g^{xa + xc} */
351 BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
352 /* t1 = t2 *
379 BIGNUM *t2 = BN_new(); local
412 BIGNUM *t2 = BN_new(); local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Ded25519.c111 unsigned char t2[32]; local
128 ge25519_pack(t2, &get2);
130 ret = crypto_verify_32(sm, t2);
/freebsd-9.3-release/contrib/gcc/
H A Ddebug.c70 tree t2 ATTRIBUTE_UNUSED)
H A Dc-typeck.c134 tree t2;
278 composite_type (tree t1, tree t2)
286 if (t1 == t2) return t1;
290 return t2;
291 if (t2 == error_mark_node)
295 code2 = TREE_CODE (t2);
298 attributes = targetm.merge_type_attributes (t1, t2);
308 return t2;
318 tree pointed_to_2 = TREE_TYPE (t2);
322 return qualify_type (t1, t2);
132 tree t2; member in struct:tagged_tu_seen_cache
275 composite_type(tree t1, tree t2) argument
528 common_pointer_type(tree t1, tree t2) argument
577 c_common_type(tree t1, tree t2) argument
743 common_type(tree t1, tree t2) argument
789 tree t2 = type2; local
962 same_translation_unit_p(tree t1, tree t2) argument
994 alloc_tagged_tu_seen_cache(tree t1, tree t2) argument
1041 tagged_types_tu_compatible_p(tree t1, tree t2) argument
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Drecover.c343 char *t1, *t2, *t3; local
435 for (t1 = buf; len > 0; len -= t2 - t1, t1 = t2) {
438 t2 = t1 + (len - 1);
443 t2 = strchr(t1, '\n');
444 if (t2 - t1 <= FMTCOLS)
448 for (t3 = t2; t2 > t1; --t2)
449 if (*t2
[all...]
/freebsd-9.3-release/lib/libc/db/test/
H A DMakefile22 rm -f dbtest.core gmon.out ${OBJS} ${PROG} t1 t2 t3
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dip.c258 tcphdr_t *t, *t2; local
267 t2 = (tcphdr_t *)((char *)ip2 + hlen);
271 bzero((char *)ip2, sizeof(*ip2) + sizeof(*t2));
276 bcopy((char *)ip + hlen, (char *)t2, thlen);
278 if (!t2->th_win)
279 t2->th_win = htons(4096);
284 if ((t2->th_flags == TH_SYN) && !ntohs(ip->ip_off) &&
291 TCP_OFF_A(t2, thlen >> 2);
294 t2->th_sum = 0;
295 t2
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h167 #define AST_POLYMORPHIC_SUPPORTED_TYPES_2(t1, t2) \
168 void(internal::TypeList<t1, t2>)
169 #define AST_POLYMORPHIC_SUPPORTED_TYPES_3(t1, t2, t3) \
170 void(internal::TypeList<t1, t2, t3>)
171 #define AST_POLYMORPHIC_SUPPORTED_TYPES_4(t1, t2, t3, t4) \
172 void(internal::TypeList<t1, t2, t3, t4>)
173 #define AST_POLYMORPHIC_SUPPORTED_TYPES_5(t1, t2, t3, t4, t5) \
174 void(internal::TypeList<t1, t2, t3, internal::TypeList<t4, t5> >)
/freebsd-9.3-release/contrib/gcc/config/
H A Ddfp-bit.c203 uint32_t t1, t2;
208 memcpy (&t2, src + 4, 4);
210 t2 = __dec_byte_swap (t2);
211 memcpy (dst, &t2, 4);
235 uint32_t t1, t2, t3, t4;
240 memcpy (&t2, src + 4, 4);
244 t2 = __dec_byte_swap (t2);
249 memcpy (dst + 8, &t2,
201 uint32_t t1, t2; local
233 uint32_t t1, t2, t3, t4; local
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntploopstat132 local($t1,$t2,$t3);
134 eval '$t2 = &time;';
137 die("$0: gettimeofday inconsistency time=$t1,gettimeofday=$t2,time=$t2\n")
138 if (int($t1) != int($t2) && int($t3) != int($t2));
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddebug.c540 struct debug_type *t2; member in struct:debug_type_compare_list
3002 struct debug_type *t2)
3009 return t2 == NULL;
3010 if (t2 == NULL)
3019 while (t2->kind == DEBUG_KIND_INDIRECT)
3021 t2 = *t2->u.kindirect->slot;
3022 if (t2 == NULL)
3026 if (t1 == t2)
3033 && t2
2998 debug_type_samep(struct debug_handle *info, struct debug_type *t1, struct debug_type *t2) argument
3233 debug_class_type_samep(struct debug_handle *info, struct debug_type *t1, struct debug_type *t2) argument
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dtime.c156 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { argument
157 REQUIRE(t1 != NULL && t2 != NULL);
159 return ((int)CompareFileTime(&t1->absolute, &t2->absolute));
205 isc_time_microdiff(const isc_time_t *t1, const isc_time_t *t2) { argument
209 REQUIRE(t1 != NULL && t2 != NULL);
213 i2.LowPart = t2->absolute.dwLowDateTime;
214 i2.HighPart = t2->absolute.dwHighDateTime;
/freebsd-9.3-release/contrib/diff/src/
H A Dutil.c329 register char const *t2 = s2;
335 register unsigned char c2 = *t2++;
345 while (isspace (c2) && c2 != '\n') c2 = *t2++;
371 c2 = *t2++;
374 --t2;
394 && s2 + 1 < t2
395 && isspace ((unsigned char) t2[-2]))
397 --t2;
418 for (;; c2 = *t2++)
325 register char const *t2 = s2; local
/freebsd-9.3-release/sys/crypto/des/
H A Ddes_setkey.c175 register DES_LONG c,d,t,s,t2; local
220 t2=((t<<16L)|(s&0x0000ffffL))&0xffffffffL;
221 *(k++)=ROTATE(t2,30)&0xffffffffL;
223 t2=((s>>16L)|(t&0xffff0000L));
224 *(k++)=ROTATE(t2,26)&0xffffffffL;

Completed in 317 milliseconds

123456789