Searched refs:t2 (Results 226 - 250 of 1440) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/alpha/
H A Dregdef.h30 #define t2 $3 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/alpha/
H A Dregdef.h30 #define t2 $3 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/sh4/
H A Didct_sh4.c174 float t0,t1,t2,t3; local
183 t2 = *fblock++;
188 *--fblock = t2 - fr2;
191 *--fblock = t2 + fr2;
230 float t0,t1,t2,t3; local
233 t2 = OA(fblock,ofs2); /* [8*4] */
246 block[8*2] = DESCALE(t2 + fr2,3);
247 block[8*5] = DESCALE(t2 - fr2,3);
291 float t0,t1,t2,t3; local
300 t2
340 float t0,t1,t2,t3; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl56 $t2="r12";
74 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
79 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
80 ldrb $t2,[$inp,#2]
82 orr $t1,$t1,$t2,lsl#8
83 ldrb $t2,[$inp],#4
89 orr $t1,$t1,$t2,lsl#24
94 ldr $t2,[$Ktbl],#4 @ *K256++
100 add $h,$h,$t2 @ h+=K256[i]
105 and $t2,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl56 $t2="r12";
74 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
79 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
80 ldrb $t2,[$inp,#2]
82 orr $t1,$t1,$t2,lsl#8
83 ldrb $t2,[$inp],#4
89 orr $t1,$t1,$t2,lsl#24
94 ldr $t2,[$Ktbl],#4 @ *K256++
100 add $h,$h,$t2 @ h+=K256[i]
105 and $t2,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/alpha/
H A Dregdef.h30 #define t2 $3 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/sh4/
H A Didct_sh4.c174 float t0,t1,t2,t3; local
183 t2 = *fblock++;
188 *--fblock = t2 - fr2;
191 *--fblock = t2 + fr2;
230 float t0,t1,t2,t3; local
233 t2 = OA(fblock,ofs2); /* [8*4] */
246 block[8*2] = DESCALE(t2 + fr2,3);
247 block[8*5] = DESCALE(t2 - fr2,3);
291 float t0,t1,t2,t3; local
300 t2
340 float t0,t1,t2,t3; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/bugs/
H A Dsgiccbug.c37 register unsigned long t1,t2,*ap,*bp,*rp; local
50 t2= *(bp++);
51 t1=(t1-t2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn_add.c108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local
141 t2 = (t1+1) & BN_MASK2;
142 *(rp++) = t2;
143 if (t2)
169 register BN_ULONG t1,t2,*ap,*bp,*rp; local
199 t2= *(bp++);
202 carry=(t1 <= t2);
203 t1=(t1-t2-1)&BN_MASK2;
207 carry=(t1 < t2);
208 t1=(t1-t2)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dtest001.tcl70 set t2 $testdir/t2
162 set oid [open $t2 w]
176 filehead [expr $nentries + $start] $dict $t2 [expr $start + 1]
178 filesort $t2 $temp
179 file rename -force $temp $t2
182 error_check_good Test$tnum:diff($t3,$t2) \
183 [filecmp $t3 $t2] 0
193 error_check_good Test$tnum:diff($t2,$t3) \
194 [filecmp $t2
[all...]
H A Dtest015.tcl119 set t2 $testdir/t2
214 set oid [open $t2 w]
219 filesort $t2 $t3
220 file rename -force $t3 $t2
225 filesort $t3 $t2
229 error_check_good Test015:diff($t3,$t2) \
230 [filecmp $t3 $t2] 0
241 error_check_good Test015:diff($t3,$t2) \
242 [filecmp $t3 $t2]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dtest001.tcl70 set t2 $testdir/t2
162 set oid [open $t2 w]
176 filehead [expr $nentries + $start] $dict $t2 [expr $start + 1]
178 filesort $t2 $temp
179 file rename -force $temp $t2
182 error_check_good Test$tnum:diff($t3,$t2) \
183 [filecmp $t3 $t2] 0
193 error_check_good Test$tnum:diff($t2,$t3) \
194 [filecmp $t2
[all...]
H A Dtest015.tcl119 set t2 $testdir/t2
214 set oid [open $t2 w]
219 filesort $t2 $t3
220 file rename -force $t3 $t2
225 filesort $t3 $t2
229 error_check_good Test015:diff($t3,$t2) \
230 [filecmp $t3 $t2] 0
241 error_check_good Test015:diff($t3,$t2) \
242 [filecmp $t3 $t2]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/bugs/
H A Dsgiccbug.c41 register unsigned long t1, t2, *ap, *bp, *rp; local
53 t2 = *(bp++);
54 t1 = (t1 - t2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_add.c110 BN_ULONG *ap, *bp, *rp, carry, t1, t2; local
143 t2 = (t1 + 1) & BN_MASK2;
144 *(rp++) = t2;
145 if (t2) {
169 register BN_ULONG t1, t2, *ap, *bp, *rp; local
198 t2 = *(bp++);
200 carry = (t1 <= t2);
201 t1 = (t1 - t2 - 1) & BN_MASK2;
203 carry = (t1 < t2);
204 t1 = (t1 - t2)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/bugs/
H A Dsgiccbug.c41 register unsigned long t1, t2, *ap, *bp, *rp; local
53 t2 = *(bp++);
54 t1 = (t1 - t2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/bugs/
H A Dsgiccbug.c37 register unsigned long t1,t2,*ap,*bp,*rp; local
50 t2= *(bp++);
51 t1=(t1-t2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn_add.c108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local
141 t2 = (t1+1) & BN_MASK2;
142 *(rp++) = t2;
143 if (t2)
169 register BN_ULONG t1,t2,*ap,*bp,*rp; local
199 t2= *(bp++);
202 carry=(t1 <= t2);
203 t1=(t1-t2-1)&BN_MASK2;
207 carry=(t1 < t2);
208 t1=(t1-t2)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_add.c110 BN_ULONG *ap, *bp, *rp, carry, t1, t2; local
143 t2 = (t1 + 1) & BN_MASK2;
144 *(rp++) = t2;
145 if (t2) {
169 register BN_ULONG t1, t2, *ap, *bp, *rp; local
198 t2 = *(bp++);
200 carry = (t1 <= t2);
201 t1 = (t1 - t2 - 1) & BN_MASK2;
203 carry = (t1 < t2);
204 t1 = (t1 - t2)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/bugs/
H A Dsgiccbug.c41 register unsigned long t1, t2, *ap, *bp, *rp; local
53 t2 = *(bp++);
54 t1 = (t1 - t2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Dtest001.tcl70 set t2 $testdir/t2
162 set oid [open $t2 w]
176 filehead [expr $nentries + $start] $dict $t2 [expr $start + 1]
178 filesort $t2 $temp
179 file rename -force $temp $t2
182 error_check_good Test$tnum:diff($t3,$t2) \
183 [filecmp $t3 $t2] 0
193 error_check_good Test$tnum:diff($t2,$t3) \
194 [filecmp $t2
[all...]
H A Dtest015.tcl119 set t2 $testdir/t2
214 set oid [open $t2 w]
219 filesort $t2 $t3
220 file rename -force $t3 $t2
225 filesort $t3 $t2
229 error_check_good Test015:diff($t3,$t2) \
230 [filecmp $t3 $t2] 0
241 error_check_good Test015:diff($t3,$t2) \
242 [filecmp $t3 $t2]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/bugs/
H A Dsgiccbug.c37 register unsigned long t1,t2,*ap,*bp,*rp; local
50 t2= *(bp++);
51 t1=(t1-t2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/
H A Dbn_add.c108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local
141 t2 = (t1+1) & BN_MASK2;
142 *(rp++) = t2;
143 if (t2)
169 register BN_ULONG t1,t2,*ap,*bp,*rp; local
199 t2= *(bp++);
202 carry=(t1 <= t2);
203 t1=(t1-t2-1)&BN_MASK2;
207 carry=(t1 < t2);
208 t1=(t1-t2)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_add.c110 BN_ULONG *ap, *bp, *rp, carry, t1, t2; local
143 t2 = (t1 + 1) & BN_MASK2;
144 *(rp++) = t2;
145 if (t2) {
169 register BN_ULONG t1, t2, *ap, *bp, *rp; local
198 t2 = *(bp++);
200 carry = (t1 <= t2);
201 t1 = (t1 - t2 - 1) & BN_MASK2;
203 carry = (t1 < t2);
204 t1 = (t1 - t2)
[all...]

Completed in 364 milliseconds

1234567891011>>