Searched refs:tmp2 (Results 51 - 75 of 365) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-rpc/include/mach/
H A Dentry-macro.S14 .macro arch_ret_to_user, tmp1, tmp2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/include/mach/
H A Dentry-macro.S18 .macro arch_ret_to_user, tmp1, tmp2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dprepinclude.cpp139 char tmp2[257]; local
140 (file->GetStream())->Read(tmp2, 256);
142 tmp2[c] = 0;
143 tmp += wxString(tmp2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dsc-ip22.c89 unsigned long addr, tmp1, tmp2; local
115 : "=r" (tmp1), "=r" (tmp2), "=r" (addr));
120 unsigned long tmp1, tmp2, tmp3; local
145 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dmux.c64 unsigned tmp1, tmp2; local
73 tmp2 = (cfg->mode << cfg->mask_offset);
74 reg |= tmp2;
76 if (tmp1 != tmp2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dlist.c26 struct bftpd_list_element *tmp2; local
38 tmp2 = tmp->next;
40 free(tmp2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/asm/
H A Ddes-586.pl142 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
144 &mov( $u, &DWP(&n2a($S*4),$tmp2,"",0));
146 &mov( $t, &DWP(&n2a(($S+1)*4),$tmp2,"",0));
148 &xor( $tmp2, $tmp2);
153 &movb( &LB($tmp2), &HB($u) );
157 &xor( $L, &DWP("0x200",$trans,$tmp2,0));
158 &movb( &LB($tmp2), &HB($t) );
163 &xor( $L, &DWP("0x300",$trans,$tmp2,0));
164 &movb( &LB($tmp2),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djfdctfst.c146 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
160 tmp2 = dataptr[2] + dataptr[5];
169 tmp11 = tmp1 + tmp2;
170 tmp12 = tmp1 - tmp2;
210 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
226 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
276 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
290 tmp2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Djfdctfst.c146 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
160 tmp2 = dataptr[2] + dataptr[5];
169 tmp11 = tmp1 + tmp2;
170 tmp12 = tmp1 - tmp2;
210 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
226 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
276 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
290 tmp2
[all...]
H A Ddxa.c52 uint8_t *code, *data, *mv, *msk, *tmp, *tmp2; local
66 tmp2 = ref + i;
72 tmp2 += x + y*stride;
76 memcpy(tmp, tmp2, 4);
78 tmp2 += stride;
98 tmp[x] = (mask & 0x8000) ? *data++ : tmp2[x];
102 tmp2 += stride;
124 tmp2 = ref + i + d2;
129 tmp2 += x + y*stride;
131 tmp[d + 0 ] = tmp2[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-sparcv9.pl112 $tmp2="%g5";
179 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
184 or $tmp1,$tmp2,$tmp2
185 or @pair[1],$tmp2,$tmp2
187 add $h,$tmp2,$T1
188 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
196 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
202 or $tmp1,$tmp2,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl112 $tmp2="%g5";
179 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
184 or $tmp1,$tmp2,$tmp2
185 or @pair[1],$tmp2,$tmp2
187 add $h,$tmp2,$T1
188 $ST $tmp2,[%sp+STACK_BIAS+STACK_FRAME+`$i*$SZ`]
196 sllx @pair[1],$tmp31,$tmp2 ! Xload($i)
202 or $tmp1,$tmp2,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/asm/
H A Dmd5-586.pl20 $tmp2="ebp";
47 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
55 &lea($a,&DWP($t,$a,$tmp2,1));
65 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
76 &lea($a,&DWP($t,$a,$tmp2,1));
81 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
107 &lea($a,&DWP($t,$a,$tmp2,1));
113 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
122 &lea($a,&DWP($t,$a,$tmp2,1));
128 &mov($tmp2,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md5/asm/
H A Dmd5-586.pl21 $tmp2="ebp";
48 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
56 &lea($a,&DWP($t,$a,$tmp2,1));
66 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
77 &lea($a,&DWP($t,$a,$tmp2,1));
82 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
108 &lea($a,&DWP($t,$a,$tmp2,1));
114 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
123 &lea($a,&DWP($t,$a,$tmp2,1));
129 &mov($tmp2,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md5/asm/
H A Dmd5-586.pl21 $tmp2="ebp";
48 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
56 &lea($a,&DWP($t,$a,$tmp2,1));
66 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
77 &lea($a,&DWP($t,$a,$tmp2,1));
82 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
108 &lea($a,&DWP($t,$a,$tmp2,1));
114 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
123 &lea($a,&DWP($t,$a,$tmp2,1));
129 &mov($tmp2,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/
H A Daes_ige.c119 aes_block_t tmp, tmp2; local
129 tmp2.data[n] = tmp.data[n] ^ iv.data[n];
130 AES_encrypt((unsigned char *)tmp2.data,
131 (unsigned char *)tmp2.data, key);
133 tmp2.data[n] ^= iv2.data[n];
134 store_block(out, tmp2);
135 iv = tmp2;
172 aes_block_t tmp, tmp2; local
181 tmp2 = tmp;
189 iv = tmp2;
216 unsigned char tmp2[AES_BLOCK_SIZE]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/
H A Daes_ige.c119 aes_block_t tmp, tmp2; local
129 tmp2.data[n] = tmp.data[n] ^ iv.data[n];
130 AES_encrypt((unsigned char *)tmp2.data,
131 (unsigned char *)tmp2.data, key);
133 tmp2.data[n] ^= iv2.data[n];
134 store_block(out, tmp2);
135 iv = tmp2;
172 aes_block_t tmp, tmp2; local
181 tmp2 = tmp;
189 iv = tmp2;
216 unsigned char tmp2[AES_BLOCK_SIZE]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djfdctflt.c61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
75 tmp2 = dataptr[2] + dataptr[5];
84 tmp11 = tmp1 + tmp2;
85 tmp12 = tmp1 - tmp2;
125 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
134 tmp11 = tmp1 + tmp2;
135 tmp12 = tmp1 - tmp2;
H A Djfdctfst.c116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
131 tmp2 = dataptr[2] + dataptr[5];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
181 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
H A Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
125 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
128 tmp10 = tmp0 + tmp2; /* phase 3 */
129 tmp11 = tmp0 - tmp2;
137 tmp2 = tmp11 - tmp12;
166 wsptr[DCTSIZE*2] = tmp2 + tmp5;
167 wsptr[DCTSIZE*5] = tmp2 - tmp5;
199 tmp2 = tmp11 - tmp12;
229 outptr[2] = range_limit[(int) DESCALE((JPEG_INT32) (tmp2 + tmp5), 3)
231 outptr[5] = range_limit[(int) DESCALE((JPEG_INT32) (tmp2
[all...]
H A Djidctred.c122 JPEG_INT32 tmp0, tmp2, tmp10, tmp12; local
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
222 tmp2 = MULTIPLY((JPEG_INT32) wsptr[2], FIX_1_847759065)
225 tmp10 = tmp0 + tmp2;
226 tmp12 = tmp0 - tmp2;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djfdctflt.c62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
80 tmp2 = (FAST_FLOAT) (GETJSAMPLE(elemptr[2]) + GETJSAMPLE(elemptr[5]));
89 tmp11 = tmp1 + tmp2;
90 tmp12 = tmp1 - tmp2;
131 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
H A Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
125 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
128 tmp10 = tmp0 + tmp2; /* phase 3 */
129 tmp11 = tmp0 - tmp2;
137 tmp2 = tmp11 - tmp12;
166 wsptr[DCTSIZE*2] = tmp2 + tmp5;
167 wsptr[DCTSIZE*5] = tmp2 - tmp5;
199 tmp2 = tmp11 - tmp12;
229 outptr[2] = range_limit[(int) DESCALE((INT32) (tmp2 + tmp5), 3)
231 outptr[5] = range_limit[(int) DESCALE((INT32) (tmp2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Duaccess_std.c34 unsigned long tmp1, tmp2; local
69 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2)
84 unsigned long tmp1, tmp2; local
109 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2)
156 unsigned long tmp1, tmp2; local
185 : "+a" (size), "+a" (to), "=a" (tmp1), "=a" (tmp2)
193 unsigned long tmp1, tmp2; local
206 : "+a" (size), "+a" (src), "=a" (tmp1), "=a" (tmp2)
214 unsigned long tmp1, tmp2; local
240 : "+a" (size), "+a" (src), "+d" (dst), "=a" (tmp1), "=a" (tmp2)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-1559 tmpfiles="$tmpfiles mcat-test15.tmp2 mcat-test15.out2"
60 rm -f mcat-test15.tmp2
62 ${MSGCAT} --indent -o mcat-test15.tmp2 mcat-test15.in
64 tr -d '\r' < mcat-test15.tmp2 > mcat-test15.out2

Completed in 223 milliseconds

1234567891011>>