Searched refs:t2 (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr035/
H A Dchk.osdir15 t2=__2
19 (cd $d/../os_windows && ls os_*.c) > t2
21 cmp t1 t2 || {
24 diff t1 t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr021/
H A Dchk.flags9 t2=__2
30 > $t2
31 [ -s $t2 ] && {
32 cat $t2
40 > $t2
41 [ -s $t2 ] && {
42 cat $t2
50 > $t2
51 [ -s $t2 ] && {
52 cat $t2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr014/
H A Dchk.err18 t2=__tmp2
29 < $d/common/db_err.c > $t2
31 cmp $t1 $t2 > /dev/null ||
32 (echo "<<< db.h >>> db_strerror" && diff $t1 $t2 && exit 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr034/
H A Dchk.mtx15 t2=__2
26 sort > $t2
28 cmp $t1 $t2 > /dev/null || {
30 diff $t1 $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtestutil.h31 * Make sure that the first argument (t1) is the more recent time and t2 is
36 long tutil_tvdiff(struct timeval t1, struct timeval t2);
43 double tutil_tvdiff_secs(struct timeval t1, struct timeval t2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_stat/
H A Ddd.sh7 t2=__b
9 trap 'rm -f $t1 $t2; exit 0' 0 1 2 3 13 15
67 :>$t2
71 egrep $b $1 >> $t2;;
73 display_one $t2;;
76 display_one $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr002/
H A Dchk.def18 t2=__2
36 sed '/^__/d' | sort > $t2
38 if cmp -s $t1 $t2 ; then
42 diff $t1 $t2
60 done > $t2
62 test -s $t2 && {
63 cat $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr032/
H A Dchk.rpc11 t2=__2
40 -e "s/$2_//" > $t2
42 if cmp -s $t1 $t2 ; then
47 diff $t1 $t2
63 -e 's/^.*->//' > $t2
65 if cmp -s $t1 $t2 ; then
70 diff $t1 $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr020/
H A Dchk.inc16 t2=__2
26 done) > $t2
28 if egrep const $t2 > /dev/null; then
30 egrep const $t2
34 :> $t2
36 egrep -w '#include' /dev/null $d/$i | head -1 >> $t2
39 if egrep -v db_config.h $t2 > /dev/null; then
41 egrep -v db_config.h $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/lib/
H A Dfixup.S28 .macro get_fault_ip t1 t2
31 /* t2 = smp_processor_id() */
32 mfctl 30,\t2
33 ldw TI_CPU(\t2),\t2
35 extrd,u \t2,63,32,\t2
37 /* t2 = &__per_cpu_offset[smp_processor_id()]; */
38 LDREGX \t2(\t1),\t2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrlen_user.S54 subq a1, 7, t2
58 addq t2, t0, t2
62 $loop: ble t2, $limit
64 subq t2, 8, t2
69 $found: negq t1, t2 # clear all but least set bit
70 and t1, t2, t1
72 and t1, 0xf0, t2 # binary search for that set bit
75 cmovne t2,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dsha256.c72 u32 a, b, c, d, e, f, g, h, t1, t2; local
90 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
92 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
94 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
96 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
98 t2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr004/
H A Dchk.javafiles18 t2=__2
22 tr ' \t' '\n' < $f | sed -e '/\.java$/!d' -e 's/^.*\///' | sort -u > $t2
24 cmp $t1 $t2 > /dev/null || {
26 diff $t1 $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr009/
H A Dchk.srcfiles17 t2=__2
42 sort > $t2
44 cmp $t1 $t2 > /dev/null || {
46 diff $t1 $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr011/
H A Dchk.tags16 t2=__2
41 (cd $d && ls */tags | sed 's/\/tags$//' | sort) > $t2
42 if diff $t1 $t2 > /dev/null; then
46 diff $t1 $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr019/
H A Dchk.include16 t2=__2
42 > $t2
44 [ -s $t2 ] && {
46 cat $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtimeval.h35 * Make sure that the first argument (t1) is the more recent time and t2 is
40 long curlx_tvdiff(struct timeval t1, struct timeval t2);
47 double curlx_tvdiff_secs(struct timeval t1, struct timeval t2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dmakelst21 t2=`field 6 $t1`
25 t3=`grep $t2 $2`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dbpck.c35 #define t2(pat) {PC ^= pat; out_p(2,PC);} macro
56 case 0: w0(r & 0xf); w0(r); t2(2); t2(4);
58 t2(4);
62 case 1: w0(r & 0xf); w0(r); t2(2);
63 e2(); t2(0x20);
64 t2(4); h = r0();
65 t2(1); t2(0x20);
89 t2(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-inv.c35 gcry_mpi_t u, v, u1, u2, u3, v1, v2, v3, q, t1, t2, t3;
48 t2 = mpi_alloc( mpi_get_nlimbs(u)+1 );
52 mpi_mul(t1, v1, q); mpi_mul(t2, v2, q); mpi_mul(t3, v3, q);
53 mpi_sub(t1, u1, t1); mpi_sub(t2, u2, t2); mpi_sub(t3, u3, t3);
55 mpi_set(v1, t1); mpi_set(v2, t2); mpi_set(v3, t3);
74 mpi_free(t2);
83 gcry_mpi_t u, v, u1, u2, u3, v1, v2, v3, t1, t2, t3; local
103 t2 = mpi_alloc_set_ui(1); t2
163 gcry_mpi_t u, v, u1, u2=NULL, u3, v1, v2=NULL, v3, t1, t2=NULL, t3; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest012.tcl50 set t2 $testdir/t2
99 set oid [open $t2.tmp w]
104 filesort $t2.tmp $t2
105 fileremove $t2.tmp
108 error_check_good Test012:diff($t3,$t2) \
109 [filecmp $t3 $t2] 0
118 error_check_good Test012:diff($t3,$t2) \
119 [filecmp $t3 $t2]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dbyteorder.h26 __u64 t0, t1, t2, t3; local
31 t2 = t1 >> 16; /* t2 : 0000000000CCDDAA */
33 t3 = t2 & 0x00FF00FF; /* t3 : 0000000000CC00AA */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-pnx8550/
H A Dkernel-entry-init.h137 srl t2, t3, 22 /* C0_CONFIGPR_IS_SHIFT */ variable
138 andi t2, t2, 0x7 /* C0_CONFIGPR_IS_MASK */ variable
139 addiu t0, t2, 6 variable
140 ori t2, zero, 1 variable
141 sllv t2, t2, t0 variable
149 multu t2, t3 /* max index * max way */ variable
150 mflo t2
151 addiu t2, t variable
157 bne t2, zero, pr4450_next_instruction_cache_set variable
158 addiu t2, t2, -1 /* reduce no of lines to invalidate by one */ variable
176 or t2, zero, (128*4)-1 /* 512 lines */ variable
180 addiu t2, t2, -1 variable
199 ori t2, zero, (256 - 1) /* T2 = inst cache set cnt - 1 */ variable
209 bne t2, zero, icache_invd_loop /* T2 = 0 if all sets invalidated */ variable
210 addiu t2, t2, -1 /* decrement T2 set cnt (delay slot) */ variable
234 ori t2, zero, (DCACHE_SET_COUNT - 1) /* T2 = data cache set cnt - 1 */ variable
248 bne t2, zero, dcache_wbinvd_loop /* T2 = 0 when wbinvd entire cache */ variable
249 addiu t2, t2, -1 /* decrement T2 set cnt (delay slot) */ variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-pnx8550/
H A Dkernel-entry-init.h137 srl t2, t3, 22 /* C0_CONFIGPR_IS_SHIFT */ variable
138 andi t2, t2, 0x7 /* C0_CONFIGPR_IS_MASK */ variable
139 addiu t0, t2, 6 variable
140 ori t2, zero, 1 variable
141 sllv t2, t2, t0 variable
149 multu t2, t3 /* max index * max way */ variable
150 mflo t2
151 addiu t2, t variable
157 bne t2, zero, pr4450_next_instruction_cache_set variable
158 addiu t2, t2, -1 /* reduce no of lines to invalidate by one */ variable
176 or t2, zero, (128*4)-1 /* 512 lines */ variable
180 addiu t2, t2, -1 variable
199 ori t2, zero, (256 - 1) /* T2 = inst cache set cnt - 1 */ variable
209 bne t2, zero, icache_invd_loop /* T2 = 0 if all sets invalidated */ variable
210 addiu t2, t2, -1 /* decrement T2 set cnt (delay slot) */ variable
234 ori t2, zero, (DCACHE_SET_COUNT - 1) /* T2 = data cache set cnt - 1 */ variable
248 bne t2, zero, dcache_wbinvd_loop /* T2 = 0 when wbinvd entire cache */ variable
249 addiu t2, t2, -1 /* decrement T2 set cnt (delay slot) */ variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dh/
H A Dfips_dh_gen.c100 BIGNUM *p=NULL,*t1,*t2; local
117 t2 = BN_CTX_get(ctx);
118 if (t1 == NULL || t2 == NULL) goto err;
128 if (!BN_set_word(t2,11)) goto err;
135 if (!BN_set_word(t2,5)) goto err;
142 if (!BN_set_word(t2,3)) goto err;
154 if (!BN_set_word(t2,1)) goto err;
158 p=BN_generate_prime(NULL,prime_len,1,t1,t2,callback,cb_arg);

Completed in 198 milliseconds

1234567891011>>