Searched refs:t2 (Results 101 - 125 of 246) sorted by relevance

12345678910

/freebsd-10.3-release/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl51 $t0="%eax";$t1="%ebx";$t2="%ecx";$t3="%edx";
83 mov $SBOX1_1110($Tbl,$i1,8),$t2 # t2=SBOX1_1110[1]
89 xor $SBOX4_4404($Tbl,$i1,8),$t2 # t2^=SBOX4_4404[1]
93 xor $SBOX3_3033($Tbl,$i1,8),$t2 # t2^=SBOX3_3033[1]
97 xor $SBOX2_0222($Tbl,$i1,8),$t2 # t2^=SBOX2_0222[1]
100 xor $t3,$t2 # t
[all...]
/freebsd-10.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;
/freebsd-10.3-release/usr.bin/xlint/lint2/
H A Dchk.c445 tspec_t t1, t2; local
489 t2 = arg2->t_tspec;
490 if (isityp(t1) && isityp(t2) && !arg1->t_isenum && !arg2->t_isenum) {
513 if (styp(t1) == styp(t2)) {
568 } else if (t1 == PTR && isityp(t2)) {
598 tspec_t sz, t1, t2 = NOTSPEC; local
715 t2 = tp->t_subt->t_tspec;
781 (t2 != CHAR && t2 != UCHAR && t2 !
823 tspec_t sz, t1 = NOTSPEC, t2 = NOTSPEC; local
[all...]
/freebsd-10.3-release/usr.bin/enigma/
H A Denigma.c29 static char t2[ROTORSZ]; variable
76 t2[t1[i]&MASK] = i;
119 i = t2[(t3[(t1[(i+nr1)&MASK]+nr2)&MASK]-nr2)&MASK]-nr1;
/freebsd-10.3-release/crypto/openssl/crypto/bn/asm/
H A Dmips.pl92 ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
134 $REG_S $t2,3*$SZREG($sp)
149 $LD $t2,$BNSZ($a1)
161 $MULTU $t2,$a3
171 mfhi $t2
173 $ADDU $v0,$t2
260 $REG_L $t2,3*$SZREG($sp)
293 $REG_S $t2,3*$SZREG($sp)
307 $LD $t2,$BNSZ($a1)
314 $MULTU $t2,
[all...]
/freebsd-10.3-release/sys/mips/include/
H A Dframe.h58 register_t t2; member in struct:trapframe
63 register_t t2; member in struct:trapframe
/freebsd-10.3-release/contrib/gcc/
H A Dsched-vis.c523 char t1[BUF_LEN], t2[BUF_LEN], t3[BUF_LEN];
529 print_value (t2, SET_SRC (x), verbose);
530 sprintf (buf, "%s=%s", t1, t2);
558 print_pattern (t2, COND_EXEC_CODE (x), verbose);
559 sprintf (buf, "(%s) %s", t1, t2);
568 print_pattern (t2, XVECEXP (x, 0, i), verbose);
569 sprintf (t3, "%s%s;", t1, t2);
597 print_pattern (t2, XVECEXP (x, 0, i), verbose);
598 sprintf (t3, "%s%s;", t1, t2);
611 print_pattern (t2, XVECEX
522 char t1[BUF_LEN], t2[BUF_LEN], t3[BUF_LEN]; local
[all...]
H A Dtree.c1669 tree t2;
1670 for (t2 = op2; t2; t2 = TREE_CHAIN (t2))
1671 gcc_assert (t2 != t1);
3627 merge_type_attributes (tree t1, tree t2)
3630 TYPE_ATTRIBUTES (t2));
4409 tree t1, t2;
4416 for (t1 = l1, t2
1663 tree t2; local
3606 merge_type_attributes(tree t1, tree t2) argument
4386 tree t1, t2; local
4439 tree t1, t2; local
4477 tree_int_cst_equal(tree t1, tree t2) argument
4498 tree_int_cst_lt(tree t1, tree t2) argument
4525 tree_int_cst_compare(tree t1, tree t2) argument
4623 simple_cst_equal(tree t1, tree t2) argument
[all...]
/freebsd-10.3-release/release/picobsd/tinyware/msh/
H A Dsh2.c66 _PROTOTYPE(static struct op *list, (struct op *t1, struct op *t2 ));
67 _PROTOTYPE(static struct op *block, (int type, struct op *t1, struct op *t2, char **wp ));
442 list(t1, t2)
443 register struct op *t1, *t2;
446 return(t2);
447 if (t2 == NULL)
449 return(block(TLIST, t1, t2, NOWORDS));
453 block(type, t1, t2, wp)
455 struct op *t1, *t2;
463 t->right = t2;
[all...]
/freebsd-10.3-release/contrib/wpa/src/utils/
H A Dos_unix.c67 time_t t_local, t1, t2; local
91 t2 = mktime(tm1);
92 tz_offset = t2 - t1;
106 time_t t2 = t; local
108 tm2 = gmtime(&t2);
/freebsd-10.3-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c357 struct mytree *t1, *t2; local
370 t2 = dofile(argv[2]);
371 if (t2 == NULL)
373 sort_node(t2->top);
374 i = compare_node(t1->top, t2->top, 0);
/freebsd-10.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c227 int t, t2; local
254 t2 = debug_get_encoded_number((u_char *)primaryVD.path_table_size, 733);
256 t,t2);
257 debug_dump_to_xml_path_table(fd, t, t2, 721);
261 debug_dump_to_xml_path_table(fd, t, t2, 722);
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_termios.c71 #define undefined_flag2(f,a,b,c1,t1,c2,t2) /**/
72 #define undefined_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) /**/
90 #define svr4_to_bsd_flag2(f,a,b,c1,t1,c2,t2) \
95 case __CONCAT3(SVR4_,c2,t2): bt->f |= __CONCAT(c2,t2); break; \
99 #define svr4_to_bsd_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \
104 case __CONCAT3(SVR4_,c2,t2): bt->f |= __CONCAT(c2,t2); break; \
123 #define bsd_to_svr4_flag2(f,a,b,c1,t1,c2,t2) \
127 case __CONCAT(c2,t2)
[all...]
/freebsd-10.3-release/crypto/openssh/regress/
H A DMakefile3 REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
89 CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
127 t2:
128 cat ${.CURDIR}/rsa_openssh.prv > $(OBJ)/t2.out
129 chmod 600 $(OBJ)/t2.out
130 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t2.out | diff - ${.CURDIR}/rsa_openssh.pub
/freebsd-10.3-release/crypto/openssl/crypto/aes/asm/
H A Daes-ppc.pl80 $t2="r14";
487 lwz $t2,8($key)
493 xor $s2,$s2,$t2
506 lwz $t2,8($key)
531 xor $t2,$t2,$acc02
539 xor $t2,$t2,$acc06
544 xor $t2,$t2,
[all...]
H A Daes-ia64.S50 t2=r36; s2=r37;
98 { .mib; LDKEY t2=[rk0],2*KSZ
107 { .mmi; xor s2=s2,t2
120 { .mmi; (p0) LDKEY t2=[rk0],2*KSZ // 1/2:rk[2]
173 (p0) xor t2=t2,te20 // 10[9]/2:
177 (p0) xor t2=t2,te02 };; // 11[10]/2: !L2 scheduling
181 (p0) xor t2=t2,te3
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/bn/
H A Dbn_lib.c660 BN_ULONG t1, t2, *ap, *bp; local
672 t2 = bp[i];
673 if (t1 != t2)
674 return ((t1 > t2) ? 1 : -1);
683 BN_ULONG t1, t2; local
717 t2 = b->d[i];
718 if (t1 > t2)
720 if (t1 < t2)
H A Dbn_div.c359 BN_ULLONG t2; local
378 t2 = (BN_ULLONG) d1 *q;
381 if (t2 <= ((((BN_ULLONG) rem) << BN_BITS2) | wnump[-2]))
387 t2 -= d1;
413 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
/freebsd-10.3-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp647 double t1, t2, t3; /* calculation temps */ local
681 t2 = 2.0 - (t3 + t1);
682 xp = (((int) (t1 * x[2] + t2 * x[1] + t3 * x[0])) + 1) / 2;
683 yp = (((int) (t1 * y[2] + t2 * y[1] + t3 * y[0])) + 1) / 2;
712 double t, t2, t3; local
749 t2 = t * t;
751 nx = x[j] + (int) (t * dx[j] + t2 * d2x[j] / 2 + t3 * d3x[j] / 6);
752 ny = y[j] + (int) (t * dy[j] + t2 * d2y[j] / 2 + t3 * d3y[j] / 6);
/freebsd-10.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-x86_64.pl99 $t2="%ecx";
120 mov $a,$t2
123 rol \$5,$t2
127 add $t2,$e
135 mov $a,$t2
138 rol \$5,$t2
145 add $t2,$e
160 mov $a,$t2
163 rol \$5,$t2
167 add $t2,
[all...]
/freebsd-10.3-release/lib/msun/src/
H A De_pow.c100 double y1,t1,t2,r,s,t,u,v,w; local
205 t2 = v-(t1-u);
253 t2 = z_l-(((t1-t)-dp_h[k])-z_h);
256 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
259 p_l = (y-y1)*t1+y*t2;
H A De_powf.c59 float y1,t1,t2,r,s,sn,t,u,v,w; local
147 t2 = v-(t1-u);
199 t2 = z_l-(((t1-t)-dp_h[k])-z_h);
202 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
205 p_l = (y-y1)*t1+y*t2;
/freebsd-10.3-release/sbin/recoverdisk/
H A Drecoverdisk.c160 time_t t1, t2; local
272 time(&t2);
273 if (t1 != t2 || lp->len < (off_t)bigsize) {
275 t1 = t2;
/freebsd-10.3-release/contrib/apr/time/unix/
H A Dtime.c323 time_t t1, t2; local
328 t2 = 0;
336 t2 = mktime(&t);
337 server_gmt_offset = (apr_int32_t) difftime(t1, t2);
/freebsd-10.3-release/crypto/openssl/crypto/
H A Do_time.c358 time_t t1, t2; local
360 t2 = t1 + offset;
361 OPENSSL_gmtime(&t2, &tm2);

Completed in 217 milliseconds

12345678910