Searched refs:t3 (Results 1 - 25 of 170) sorted by last modified time

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c2424 time_t t3 = t2 + d3;
2431 Start = t3;
2419 time_t t3 = t2 + d3; local
H A Dgetdate.y1077 time_t t3 = t2 + d3;
1084 Start = t3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/aes/
H A Dfips_aes_core.c889 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
910 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
912 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
913 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
914 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
915 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
920 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15];
922 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
923 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
924 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 1
1080 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtcrl.com47 $! 'cmd' -in f.p -inform p -outform t -out ff.t3
73 $! backup/compare f.t ff.t3
H A Dtreq.com47 $! 'cmd' -in f.p -inform p -outform t -out ff.t3
73 $! backup/compare f.t ff.t3
H A Dtrsa.com58 $! 'cmd' -in f.p -inform p -outform t -out ff.t3
84 $! backup/compare f.t ff.t3
H A Dtsid.com47 $! 'cmd' -in f.p -inform p -outform t -out ff.t3
73 $! backup/compare f.t ff.t3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/aes/
H A Daes_core.c887 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
908 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
910 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
911 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
912 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
913 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
918 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[15];
920 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
921 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
922 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 1
1078 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha/
H A Dadd.pl62 ($t3,$o3)=&NR(2);
66 &cmpult($o3,$b3,$t3); &FR($b3);
71 &add($cc,$t3,$cc); &FR($t3);
H A Dmul_add.pl72 &cmpult($r3,$l3,($t3)=&NR(1)); &FR($l3);
74 &add($h3,$t3,$h3); &FR($t3);
H A Dsqr.pl62 ($t3,$o3)=&NR(2);
65 &cmpult($o3,$b3,$t3); &FR($b3);
68 &add($cc,$t3,$cc); &FR($t3);
H A Dsub.pl55 &add($b2,$tmp,$cc); ($t3,$o3)=&NR(2); &FR($tmp,$a2,$b2);
57 &cmpult($a3,$b3,$t3); # will we borrow?
62 &add($b3,$t3,$cc); &FR($t3,$a3,$b3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha.works/
H A Dadd.pl62 ($t3,$o3)=&NR(2);
65 &cmpult($o3,$b3,$t3); &FR($b3);
68 &add($cc,$t3,$cc); &FR($t3);
H A Dmul.pl63 ($t3,$o3)=&NR(2);
66 &cmpult($o3,$b3,$t3); &FR($b3);
69 &add($cc,$t3,$cc); &FR($t3);
H A Dmul_add.pl63 ($t3,$o3)=&NR(2);
66 &cmpult($o3,$b3,$t3); &FR($b3);
69 &add($cc,$t3,$cc); &FR($t3);
H A Dsqr.pl62 ($t3,$o3)=&NR(2);
65 &cmpult($o3,$b3,$t3); &FR($b3);
68 &add($cc,$t3,$cc); &FR($t3);
H A Dsub.pl55 &add($b2,$tmp,$cc); ($t3,$o3)=&NR(2); &FR($tmp,$a2,$b2);
57 &cmpult($a3,$b3,$t3); # will we borrow?
62 &add($b3,$t3,$cc); &FR($t3,$a3,$b3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dco-alpha.pl24 $a3="r4"; $b3="r8"; $r3="r12"; $t3="r15";
69 &cmpult($a3,$b3,$t3); # will we borrow?
74 &add($b3,$t3,$cc); # add the borrows
H A Dmips3.s85 ld t3,8(a0)
103 daddu t3,v0
104 sltu v0,t3,v0
107 daddu t3,AT
109 sltu AT,t3,AT
110 sd t3,8(a0)
229 sltu t3,v0,AT
231 daddu v0,t3,t2
323 mflo t3
325 sd t3,
[all...]
H A Dpa-risc2.s686 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
687 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
698 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
699 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
719 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
720 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
H A Dpa-risc2W.s675 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
676 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
687 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
688 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
708 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
709 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
H A Dppc.pl186 \t.align\t3\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_mont.c152 long long t3; local
156 t3 = rp[0] & 0177777;
157 t2 = (t3 * t2) & BN_MASK2;
193 BN_ULONG t1,t2,t3,t4; local
197 t3=ap[i+2];
201 rp[i+2]=t3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dalim15x3.c216 int t3 = (tmp = (reg5yh & 0x03)) ? (tmp << 3) : 4; local
218 p += sprintf(p, q, t1, t2, t3, t4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/gameport/
H A Dgameport.c96 unsigned int i, t, t1, t2, t3, tx; local
109 GET_TIME(t3);
112 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t;

Completed in 123 milliseconds

1234567