Searched refs:t1 (Results 76 - 100 of 391) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr020/
H A Dchk.inc15 t1=__1
22 -e '/ex_apprec.c$/d' > $t1
24 (for i in `cat $t1`; do
35 for i in `cat $t1`; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest002.tcl55 set t1 $testdir/t1
108 dump_file $db $txn $t1 test002.check
128 filesort $t1 $t3
135 open_and_dump_file $testfile $env $t1 test002.check \
139 filesort $t1 $t3
146 open_and_dump_file $testfile $env $t1 test002.check \
150 filesort $t1 $t3
H A Dsdb012.tcl47 # in one single transaction. It is indicated as the value for t1,
64 foreach t1 { none one abort auto commit } {
66 if { $t1 == "one" } {
74 set tlist [list $t1 $t2 $r1 $r2]
113 set t1 [lindex $tlist 0]
135 set t1 ""
139 set t1 [$env txn]
140 error_check_good txnbegin [is_valid_txn $t1 $env] TRUE
141 lappend ret "-txn $t1"
142 lappend ret "-txn $t1"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strchr.S53 xor t0, a1, t1 # E : make bytes == c zero
54 cmpbge zero, t1, t3 # E : bits set iff byte == c
70 xor t0, a1, t1 # E :
73 cmpbge zero, t1, t3 # E : bits set iff byte == c
78 $found: negq t0, t1 # E : clear all but least set bit
79 and t0, t1, t0 # E :
80 and t0, t3, t1 # E : bit set iff byte was the char
83 cmoveq t1, $31, v0 # E : Two mapping slots, latency = 2
H A Dstrchr.S34 xor t0, a1, t1 # .. e1 : make bytes == c zero
35 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
43 xor t0, a1, t1 # .. e1 (ev5 data stall)
45 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
49 $found: negq t0, t1 # e0 : clear all but least set bit
50 and t0, t1, t0 # e1 (stall)
52 and t0, t3, t1 # e0 : bit set iff byte was the char
53 beq t1, $retnull # .. e1 (zdb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia.c111 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
116 t1 = ir >> 16; \
118 ^ CAMELLIA_SP0222((t1 >> 8) & 0xff) \
119 ^ CAMELLIA_SP3033(t1 & 0xff) \
135 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
140 t1 = klr; \
141 t1 |= lr; \
142 ll ^= t1; \
152 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
450 u32 il, ir, t0, t1, w local
662 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
968 u32 il, ir, t0, t1; local
1058 u32 il,ir,t0,t1; /* temporary valiables */ local
1151 u32 il,ir,t0,t1; /* temporary valiables */ local
1265 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
H A Dsha256.c101 t1 = (h) + Sum1((e)) + Cho((e),(f),(g)) + (k) + (w); \
106 e = d + t1; \
110 a = t1 + t2; \
164 u32 a,b,c,d,e,f,g,h,t1,t2; local
205 t1 = h + Sum1 (e) + Cho (e, f, g) + K[i] + w[i];
207 d += t1;
208 h = t1 + t2;
210 t1 = g + Sum1 (d) + Cho (d, e, f) + K[i+1] + w[i+1];
212 c += t1;
213 g = t1
[all...]
H A Dsha512.c224 u64 t1, t2; local
235 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
240 e = d + t1;
244 a = t1 + t2;
247 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
249 d += t1;
250 h = t1 + t2;
252 t1 = g + Sum1 (d) + Ch (d, e, f) + k[t+1] + w[t+1];
254 c += t1;
255 g = t1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcamellia.c146 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
151 t1 = ir >> 16; \
153 ^ CAMELLIA_SP0222((t1 >> 8) & 0xff) \
154 ^ CAMELLIA_SP3033(t1 & 0xff) \
170 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
179 t1 = klr; \
181 t1 |= lr; \
182 ll ^= t1; \
186 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
482 u32 il, ir, t0, t1, w local
787 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
1216 u32 il,ir,t0,t1; /* temporary valiables */ local
1318 u32 il,ir,t0,t1; /* temporary valiables */ local
1424 u32 il,ir,t0,t1; /* temporary valiables */ local
1551 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_mont.c150 long long t1; local
153 t1 = rp[0] * (n0 & 0177777);
158 t1 = t1 + t2;
159 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1);
193 BN_ULONG t1,t2,t3,t4; local
195 t1=ap[i+0];
199 rp[i+0]=t1;
209 BIGNUM *t1,*t2; local
212 t1
[all...]
H A Dbn_asm.c387 BN_ULONG t1,t2; local
395 t1=a[0]; t2=b[0];
396 r[0]=(t1-t2-c)&BN_MASK2;
397 if (t1 != t2) c=(t1 < t2);
400 t1=a[1]; t2=b[1];
401 r[1]=(t1-t2-c)&BN_MASK2;
402 if (t1 != t2) c=(t1 < t2);
405 t1
529 BN_ULONG t1,t2; local
638 BN_ULONG t1,t2; local
683 BN_ULONG t1,t2; local
764 BN_ULONG t1,t2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dregdef.h29 #define t1 $2 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/sh4/
H A Didct_sh4.c173 float t0,t1,t2,t3; local
181 t1 = *fblock++;
186 *--fblock = t1 - fr1;
191 *--fblock = t1 + fr1;
229 float t0,t1,t2,t3; local
231 t1 = OA(fblock,ofs1); /* [8*2] */
243 block[8*1] = DESCALE(t1 + fr1,3);
244 block[8*6] = DESCALE(t1 - fr1,3);
290 float t0,t1,t2,t3; local
298 t1
339 float t0,t1,t2,t3; local
[all...]
H A Ddsputil_align.c32 uint32_t t0,t1; t0=tt0;t1=tt1; \
33 ph = ( (t0 & ~BYTE_VEC32(0x03))>>2) + ( (t1 & ~BYTE_VEC32(0x03))>>2); \
34 pl = (t0 & BYTE_VEC32(0x03)) + (t1 & BYTE_VEC32(0x03)); } while(0)
98 uint32_t t0,t1; \
100 t1 = LP(ref+4); \
101 OP(LP(dest+0), MERGE1(t0,t1,ofs)); \
103 OP(LP(dest+4), MERGE1(t1,t0,ofs)); \
105 t1 = LP(ref+12); \
106 OP(LP(dest+8), MERGE1(t0,t1,of
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mont.c204 long long t1; local
207 t1 = rp[0] * (n0 & 0177777);
212 t1 = t1 + t2;
213 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1);
247 BN_ULONG t1,t2,t3,t4; local
249 t1=ap[i+0];
253 rp[i+0]=t1;
263 BIGNUM *t1,*t2; local
266 t1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dregdef.h7 #define t1 $2 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dstdlib.c99 void * memmove (void * t1, const void * t2, size_t len) argument
101 MoveMem((APTR)t2, t1, len);
102 return t1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dmemcpy-inatomic.S124 #undef t1
128 #define t1 $9 define
204 and t1, dst, ADDRMASK
211 bnez t1, dst_unaligned
227 EXC( LOAD t1, UNIT(1)(src), l_exc_copy)
234 STORE t1, UNIT(1)(dst)
236 EXC( LOAD t1, UNIT(7)(src), l_exc_copy)
244 STORE t1, UNIT(-1)(dst)
262 EXC( LOAD t1, UNIT(1)(src), l_exc_copy)
268 STORE t1, UNI
[all...]
H A Dcsum_partial.S23 #undef t1
27 #define t1 $9 define
147 lw t1, 0x04(src)
150 ADDC(sum, t1)
161 ld t1, 0x08(src)
163 ADDC(sum, t1)
165 CSUM_BIGCHUNK1(src, 0x00, sum, t0, t1, t3, t4)
176 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
177 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4)
178 CSUM_BIGCHUNK(src, 0x40, sum, t0, t1, t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dhead.S40 * inputs are the text nasid in t1, data nasid in t2.
52 dsll t1, NASID_SHFT # Shift text nasid into place
54 or t1, t1, t0 # Physical load address of kernel text
56 dsrl t1, 12 # 4K pfn
58 dsll t1, 6 # Get pfn into place
61 or t0, t0, t1
94 li t1, ST0_CU0 | 0x08001c00
95 or t0, t1
188 PTR_LA t1, __bss_sto
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dmathematics.c86 uint64_t t1= a0*b1 + a1*b0; local
87 uint64_t t1a= t1<<32;
91 a1 = a1*b1 + (t1>>32) + (a0<t1a);
98 t1+=t1;
101 t1++;
104 return t1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dboot.S135 li t1,0x1fa00000
136 lw t2,0x14(t1)
138 sw t3,0x14(t1)
148 li t1,~(ST0_CU | ST0_RP | ST0_RE | ST0_TS | ST0_SR | ST0_NMI | ST0_UM | ST0_IE)
149 and t0,t1
150 li t1,ST0_IM
151 or t0,t1
168 li t1,SI_FLASH1
169 blt t0,t1,chkcacheon
175 la t1,text_star
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dvc1dsp_altivec.c34 t1 = vec_sl(vec_sub(s0, s4), vec_2); \
35 t1 = vec_add(vec_sl(t1, vec_1), t1); \
36 t1 = vec_add(t1, vec_rnd); \
42 t5 = vec_add(t1, t3); \
43 t6 = vec_sub(t1, t3); \
51 t1 = vec_sl(vec_sub(s1, s5), vec_4); \
52 t1
138 vector signed int t0, t1, t2, t3, t4, t5, t6, t7; local
235 vector signed int t0, t1, t2, t3, t4, t5, t6, t7; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c202 BN_ULONG t1,t2; local
209 t1=a[0]; t2=b[0];
210 r[0]=(t1-t2-c)&BN_MASK2;
211 if (t1 != t2) c=(t1 < t2);
214 t1=a[1]; t2=b[1];
215 r[1]=(t1-t2-c)&BN_MASK2;
216 if (t1 != t2) c=(t1 < t2);
219 t1
322 BN_ULONG t1,t2; local
427 BN_ULONG t1,t2; local
468 BN_ULONG t1,t2; local
545 BN_ULONG t1,t2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dx86_64-gcc.c227 BN_ULONG t1,t2; local
234 t1=a[0]; t2=b[0];
235 r[0]=(t1-t2-c)&BN_MASK2;
236 if (t1 != t2) c=(t1 < t2);
239 t1=a[1]; t2=b[1];
240 r[1]=(t1-t2-c)&BN_MASK2;
241 if (t1 != t2) c=(t1 < t2);
244 t1
346 BN_ULONG t1,t2; local
450 BN_ULONG t1,t2; local
490 BN_ULONG t1,t2; local
566 BN_ULONG t1,t2; local
[all...]

Completed in 133 milliseconds

1234567891011>>