Searched refs:t3 (Results 126 - 150 of 170) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest033.tcl58 set t3 $testdir/t3
H A Dtest038.tcl65 set t3 $testdir/t3
H A Dtest039.tcl66 set t3 $testdir/t3
H A Dtest024.tcl55 set t3 $testdir/t3
H A Dtest032.tcl59 set t3 $testdir/t3
H A Dreputils.tcl408 set t3 $masterdir/t3
430 filesort $t2 $t3
431 file rename -force $t3 $t2
439 filesort $t1 $t3
441 catch {file copy -force $t1 $t3} ret
443 error_check_good diff_files($t2,$t3) [filecmp $t2 $t3] 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dmips3.s85 ld t3,8(a0)
103 daddu t3,v0
104 sltu v0,t3,v0
107 daddu t3,AT
109 sltu AT,t3,AT
110 sd t3,8(a0)
229 sltu t3,v0,AT
231 daddu v0,t3,t2
323 mflo t3
325 sd t3,
[all...]
H A Dpa-risc2.s686 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
687 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
698 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
699 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
719 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
720 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
H A Dpa-risc2W.s675 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
676 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
687 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
688 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
708 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
709 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dmips3.s85 ld t3,8(a0)
103 daddu t3,v0
104 sltu v0,t3,v0
107 daddu t3,AT
109 sltu AT,t3,AT
110 sd t3,8(a0)
229 sltu t3,v0,AT
231 daddu v0,t3,t2
323 mflo t3
325 sd t3,
[all...]
H A Dpa-risc2.s686 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
687 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
698 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
699 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
719 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
720 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
H A Dpa-risc2W.s675 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
676 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
687 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
688 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
708 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
709 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dcopy_user.S66 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
74 st %t3, [%dst + (offset) + 0x0c]; \
80 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
90 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \
96 st %t3, [%dst - (offset) - 0x04];
98 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \
102 lduh [%src + (offset) + 0x06], %t3; \
106 sth %t3, [%dst + (offset) + 0x06];
H A Dblockops.S25 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_timer.c80 if (ax25->t3 > 0) {
83 ax25->t3timer.expires = jiffies + ax25->t3;
H A Daf_ax25.c405 ax25->t3 = ax25_ctl.arg * HZ;
432 ax25->t3 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T3]);
466 ax25->t3 = msecs_to_jiffies(AX25_DEF_T3);
583 ax25->t3 = opt * HZ;
700 val = ax25->t3 / HZ;
894 ax25->t3 = oax25->t3;
1755 ax25_info.t3 = ax25->t3 / HZ;
1872 * magic dev src_addr dest_addr,digi1,digi2,.. st vs vr va t1 t1 t2 t2 t3 t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegaudiodec.c1012 int i, j, t0, t1, t2, t3, s0, s1, s2, s3; local
1025 int64_t t0, t1, t2, t3;
1028 t3 = (in1[2*0] + (int64_t)(in1[2*6]>>1))<<32;
1037 tmp1[10] = (t3 - t0 - t2) >> 32;
1038 tmp1[ 2] = (t3 + t0 + t1) >> 32;
1039 tmp1[14] = (t3 + t2 - t1) >> 32;
1043 t3 = MUL64( in1[2*5] - in1[2*7] , -2*C7);
1048 tmp1[ 0] = (t2 + t3 + t0) >> 32;
1050 tmp1[ 8] = (t3 - t1 - t0) >> 32;
1054 t3
[all...]
H A Djpeglsdec.c65 s->t3= get_bits(&s->gb, 16);
82 // av_log(s->avctx, AV_LOG_DEBUG, "ID=%i, T=%i,%i,%i\n", id, s->t1, s->t2, s->t3);
276 state->T3 = s->t3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dfft_mmx.asm86 subps %2, %3 ; {t3,t4,t8,t7}
88 shufps %1, %2, 0x44 ; {t1,t2,t3,t4}
105 addps %6, %5 ; {t1,t2,t3,t4}
112 shufps %6, %3, 0x36 ; {t3,t2,t9,t8}
155 subps m1, m2 ; t3
209 subps m1, m2 ; t3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-stxncpy.S63 mskqh t1, a1, t3 # U :
68 or t0, t3, t0 # E : (stall)
364 cmpbge zero, t12, t3 # E :
367 andnot t8, t3, t8 # E : (stall)
H A Dstxncpy.S52 mskqh t1, a1, t3 # e0 :
56 or t0, t3, t0 # e0 :
316 cmpbge zero, t12, t3 # e0 :
318 andnot t8, t3, t8 # e0 :
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/asm/
H A Daes-ia64.S41 t3=r38; s3=r39;
78 { .mib; LDKEY t3=[rk1],2*KSZ
86 xor s3=s3,t3
100 { .mmi; (p0) LDKEY t3=[rk1],2*KSZ // 1/3:rk[3]
151 (p0) xor t3=t3,te21 };; // 9/3:
155 { .mmi; (p0) xor t3=t3,te03 // 10/3:
159 (p0) xor t3=t3,te3
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Danalog.c371 unsigned int i, t, tx, t1, t2, t3; local
381 GET_TIME(t3);
384 port->speed = DELTA(t1, t2) - DELTA(t2, t3);
392 GET_TIME(t3);
395 t = DELTA(t1, t2) - DELTA(t2, t3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess_template.c1764 int t3= src[0];
1766 src[stride*0]= CLIP((-(t1 + src[stride*2]) + 2*(t2 + src[stride*1]) + 6*t3 + 4)>>3);
1768 src[stride*1]= CLIP((-(t2 + src[stride*3]) + 2*(t3 + src[stride*2]) + 6*t1 + 4)>>3);
1770 src[stride*2]= CLIP((-(t3 + src[stride*4]) + 2*(t1 + src[stride*3]) + 6*t2 + 4)>>3);
1771 t3= src[stride*3];
1772 src[stride*3]= CLIP((-(t1 + src[stride*5]) + 2*(t2 + src[stride*4]) + 6*t3 + 4)>>3);
1774 src[stride*4]= CLIP((-(t2 + src[stride*6]) + 2*(t3 + src[stride*5]) + 6*t1 + 4)>>3);
1776 src[stride*5]= CLIP((-(t3 + src[stride*7]) + 2*(t1 + src[stride*6]) + 6*t2 + 4)>>3);
1777 t3= src[stride*6];
1778 src[stride*6]= CLIP((-(t1 + src[stride*8]) + 2*(t2 + src[stride*7]) + 6*t3
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/gameport/
H A Dgameport.c96 unsigned int i, t, t1, t2, t3, tx; local
109 GET_TIME(t3);
112 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t;

Completed in 303 milliseconds

1234567