Searched refs:t1 (Results 176 - 200 of 391) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dentry.S59 andi t1, t0, _TIF_NEED_RESCHED
60 beqz t1, restore_all
94 DMT 9 # dmt t1
101 andi t1, t1, VPECONTROL_TE
102 beqz t1, 1f
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfft.c225 BF(t3, t5, t5, t1);\
238 BF(t3, t5, t5, t1);\
247 t1 = a2.re * wre + a2.im * wim;\
255 t1 = a2.re;\
266 FFTSample t1, t2, t3, t4, t5, t6;\
300 FFTSample t1, t2, t3, t4, t5, t6, t7, t8; local
302 BF(t3, t1, z[0].re, z[1].re);
304 BF(z[2].re, z[0].re, t1, t6);
314 FFTSample t1, t2, t3, t4, t5, t6, t7, t8; local
318 BF(t1,
335 FFTSample t1, t2, t3, t4, t5, t6; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dsa/
H A Ddsa_ossl.c239 BIGNUM u1,u2,t1; local
250 BN_init(&t1);
292 /* let t1 = g ^ u1 mod p */
293 if (!BN_mod_exp_mont(&t1,dsa->g,&u1,dsa->p,ctx,mont)) goto err;
296 /* let u1 = t1 * t2 mod p */
297 if (!BN_mod_mul(&u1,&t1,&t2,dsa->p,ctx)) goto err_bn;
304 if (!dsa->meth->dsa_mod_exp(dsa, &t1,dsa->g,&u1,dsa->pub_key,&u2,
306 /* BN_copy(&u1,&t1); */
308 if (!BN_mod(&u1,&t1,dsa->q,ctx)) goto err;
320 BN_free(&t1);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Didct_altivec.c48 t1 = vec_mradds (a1, vx7, vx1 ); \
60 t8 = vec_subs (t1, t7); \
61 t1 = vec_adds (t1, t7); \
72 vy0 = vec_adds (t7, t1); \
73 vy7 = vec_subs (t7, t1); \
86 vec_s16 t0, t1, t2, t3, t4, t5, t6, t7, t8; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dh264_deblock_sse2.asm493 mova t1, p0
495 pavgb t1, q0
496 pavgb t0, t1 ; ((p2+p1+1)/2 + (p0+q0+1)/2 + 1)/2
497 mova t5, t1
511 mova t1, p2
513 pavgb t1, q1
518 psubb t1, t2
519 pavgb t1, p1
520 pavgb t1, t5 ; (((p2+q1)/2 + p1+1)/2 + (p0+q0+1)/2 + 1)/2
523 pxor t3, t1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_sis.c215 u8 t1, t2; local
223 pci_read_config_byte(pdev, port, &t1);
226 t1 &= ~0x0F; /* Clear active/recovery timings */
229 t1 |= active[speed];
232 pci_write_config_byte(pdev, port, t1);
277 u32 t1; local
304 pci_read_config_dword(pdev, port, &t1);
305 t1 &= 0xC0C00FFF; /* Mask out timing */
307 if (t1 & 0x08) /* 100 or 133 ? */
308 t1 |
479 u32 t1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dec.c388 #define t1 (ctx->scratch[0])
409 ec_powm (t1, point->z, ctx->two, ctx);
410 ec_subm (l1, point->x, t1, ctx);
412 ec_addm (t2, point->x, t1, ctx);
421 ec_powm (t1, point->z, ctx->four, ctx);
422 ec_mulm (t1, t1, ctx->a, ctx);
423 ec_addm (l1, l1, t1, ctx);
438 ec_mulm (t1, l2, ctx->two, ctx);
439 ec_subm (x3, x3, t1, ct
387 #define t1 macro
454 #undef t1 macro
488 #define t1 macro
601 #undef t1 macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dcopy_user.S23 #define t1 r2 // rshift in bytes define
129 sub t1=8,src2
133 sub len1=len,t1 // set len1
141 sub t1=dst2,src2
145 (p15) sub t1=r0,t1 // absolute value
150 sub t2=8,t1
151 (p14) sub word1=word1,t1
154 (p15) shl rshift=t1,3 // in bits
157 (p14) sub len1=len1,t1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest093.tcl113 set t1 $testdir/t1
160 dump_file $db $txn $t1 test093_check
170 filesort $t1 $t3
189 dump_file_direction $db $txn $t1 test093_check "-first" "-next"
239 set t1 $testdir/t1
306 dump_file $db $txn $t1 test093_checkbig
327 dump_file_direction $db $txn $t1 test093_checkbig "-first" "-next"
H A Dtest036.tcl50 set t1 $testdir/t1
138 dump_file $db $txn $t1 $checkfunc
151 file rename -force $t1 $t3
156 filesort $t1 $t3
H A Dmemp003.tcl35 set t1 $testdir/t1
138 dump_file $db $txn $t1 nop
H A Drep006.tcl115 set t1 $testdir/t1
118 open_and_dump_file test.db $clientenv $t1 \
H A Dtest111.tcl64 set t1 $testdir/t1
189 dump_file $db $txn $t1
227 error_check_good filecmp [filecmp $t1 $t2] 0
284 dump_file $db $txn $t1
320 error_check_good filecmp [filecmp $t1 $t2] 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Ddhcpc.c279 unsigned long t1 = 0, t2 = 0, xid = 0; local
570 if ((t2 - t1) <= (lease / 14400 + 1)) {
573 timeout = now + (t2 - t1);
579 t1 = (t2 - t1) / 2 + t1;
580 timeout = t1 + start;
704 t1 = lease / 2;
714 timeout = t1 + start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpc.c150 unsigned t1 = 0, t2 = 0; /* what a wonderful names */ local
389 if ((t2 - t1) <= (lease / 14400 + 1)) {
392 timeout = now + (t2 - t1);
397 t1 = (t2 - t1) / 2 + t1;
398 timeout = start + t1;
490 t1 = lease / 2;
498 timeout = start + t1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dmips3.s83 ld t1,0(a0)
88 daddu t1,v0
89 sltu v0,t1,v0 /* All manuals say it "compares 32-bit
94 daddu t1,AT
96 sltu AT,t1,AT
97 sd t1,0(a0)
152 ld t1,0(a0)
154 daddu t1,v0
155 sltu v0,t1,v0
158 daddu t1,A
[all...]
H A Dco-alpha.pl22 $a1="r2"; $b1="r6"; $r1="r10"; $t1="r14";
55 &cmpult($a1,$b1,$t1); # will we borrow?
60 &add($b1,$t1,$cc); # add the borrows
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dmips3.s83 ld t1,0(a0)
88 daddu t1,v0
89 sltu v0,t1,v0 /* All manuals say it "compares 32-bit
94 daddu t1,AT
96 sltu AT,t1,AT
97 sd t1,0(a0)
152 ld t1,0(a0)
154 daddu t1,v0
155 sltu v0,t1,v0
158 daddu t1,A
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-ia64.pl118 s0=r26; s1=r27; t0=r28; t1=r29;
174 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
188 dep.z $t1=E,32,32 }
191 { .mmi; or $t1=$t1,E
198 _rotr r11=$t1,$Sigma1[0] } // ROTR(e,14)
202 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
211 _rotr r11=$t1,$Sigma1[0] } // ROTR(e,14)
217 _rotr r8=$t1,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dede_cbcm_enc.c139 register DES_LONG t0,t1; local
157 t1=tin1;
183 xor1=t1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Di_cbc.c139 register unsigned long x1,x2,x3,x4,t0,t1,ul; local
161 t1= x2+ *(p++);
167 d[1]=(x4&0xffff)|((t1&0xffff)<<16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dede_cbcm_enc.c141 register DES_LONG t0,t1; local
159 t1=tin1;
185 xor1=t1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_cbc.c139 register unsigned long x1,x2,x3,x4,t0,t1,ul; local
161 t1= x2+ *(p++);
167 d[1]=(x4&0xffff)|((t1&0xffff)<<16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6d.c40 ospf6_timeval_sub (const struct timeval *t1, const struct timeval *t2,
45 if (t1->tv_sec < t2->tv_sec ||
46 (t1->tv_sec == t2->tv_sec && t1->tv_usec < t2->tv_usec))
53 if (t1->tv_usec < t2->tv_usec)
55 usec = t1->tv_usec + TIMER_SEC_MICRO;
59 usec = t1->tv_usec;
62 result->tv_sec = t1->tv_sec - t2->tv_sec - movedown;
66 ospf6_timeval_div (const struct timeval *t1, u_int by,
78 movedown = t1
39 ospf6_timeval_sub(const struct timeval *t1, const struct timeval *t2, struct timeval *result) argument
65 ospf6_timeval_div(const struct timeval *t1, u_int by, struct timeval *result) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Ddelayacct.c102 unsigned long t1; local
128 t1 = tsk->sched_info.pcount;
132 d->cpu_count += t1;

Completed in 128 milliseconds

1234567891011>>