Searched refs:t1 (Results 126 - 150 of 391) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6d.h151 ospf6_timeval_sub (const struct timeval *t1, const struct timeval *t2,
154 ospf6_timeval_div (const struct timeval *t1, u_int by,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dregdef.h29 #define t1 $9 macro
76 #define t1 $13 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dregdef.h29 #define t1 $9 macro
76 #define t1 $13 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dbyteorder.h66 __u32 t1 = ___arch__swab32((__u32) x); local
68 return (((__u64) t1 << 32) | t2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dax25.h90 unsigned int t1, t1timer; member in struct:ax25_info_struct_deprecated
100 unsigned int t1, t1timer; member in struct:ax25_info_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strrchr.S54 cmpbge zero, t0, t1 # E : bits set iff byte == zero
60 andnot t1, t4, t1 # E : clear garbage from null test
62 bne t1, $eos # U : did we already hit the terminator?
76 cmpbge zero, t0, t1 # E : bits set iff byte == zero
78 beq t1, $loop # U : if we havnt seen a null, loop
83 negq t1, t4 # E : isolate first null byte match
84 and t1, t4, t4 # E :
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dbunzip2.tests37 hello_$ext >t1.$ext
58 prep; check "$unpack: doesnt exist" "${bb}$unpack z t1.$ext; echo \$?; cat t1"
65 prep; >t.zz; check "$unpack: unknown suffix" "${bb}$unpack t.zz t1.$ext; echo \$?; cat t1"
68 # In this case file "t1" exists, and we skip t1.gz and unpack t2.gz
69 expected="$unpack: can't open 't1': File exists
73 prep; >t1; check "$unpack: already exists" "${bb}$unpack t1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_mult.c84 BIGNUM *t1; local
89 t1 = BN_CTX_get(ctx);
90 if (t1 == NULL) goto err;
93 if (!group->meth->field_sqr(group, t1, z, ctx)) goto err;
94 if (!group->meth->field_mul(group, z, x, t1, ctx)) goto err;
96 if (!group->meth->field_sqr(group, t1, t1, ctx)) goto err;
97 if (!group->meth->field_mul(group, t1, &group->b, t1, ctx)) goto err;
98 if (!BN_GF2m_add(x, x, t1)) got
116 BIGNUM *t1, *t2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest011.tcl75 set t1 $testdir/t1
160 dup_check $db $txn $t1 $dlist
169 filesort $t1 $t3
186 dup_check $db $txn $t1 $dlist
192 filesort $t1 $t3
204 dup_check $db $txn $t1 $dlist
217 dup_check $db $txn $t1 $dlist
230 dup_check $db $txn $t1 $dlist
243 dup_check $db $txn $t1
[all...]
H A Dtest020.tcl20 set t1 $testdir/t1
100 dump_file $db $txn $t1 $checkfunc
113 file rename -force $t1 $t3
118 filesort $t1 $t3
H A Dtest025.tcl52 set t1 $testdir/t1
122 dump_file $db $txn $t1 $checkfunc
130 open_and_dump_file $testfile $env $t1 $checkfunc \
136 open_and_dump_file $testfile $env $t1 $checkfunc \
H A Dtest017.tcl52 set t1 $testdir/t1
183 dup_check $db $txn $t1 $dlist
188 filesort $t1 $t3
198 dump_file $db $txn $t1 test017.check
202 filesort $t1 $t3
217 dup_check $db $txn $t1 $dlist
224 filesort $t1 $t3
294 dup_check $db $txn $t1 $dlist $ovfldup
298 filesort $t1
[all...]
H A Dtest024.tcl53 set t1 $testdir/t1
121 set oid [open $t1 w]
152 error_check_good Test024.c:diff($t1,$t2) \
153 [filecmp $t1 $t2] 0
176 error_check_good Test024.d:diff($t1,$t2) \
177 [filecmp $t1 $t2] 0
188 set oid [open $t1 w]
211 error_check_good Test024.e:diff($t1,$t2) \
212 [filecmp $t1
[all...]
H A Darchive.tcl83 set t1 [$dbenv txn]
84 error_check_good t1:txn_begin [is_valid_txn $t1 $dbenv] TRUE
90 -env $dbenv -txn $t1 -btree tdb1.db]
112 set txnlist [list "$t1 $tdb1" "$t2 $tdb2" "$t3 $tdb3"]
186 set t1 [$dbenv txn]
187 error_check_bad tx_begin $t1 NULL
189 tx_begin [is_substr $t1 $dbenv] 1
191 -env $dbenv -txn $t1 -btree tdb1.db]
216 set txnlist [list "$t1
[all...]
H A Dsdb004.tcl57 set t1 $testdir/t1
153 dump_bin_file $db $txn $t1 $checkfunc
201 set ofid [open $t1 w]
206 $checkfunc $key $t1
209 error_check_good Subdb004:diff($t3,$t1) \
210 [filecmp $t3 $t1] 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha/
H A Dsqr_c4.pl7 local($l1,$h1,$t1,$t2);
13 &cmpult($c0,$l1,($t1)=&NR(1)); &FR($l1);
15 &add($c1,$t1,$c1); &FR($t1);
22 local($l1,$h1,$t1,$t2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha.works/
H A Dsqr_c4.pl7 local($l1,$h1,$t1,$t2);
13 &cmpult($c0,$l1,($t1)=&NR(1)); &FR($l1);
15 &add($c1,$t1,$c1); &FR($t1);
22 local($l1,$h1,$t1,$t2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.c384 BIGNUM *t1; local
387 if ((t1 = BN_CTX_get(ctx)) == NULL) goto err;
393 if (!BN_mod(t1,rnd,add,ctx)) goto err;
394 if (!BN_sub(rnd,rnd,t1)) goto err;
421 BIGNUM *t1,*qadd,*q; local
425 t1 = BN_CTX_get(ctx);
435 if (!BN_mod(t1,q,qadd,ctx)) goto err;
436 if (!BN_sub(q,q,t1)) goto err;
441 if (!BN_rshift1(t1,rem)) goto err;
442 if (!BN_add(q,q,t1)) got
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.c410 BIGNUM *t1; local
413 if ((t1 = BN_CTX_get(ctx)) == NULL) goto err;
419 if (!BN_mod(t1,rnd,add,ctx)) goto err;
420 if (!BN_sub(rnd,rnd,t1)) goto err;
448 BIGNUM *t1,*qadd,*q; local
452 t1 = BN_CTX_get(ctx);
462 if (!BN_mod(t1,q,qadd,ctx)) goto err;
463 if (!BN_sub(q,q,t1)) goto err;
468 if (!BN_rshift1(t1,rem)) goto err;
469 if (!BN_add(q,q,t1)) got
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c106 unsigned int t1, t2, t3, t4; local
112 t3 = t1 = r1_; t4 = t2 = r2_;
113 t1 &= 0xF5; t2 >>= 25;
114 t1 = parity_[t1]; t2 &= 0x63;
115 t1 <<= 31; t2 = parity_[t2];
117 return (r1_ = (t3 >> 1) | t1 ) ^ (r2_ = (t4 + t4) | t2 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dmap.h189 struct dmaptree t1; member in union:dmtree
194 #define dmt_nleafs t1.nleafs
195 #define dmt_l2nleafs t1.l2nleafs
196 #define dmt_leafidx t1.leafidx
197 #define dmt_height t1.height
198 #define dmt_budmin t1.budmin
199 #define dmt_stree t1.stree
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264pred.c103 const int av_unused t1= src[ 1-1*stride];\
124 src[3+2*stride]=(lt + 2*t0 + t1 + 2)>>2;
126 src[3+1*stride]=(t0 + 2*t1 + t2 + 2)>>2;
127 src[3+0*stride]=(t1 + 2*t2 + t3 + 2)>>2;
135 src[0+0*stride]=(t0 + t2 + 2*t1 + 2)>>2;
137 src[0+1*stride]=(t1 + t3 + 2*t2 + 2)>>2;
159 src[0+0*stride]=(l1 + t1)>>1;
183 src[0+0*stride]=(t0 + t2 + 2*t1 + 2 + l0 + l2 + 2*l1 + 2)>>3;
185 src[0+1*stride]=(t1 + t3 + 2*t2 + 2 + l1 + l3 + 2*l2 + 2)>>3;
206 src[0+0*stride]=(t0 + t2 + 2*t1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dfft_altivec.c107 vector float a,b,c,t1; local
115 t1 = vec_madd(c, vec_perm(b,b,vcprmle(2,2,0,0)),vczero);
118 b = vec_madd(c, vec_perm(b,b,vcprmle(3,3,1,1)),t1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dcopy_page.S42 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \
69 (p[0]) ld8 t1[0]=[src1],16
70 (EPI) st8 [tgt1]=t1[PIPE_DEPTH-1],16
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/prom/
H A Dcall_o32.S65 PTR_LA t1,0x1c(sp)
70 sw t3,(t1)
72 REG_ADDU t1,4

Completed in 255 milliseconds

1234567891011>>