Searched refs:t1 (Results 26 - 50 of 391) sorted by relevance

1234567891011>>

/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
30 LDREG RT%__per_cpu_offset(%r1),\t1
38 LDREGX \t2(\t1),\t2
40 LDREG RT%per_cpu__exception_data(%r1),\t1
41 /* t1 = &__get_cpu_var(exception_data) */
42 add,l \t1,\t2,\t1
43 /* t1 = t1->fault_ip */
44 LDREG EXCDATA_IP(\t1), \t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-stxcpy.S50 t1 == the first source word. */
55 mskqh t1, a1, t3 # U :
56 ornot t1, t2, t2 # E : (stall)
60 or t0, t3, t1 # E : (stall)
65 t1 == a source word not containing a null. */
69 stq_u t1, 0(a0) # L :
74 ldq_u t1, 0(a1) # L : Latency=3
76 cmpbge zero, t1, t8 # E : (3 cycle stall)
81 t1 == the source word containing the null
95 zapnot t1, t
[all...]
H A Dstxcpy.S39 t1 == the first source word. */
44 mskqh t1, a1, t3 # e0 :
45 ornot t1, t2, t2 # .. e1 :
48 or t0, t3, t1 # e0 :
53 t1 == a source word not containing a null. */
56 stq_u t1, 0(a0) # e0 :
58 ldq_u t1, 0(a1) # e0 :
60 cmpbge zero, t1, t8 # e0 (stall)
65 t1 == the source word containing the null
80 zapnot t1, t
[all...]
H A Dev67-strlen_user.S61 lda t1, -1(zero) # E :
63 insqh t1, a0, t1 # U :
65 or t1, t0, t0 # E :
68 cmpbge zero, t0, t1 # E : t1 <- bitmask: bit i == 1 <==> i-th byte == 0
71 bne t1, $found # U :
84 cmpbge zero, t0, t1 # E :
87 beq t1, $loop # U :
89 $found: cttz t1, t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_util.h29 * Make sure that the first argument (t1) is the more recent time and t2 is
34 long tool_tvdiff(struct timeval t1, struct timeval t2);
41 double tool_tvdiff_secs(struct timeval t1, struct timeval t2);
43 long tool_tvlong(struct timeval t1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Daisdram.S221 and t1,t0,ER_TAG
223 beq t1,ER_END,noctrl
226 beq t1,ER_CI,2f
290 and t1,t0,ER_TAG
291 beq t1,ER_ADD,addesc
296 addesc: and t1,t0,AD_ST_MASK
297 beq t1,AD_ST_SWRAP,swrap
335 li t1,DM_STAT_MASK
336 and a3,t0,t1 # a3 == 4 if ddr2, 2 if ddr1, 1 if sdr.
343 li t1,
[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
116 t1 = BN_CTX_get(ctx);
118 if (t1 == NULL || t2 == NULL) goto err;
127 if (!BN_set_word(t1,24)) goto err;
134 if (!BN_set_word(t1,12)) goto err;
141 if (!BN_set_word(t1,10)) goto err;
153 if (!BN_set_word(t1,2)) goto err;
158 p=BN_generate_prime(NULL,prime_len,1,t1,t2,callback,cb_arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dh/
H A Ddh_gen.c95 BIGNUM *p=NULL,*t1,*t2; local
105 t1 = BN_CTX_get(ctx);
107 if (t1 == NULL || t2 == NULL) goto err;
116 if (!BN_set_word(t1,24)) goto err;
123 if (!BN_set_word(t1,12)) goto err;
130 if (!BN_set_word(t1,10)) goto err;
142 if (!BN_set_word(t1,2)) goto err;
147 p=BN_generate_prime(NULL,prime_len,1,t1,t2,callback,cb_arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_gen.c105 BIGNUM *t1,*t2; local
112 t1 = BN_CTX_get(ctx);
114 if (t1 == NULL || t2 == NULL) goto err;
127 if (!BN_set_word(t1,24)) goto err;
134 if (!BN_set_word(t1,12)) goto err;
141 if (!BN_set_word(t1,10)) goto err;
153 if (!BN_set_word(t1,2)) goto err;
158 if(!BN_generate_prime_ex(ret->p,prime_len,1,t1,t2,cb)) goto err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr007/
H A Dchk.proto14 t1=__1
30 -e '/_read$/d' > $t1
33 for i in `cat $t1`; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr019/
H A Dchk.include15 t1=__1
22 -e 's/[ ].*//' > $t1
24 for i in `cat $t1`; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/bugs/
H A Dsgiccbug.c37 register unsigned long t1,t2,*ap,*bp,*rp; local
49 t1= *(ap++);
51 t1=(t1-t2);
53 dummy=t1;
55 *(rp++)=t1&0xffffffff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/bugs/
H A Dsgiccbug.c37 register unsigned long t1,t2,*ap,*bp,*rp; local
49 t1= *(ap++);
51 t1=(t1-t2);
53 dummy=t1;
55 *(rp++)=t1&0xffffffff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-pnx8550/
H A Dkernel-entry-init.h128 srl t1, t3, 19 /* C0_CONFIGPR_IL_SHIFT */ variable
129 andi t1, t1, 0x7 /* C0_CONFIGPR_IL_MASK */ variable
130 beq t1, zero, pr4450_instr_cache_invalidated /* if zero instruction cache is absent */ variable
132 addiu t0, t1, 1 variable
133 ori t1, zero, 1 variable
134 sllv t1, t1, t0 variable
156 addu t0, t0, t1 /* add bytes in a line */
166 move t1, zer
182 addiu t1, t1, 32 /* 32 bytes in a line */ variable
198 or t1, zero, zero /* T1 = starting cache index (0) */ variable
208 addiu t1, t1, ICACHE_LINE_SIZE /* T1 = next cache line index */ variable
233 or t1, zero, zero /* T1 = starting cache index (0) */ variable
247 addiu t1, t1, DCACHE_LINE_SIZE /* T1 = next data cache line index */ 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.h128 srl t1, t3, 19 /* C0_CONFIGPR_IL_SHIFT */ variable
129 andi t1, t1, 0x7 /* C0_CONFIGPR_IL_MASK */ variable
130 beq t1, zero, pr4450_instr_cache_invalidated /* if zero instruction cache is absent */ variable
132 addiu t0, t1, 1 variable
133 ori t1, zero, 1 variable
134 sllv t1, t1, t0 variable
156 addu t0, t0, t1 /* add bytes in a line */
166 move t1, zer
182 addiu t1, t1, 32 /* 32 bytes in a line */ variable
198 or t1, zero, zero /* T1 = starting cache index (0) */ variable
208 addiu t1, t1, ICACHE_LINE_SIZE /* T1 = next cache line index */ variable
233 or t1, zero, zero /* T1 = starting cache index (0) */ variable
247 addiu t1, t1, DCACHE_LINE_SIZE /* T1 = next data cache line index */ variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsmallft.c117 int t0,t1,t2,t3,t4,t5,t6; local
119 t1=0;
123 ch[t1<<1]=cc[t1]+cc[t2];
124 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2];
125 t1+=ido;
132 t1=0;
136 t4=(t1<<1)+(ido<<1);
137 t5=t1;
172 int i,k,t0,t1,t2,t3,t4,t5,t6; local
276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
635 int i,k,t0,t1,t2,t3,t4,t5,t6; local
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
752 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsmtc-asm.S117 ori t1,t0,TCSTATUS_IXMT
118 mtc0 t1,CP0_TCSTATUS
121 subu t1,sp,PT_SIZE
122 sw ra,PT_EPC(t1)
123 sw a0,PT_PADSLOT4(t1)
125 sw t2,PT_PADSLOT5(t1)
127 sw t0,PT_TCSTATUS(t1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dint-handler.S134 mfc0 t1,CP0_STATUS
139 and t0,t1 # isolate allowed ones
151 PTR_LA t1,cpu_mask_nr_tbl
152 1: lw t2,(t1)
156 addu t1,2*PTRSIZE # delay slot
161 lw a0,(-PTRSIZE)(t1)
180 andi t1,t0,KN02_IRQ_ALL
190 lw t1,IO_REG_SIMR(t2) # get mask: IOASIC simr
193 1: and t0,t1 # mask out allowed ones
200 PTR_LA t1,asic_mask_nr_tb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dcarta_random.S18 #define t1 r17 define
25 pmpyshr2.u t1 = a, seed, 16
27 unpack2.l t0 = t1, t0
36 shr t1 = hi, 15 // t1 = (hi >> 15)
46 add lo = lo, t1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dmemset.S63 LONG_SLL t1, a1, 8
64 or a1, t1
65 LONG_SLL t1, a1, 16
67 or a1, t1
68 LONG_SLL t1, a1, 32
70 or a1, t1
90 1: ori t1, a2, 0x3f /* # of full blocks */
91 xori t1, 0x3f
92 beqz t1, memset_partial /* no block to fill */
95 PTR_ADDU t1, a
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_tuple.h135 static inline int nf_ct_tuple_src_equal(const struct nf_conntrack_tuple *t1, argument
138 return (t1->src.u3.all[0] == t2->src.u3.all[0] &&
139 t1->src.u3.all[1] == t2->src.u3.all[1] &&
140 t1->src.u3.all[2] == t2->src.u3.all[2] &&
141 t1->src.u3.all[3] == t2->src.u3.all[3] &&
142 t1->src.u.all == t2->src.u.all &&
143 t1->src.l3num == t2->src.l3num &&
144 t1->dst.protonum == t2->dst.protonum);
147 static inline int nf_ct_tuple_dst_equal(const struct nf_conntrack_tuple *t1, argument
150 return (t1
159 nf_ct_tuple_equal(const struct nf_conntrack_tuple *t1, const struct nf_conntrack_tuple *t2) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr003/
H A Dchk.define16 t1=__1
22 xargs egrep '^[ ][ ]*#' > $t1
23 test -s $t1 && {
25 cat $t1
87 -e 's/(.*//' | sort > $t1
90 for i in `cat $t1`; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Dmemcpy.c33 unsigned long long t1, t2, t3, t4; local
34 t1 = *(unsigned long long *) (s);
38 *(unsigned long long *) (d) = t1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddbm.tcl20 set t1 $testdir/t1
54 set oid [open $t1 w]
75 filesort $t1 $t3
84 set oid [open $t1 w]
98 filesort $t1 $t3
107 set oid [open $t1 w]
121 filesort $t1 $t3
H A Dtest012.tcl49 set t1 $testdir/t1
92 dump_binkey_file $db $txn $t1 test012.check
106 filesort $t1 $t3
113 open_and_dump_file $testfile $env $t1 test012.check \
116 filesort $t1 $t3
123 open_and_dump_file $testfile $env $t1 test012.check\
126 filesort $t1 $t3

Completed in 209 milliseconds

1234567891011>>