Searched refs:tmp1 (Results 51 - 75 of 184) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_ecc.c76 uint8_t idx, reg1, reg2, reg3, tmp1, tmp2; local
96 tmp1 = (reg3 & 0x80) >> 0; /* B7 -> B7 */
97 tmp1 |= (reg2 & 0x80) >> 1; /* B7 -> B6 */
98 tmp1 |= (reg3 & 0x40) >> 1; /* B6 -> B5 */
99 tmp1 |= (reg2 & 0x40) >> 2; /* B6 -> B4 */
100 tmp1 |= (reg3 & 0x20) >> 2; /* B5 -> B3 */
101 tmp1 |= (reg2 & 0x20) >> 3; /* B5 -> B2 */
102 tmp1 |= (reg3 & 0x10) >> 3; /* B4 -> B1 */
103 tmp1 |= (reg2 & 0x10) >> 4; /* B4 -> B0 */
117 ecc_code[1] = ~tmp1;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djfdctflt.c62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
78 tmp1 = (FAST_FLOAT) (GETJSAMPLE(elemptr[1]) + GETJSAMPLE(elemptr[6]));
89 tmp11 = tmp1 + tmp2;
90 tmp12 = tmp1 - tmp2;
129 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
H A Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
136 tmp1 = tmp11 + tmp12;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
198 tmp1 = tmp11 + tmp12;
225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1
[all...]
H A Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
225 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
232 tmp13 = tmp1 + tmp3; /* phases 5-3 */
233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
237 tmp1 = tmp11 + tmp12;
265 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
266 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
324 tmp1 = tmp11 + tmp12;
351 outptr[1] = range_limit[IDESCALE(tmp1 + tmp6, PASS1_BITS+3)
353 outptr[6] = range_limit[IDESCALE(tmp1
[all...]
H A Djidctint.c175 INT32 tmp0, tmp1, tmp2, tmp3; local
244 tmp1 = z2 - z3;
248 tmp11 = tmp1 + tmp3;
249 tmp12 = tmp1 - tmp3;
256 tmp1 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
261 z3 = tmp1 + tmp3;
275 z1 = MULTIPLY(tmp1 + tmp2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
276 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
278 tmp1
432 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; local
581 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; local
702 INT32 tmp0, tmp1, tmp10, tmp11, 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
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
[all...]
H A Djfdctfst.c117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
134 tmp1 = GETJSAMPLE(elemptr[1]) + GETJSAMPLE(elemptr[6]);
145 tmp11 = tmp1 + tmp2;
146 tmp12 = tmp1 - tmp2;
185 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
196 tmp11 = tmp1 + tmp2;
197 tmp12 = tmp1 - tmp2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-divide.S66 #define tmp1 $3 define
120 stq tmp1,24($30) # L :
171 subq modulus,divisor,tmp1 # E :
180 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
185 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
196 ldq tmp1,24($30) # L :
240 stq tmp1,24($30) # L :
248 subq $31,$27,tmp1 # E : U U L L
252 cmovlt $28,tmp1,$27 # E : Latency 2, extra map slot
255 ldq tmp1,2
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-1547 tmpfiles="$tmpfiles mcat-test15.tmp1 mcat-test15.out1"
48 rm -f mcat-test15.tmp1
50 ${MSGCAT} -o mcat-test15.tmp1 mcat-test15.in
52 tr -d '\r' < mcat-test15.tmp1 > mcat-test15.out1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dpgtsrmmu.h125 #define WINDOW_FLUSH(tmp1, tmp2) \
126 mov 0, tmp1; \
129 add tmp1, 1, tmp1; \
132 99: subcc tmp1, 1, tmp1; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dtraps.c445 long error, tmp1, tmp2, tmp3, tmp4; local
471 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
475 una_reg(reg) = tmp1|tmp2;
491 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
495 una_reg(reg) = (int)(tmp1|tmp2);
511 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
515 una_reg(reg) = tmp1|tmp2;
544 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2),
574 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2),
604 : "=r"(error), "=&r"(tmp1), "
764 unsigned long tmp1, tmp2, tmp3, tmp4; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfaandct.c72 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
81 tmp1= data[1 + i] + data[6 + i];
90 tmp11= tmp1 + tmp2;
91 tmp12= tmp1 - tmp2;
127 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
141 tmp1= temp[8*1 + i] + temp[8*6 + i];
150 tmp11= tmp1 + tmp2;
151 tmp12= tmp1 - tmp2;
187 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
198 tmp1
[all...]
H A Djfdctint.c185 int_fast32_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
200 tmp1 = dataptr[1] + dataptr[6];
213 tmp11 = tmp1 + tmp2;
214 tmp12 = tmp1 - tmp2;
264 int_fast32_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
282 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
295 tmp11 = tmp1 + tmp2;
296 tmp12 = tmp1 - tmp2;
351 int_fast32_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
368 tmp1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ms/
H A Dtestpem.bat3 set tmp1=pem.out variable
31 del %tmp1%
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtestpem.bat3 set tmp1=pem.out variable
31 del %tmp1%
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/asm/
H A Ddes-586.pl142 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
145 &xor( $tmp1, $tmp1);
152 &movb( &LB($tmp1), &LB($u) );
155 &xor( $L, &DWP(" ",$trans,$tmp1,0));
156 &movb( &LB($tmp1), &LB($t) );
160 &xor( $L, &DWP("0x100",$trans,$tmp1,0));
161 &movb( &LB($tmp1), &HB($u) );
167 &xor( $L, &DWP("0x600",$trans,$tmp1,0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/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)=@_;
145 &xor( $tmp1, $tmp1);
152 &movb( &LB($tmp1), &LB($u) );
155 &xor( $L, &DWP(" ",$trans,$tmp1,0));
156 &movb( &LB($tmp1), &LB($t) );
160 &xor( $L, &DWP("0x100",$trans,$tmp1,0));
161 &movb( &LB($tmp1), &HB($u) );
167 &xor( $L, &DWP("0x600",$trans,$tmp1,0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dkexec.h42 unsigned long tmp1, tmp2; local
88 : "=&r" (tmp1), "=&r" (tmp2)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-aaec2000/
H A Dentry-macro.S21 .macro arch_ret_to_user, tmp1, tmp2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-davinci/
H A Dentry-macro.S21 .macro arch_ret_to_user, tmp1, tmp2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-ixp23xx/
H A Dentry-macro.S11 .macro arch_ret_to_user, tmp1, tmp2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-l7200/
H A Dentry-macro.S20 .macro arch_ret_to_user, tmp1, tmp2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-netx/
H A Dentry-macro.S29 .macro arch_ret_to_user, tmp1, tmp2
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c118 char tmp1[16], tmp1c[16], tmp1p[16]; local
121 gcry_randomize (tmp1, sizeof tmp1, GCRY_STRONG_RANDOM);
123 print_hex ("initial random: ", tmp1, sizeof tmp1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl63 ld1 tmp1=[tmp3],2 };;
66 dep tmp1=tmp0,tmp1,8,8 };;
69 dep $X[$i&0xf]=tmp1,$X[$i&0xf],16,16 };;
87 { .mmi; andcm tmp1=$d,$b
89 { .mmi; or tmp0=tmp0,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
91 extr.u tmp1=$a,27,5 };; // a>>27
94 { .mib; or tmp1=tmp1,tmp5 // ROTATE(a,5)
96 { .mii; add $f=$f,tmp1 //
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha1-ia64.pl63 ld1 tmp1=[tmp3],2 };;
66 dep tmp1=tmp0,tmp1,8,8 };;
69 dep $X[$i&0xf]=tmp1,$X[$i&0xf],16,16 };;
87 { .mmi; andcm tmp1=$d,$b
89 { .mmi; or tmp0=tmp0,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
91 extr.u tmp1=$a,27,5 };; // a>>27
94 { .mib; or tmp1=tmp1,tmp5 // ROTATE(a,5)
96 { .mii; add $f=$f,tmp1 //
[all...]

Completed in 331 milliseconds

12345678