Searched refs:tmp2 (Results 76 - 100 of 365) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dbn-586.pl336 $tmp2="edx";
354 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
358 &add($tmp1,$tmp2);
379 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
383 &add($tmp1,$tmp2);
408 $tmp2="edx";
426 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
430 &sub($tmp1,$tmp2);
451 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
455 &sub($tmp1,$tmp2);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dbn-586.pl435 $tmp2="edx";
453 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
457 &add($tmp1,$tmp2);
478 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
482 &add($tmp1,$tmp2);
507 $tmp2="edx";
525 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
529 &sub($tmp1,$tmp2);
550 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
554 &sub($tmp1,$tmp2);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dbn-586.pl435 $tmp2="edx";
453 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
457 &add($tmp1,$tmp2);
478 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
482 &add($tmp1,$tmp2);
507 $tmp2="edx";
525 &mov($tmp2,&DWP($i*4,$b,"",0)); # *b
529 &sub($tmp1,$tmp2);
550 &mov($tmp2,&DWP($i*4,$b,"",0));# *b
554 &sub($tmp1,$tmp2);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dtraps.c447 long error, tmp1, tmp2, tmp3, tmp4; local
474 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
478 una_reg(reg) = tmp1|tmp2;
494 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
498 una_reg(reg) = (int)(tmp1|tmp2);
514 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
518 una_reg(reg) = tmp1|tmp2;
547 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2),
577 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2),
607 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2),
764 unsigned long tmp1, tmp2, tmp3, tmp4; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfaandct.c72 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
83 tmp2= data[2 + i] + data[5 + i];
90 tmp11= tmp1 + tmp2;
91 tmp12= tmp1 - tmp2;
127 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
143 tmp2= temp[8*2 + i] + temp[8*5 + i];
150 tmp11= tmp1 + tmp2;
151 tmp12= tmp1 - tmp2;
187 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
199 tmp2
[all...]
H A Djfdctint_template.c189 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
205 tmp2 = dataptr[2] + dataptr[5];
216 tmp11 = tmp1 + tmp2;
217 tmp12 = tmp1 - tmp2;
267 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
286 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
297 tmp11 = tmp1 + tmp2;
298 tmp12 = tmp1 - tmp2;
349 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
366 tmp2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfaandct.c68 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
79 tmp2= data[2 + i] + data[5 + i];
86 tmp11= tmp1 + tmp2;
87 tmp12= tmp1 - tmp2;
123 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
139 tmp2= temp[8*2 + i] + temp[8*5 + i];
146 tmp11= tmp1 + tmp2;
147 tmp12= tmp1 - tmp2;
183 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
195 tmp2
[all...]
H A Djfdctint_template.c189 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
205 tmp2 = dataptr[2] + dataptr[5];
216 tmp11 = tmp1 + tmp2;
217 tmp12 = tmp1 - tmp2;
267 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
286 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
297 tmp11 = tmp1 + tmp2;
298 tmp12 = tmp1 - tmp2;
349 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
366 tmp2
[all...]
H A Dg729postfilter.c114 int i, k, tmp, tmp2; local
272 tmp2 = MULL(gain_num_square, gain_den_short, FRAC_BITS);
275 if (tmp > tmp2) {
479 int tmp, tmp2; local
500 tmp2 = (res_pst[i] << 15) + ((gt * res_pst[i-1]) << 1);
501 tmp2 = (tmp2 + 0x4000) >> 15;
503 tmp2 = (tmp2 * ga * 2 + fact) >> sh_fact;
504 out[i] = tmp2;
[all...]
H A Ddxa.c56 uint8_t *code, *data, *mv, *msk, *tmp, *tmp2; local
75 tmp2 = ref + i;
86 tmp2 += x + y*stride;
90 memcpy(tmp, tmp2, 4);
92 tmp2 += stride;
112 tmp[x] = (mask & 0x8000) ? *data++ : tmp2[x];
116 tmp2 += stride;
138 tmp2 = ref + i + d2;
148 tmp2 += x + y*stride;
150 tmp[d + 0 ] = tmp2[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop13xx/include/mach/
H A Dentry-macro.S40 .macro arch_ret_to_user, tmp1, tmp2
42 ands \tmp2, \tmp1, #(1 << 6)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop32x/include/mach/
H A Dentry-macro.S31 .macro arch_ret_to_user, tmp1, tmp2
33 ands \tmp2, \tmp1, #(1 << 6)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop33x/include/mach/
H A Dentry-macro.S32 .macro arch_ret_to_user, tmp1, tmp2
34 ands \tmp2, \tmp1, #(1 << 6)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lpc32xx/include/mach/
H A Dentry-macro.S31 .macro arch_ret_to_user, tmp1, tmp2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djidctint.c175 INT32 tmp0, tmp1, tmp2, tmp3; local
233 tmp2 = z1 + MULTIPLY(z2, FIX_0_765366865);
246 tmp10 = tmp0 + tmp2;
247 tmp13 = tmp0 - tmp2;
257 tmp2 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
260 z2 = tmp0 + tmp2;
275 z1 = MULTIPLY(tmp1 + tmp2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
277 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
279 tmp2
432 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; local
581 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; local
817 INT32 tmp0, tmp2, tmp10, tmp12; local
922 INT32 tmp0, tmp2, tmp10, tmp12; local
1011 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local
1093 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; local
2565 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local
2826 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local
3629 INT32 tmp0, tmp1, tmp2, tmp3; local
3782 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; local
3892 INT32 tmp0, tmp2, tmp10, tmp12; local
4024 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local
4741 INT32 tmp0, tmp1, tmp2, tmp3; local
4921 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; local
5025 INT32 tmp0, tmp2, tmp10, tmp12; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dec100.c84 u8 tmp, tmp2; local
114 tmp2 = 0x55;
118 tmp2 = 0x64;
123 tmp2 = 0x72;
129 ret = ec100_write_reg(state, 0x1c, tmp2);
207 u8 tmp, tmp2; local
215 ret = ec100_read_reg(state, 0x66, &tmp2);
219 ber2 = (tmp2 << 8) | tmp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/
H A Daes_ige.c82 unsigned char tmp2[AES_BLOCK_SIZE]; local
123 memcpy(tmp2, in, AES_BLOCK_SIZE);
135 memcpy(ivec, tmp2, AES_BLOCK_SIZE);
160 unsigned char tmp2[AES_BLOCK_SIZE]; local
237 memcpy(tmp2, in, AES_BLOCK_SIZE);
249 memcpy(tmp3, tmp2, AES_BLOCK_SIZE);
262 memcpy(tmp2, out, AES_BLOCK_SIZE);
274 memcpy(tmp3, tmp2, AES_BLOCK_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dio.c28 int tmp2, tmp3, tmp4, tmp5, tmp6; local
54 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dchecksum.h140 unsigned long tmp, tmp2; local
172 : "=r" (sum), "=&r" (tmp), "=r" (tmp2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp23xx/include/mach/
H A Dentry-macro.S11 .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-loki/include/mach/
H A Dentry-macro.S16 .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-mmp/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-ns9xxx/include/mach/
H A Dentry-macro.S18 .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-orion5x/include/mach/
H A Dentry-macro.S16 .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-shmobile/include/mach/
H A Dentry-macro.S27 .macro arch_ret_to_user, tmp1, tmp2

Completed in 239 milliseconds

1234567891011>>