HomeSort by relevance Sort by last modified time
    Searched defs:tmp3 (Results 76 - 100 of 156) sorted by null

1 2 34 5 6 7

  /external/openssl/crypto/srp/
srp_lib.c 261 BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL , *k = NULL, *K = NULL; local
270 (tmp3 = BN_new())== NULL ||
283 if (!BN_mod_mul(tmp3,u,x,N,bn_ctx))
285 if (!BN_mod_add(tmp2,a,tmp3,N,bn_ctx))
294 BN_clear_free(tmp3);
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jfdctfst.c 117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
134 tmp3 = dataptr[3] + dataptr[4];
139 tmp10 = tmp0 + tmp3; /* phase 2 */
140 tmp13 = tmp0 - tmp3;
184 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
189 tmp10 = tmp0 + tmp3; /* phase 2 */
190 tmp13 = tmp0 - tmp3;
fpdfapi_jfdctint.c 143 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
162 tmp3 = dataptr[3] + dataptr[4];
169 tmp10 = tmp0 + tmp3;
170 tmp13 = tmp0 - tmp3;
227 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
234 tmp10 = tmp0 + tmp3;
235 tmp13 = tmp0 - tmp3;
fpdfapi_jidctfst.c 173 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
228 tmp3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
233 tmp13 = tmp1 + tmp3; /* phases 5-3 */
234 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
237 tmp3 = tmp10 - tmp13;
270 wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4);
271 wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4);
324 tmp3 = tmp10 - tmp13;
360 outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3)
362 outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BITS+3)
    [all...]
fpdfapi_jidctint.c 153 INT32 tmp0, tmp1, tmp2, tmp3; local
212 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
220 tmp10 = tmp0 + tmp3;
221 tmp13 = tmp0 - tmp3;
232 tmp3 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
234 z1 = tmp0 + tmp3;
237 z4 = tmp1 + tmp3;
243 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
255 tmp3 += z1 + z4;
    [all...]
  /external/qemu/distrib/jpeg-6b/
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
133 tmp3 = dataptr[3] + dataptr[4];
138 tmp10 = tmp0 + tmp3; /* phase 2 */
139 tmp13 = tmp0 - tmp3;
183 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
188 tmp10 = tmp0 + tmp3; /* phase 2 */
189 tmp13 = tmp0 - tmp3;
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
161 tmp3 = dataptr[3] + dataptr[4];
168 tmp10 = tmp0 + tmp3;
169 tmp13 = tmp0 - tmp3;
226 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
233 tmp10 = tmp0 + tmp3;
234 tmp13 = tmp0 - tmp3;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
227 tmp3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
232 tmp13 = tmp1 + tmp3; /* phases 5-3 */
233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
236 tmp3 = tmp10 - tmp13;
269 wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4);
270 wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4);
323 tmp3 = tmp10 - tmp13;
359 outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3)
361 outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BITS+3
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
231 tmp3 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
233 z1 = tmp0 + tmp3;
236 z4 = tmp1 + tmp3;
242 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
254 tmp3 += z1 + z4
    [all...]
  /external/srtp/crypto/cipher/
aes.c 1714 uint32_t tmp0, tmp1, tmp2, tmp3; local
1749 uint32_t tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad.cpp 321 Int tmp, tmp2, tmp3, mask = 0xFF; local
330 tmp3 = kk[1];
332 tmp2 = (UInt)tmp3 >> 24;
335 tmp2 = (tmp3 >> 16) & mask;
338 tmp2 = (tmp3 >> 8) & mask;
341 tmp2 = tmp3 & mask;
343 tmp3 = *kk;
346 tmp2 = (UInt)tmp3 >> 24;
349 tmp2 = (tmp3 >> 16) & mask;
352 tmp2 = (tmp3 >> 8) & mask
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 157 int32 tmp3; local
207 tmp3 = vec[ 3] + vec[12];
211 tmp1 = (tmp3 + tmp4);
212 tmp4 = fxp_mul32_Q32((tmp3 - tmp4) << 2, Qfmt_31(0.64072886193538F));
219 tmp3 = fxp_mul32_Q32((itmp_e1 - itmp_e2) << 1, Qfmt_31(0.65328148243819F));
224 tmp0 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
225 vec[ 4] = tmp1 + tmp3 + tmp0;
233 tmp3 = fxp_mul32_Q32((tmp6 - tmp5) << 2, Qfmt_31(0.65328148243819F));
238 tmp7 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
240 tmp1 += tmp3 + tmp7
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 59 tmp3 RN 9 label
141 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x0
143 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
180 LDRB tmp3, [ptrA, width]
183 PKHBT tmp5, tmp1, tmp3, LSL #16
192 PKHBT tmp7, tmp3, tmp1, LSL #16
234 MLA tmp3, tmp1, width, tmp2
235 ADD ptrA, ref, tmp3
251 LDRB tmp3, [ptrA, width
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 56 tmp3 RN 8 label
117 ADD tmp3, chrPW, #1 ;// tmp3 = chromaPartWidth+1
120 STMIA sp,{width,height,tmp1,tmp2,tmp3}
127 STMIA sp,{width,height,tmp1,tmp2,tmp3}
145 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x0
148 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
181 LDRB tmp3, [ptrA, width]
184 PKHBT tmp1, tmp1, tmp3, LSL #16 ;// |t3|t1
    [all...]
h264bsd_interpolate_chroma_ver.s 57 tmp3 RN 9 label
139 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x0
141 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
177 LDRB tmp3, [ptrA,width, LSL #1] ;// 3 row, 1 col
185 PKHBT tmp2, tmp2, tmp3, LSL #16 ;// |C|B|
228 MLA tmp3, tmp1, width, tmp2
229 ADD ptrA, ref, tmp3
244 LDRB tmp3, [ptrA,width, LSL #1] ;// 3 row, 1 col
252 PKHBT tmp2, tmp2, tmp3, LSL #16 ;// |C|B
    [all...]
h264bsd_interpolate_hor_ver_quarter.s 55 tmp3 RN 6 label
317 LDR tmp3, [ref], width ;// |g4|g3|g2|g1|
323 UXTB16 tmpa, tmp3 ;// |g3|g1|
338 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2|
368 ;// tmp3 = |c4|c3|c2|c1|
377 UXTB16 tmpb, tmp3 ;// |c3|c1|
394 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2|
416 ;// tmp3 = |a4|a3|a2|a1|
430 UXTAB16 tmpa, tmpa, tmp3 ;// 16+20(G+M)+A
446 UXTAB16 tmpa, tmpa, tmp3, ROR #8 ;// 16+20(G+M)+
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
25 "lb %[tmp3], 2(%[left]) \n\t"
42 "replv.qb %[tmp3], %[tmp3] \n\t"
69 "sw %[tmp3], (%[dst]) \n\t"
70 "sw %[tmp3], 4(%[dst]) \n\t"
71 "sw %[tmp3], 8(%[dst]) \n\t"
72 "sw %[tmp3], 12(%[dst]) \n\t"
153 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
    [all...]
vp9_intrapred8_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
24 "lb %[tmp3], 2(%[left]) \n\t"
33 "replv.qb %[tmp3], %[tmp3] \n\t"
46 "sw %[tmp3], (%[dst]) \n\t"
47 "sw %[tmp3], 4(%[dst]) \n\t"
65 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4),
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 315 StringBuilder tmp3 = new StringBuilder(tmp2.length() + nonce.length() + cnonce.length() + 2); local
316 tmp3.append(tmp2);
317 tmp3.append(':');
318 tmp3.append(nonce);
319 tmp3.append(':');
320 tmp3.append(cnonce);
321 a1 = tmp3.toString();
  /external/chromium_org/third_party/libwebp/dsp/
yuv_sse2.c 120 const __m128i tmp3 = _mm_packus_epi16(tmp2, tmp2); local
122 _mm_storel_epi64((__m128i*)bgr, tmp3);
155 const __m128i tmp3 = _mm_packus_epi16(tmp2_1, tmp2_1); local
156 _mm_storel_epi64((__m128i*)dst, tmp3);
236 const __m128i tmp3 = _mm_packus_epi16(tmp2_1, tmp2_1); local
237 _mm_storel_epi64((__m128i*)dst, tmp3);
260 const __m128i tmp3 = _mm_packus_epi16(tmp2_1, tmp2_1); local
261 _mm_storel_epi64((__m128i*)dst, tmp3);
  /external/chromium_org/third_party/skia/samplecode/
SampleRegion.cpp 281 SkRegion tmp3; local
282 SkDEBUGCODE(size2 = ) tmp3.readFromMemory(buffer, 1000);
285 SkASSERT(tmp3 == tmp);
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 603 Scalar tmp3 = b.value() * b.value(); local
604 Scalar tmp4 = tmp3/(tmp2+tmp3);
607 ret.derivatives() = (a.derivatives() * b.value() - a.value() * b.derivatives()) * (tmp2+tmp3);
  /external/eigen/unsupported/test/
levenberg_marquardt.cpp 28 double tmp1, tmp2, tmp3; local
36 tmp3 = (i>=8)? tmp2 : tmp1;
37 fvec[i] = y[i] - (x[0] + tmp1/(x[1]*tmp2 + x[2]*tmp3));
44 double tmp1, tmp2, tmp3, tmp4; local
49 tmp3 = (i>=8)? tmp2 : tmp1;
50 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4;
53 fjac(i,2) = tmp1*tmp3/tmp4;
141 double tmp1,tmp2,tmp3; local
151 tmp3 = tmp1;
153 if (i >= 8) tmp3 = tmp2
    [all...]
  /external/qemu/util/
cutils.c 210 VECTYPE tmp3 = p[i + 6] | p[i + 7]; local
212 VECTYPE tmp23 = tmp2 | tmp3;
  /external/skia/samplecode/
SampleRegion.cpp 281 SkRegion tmp3; local
282 SkDEBUGCODE(size2 = ) tmp3.readFromMemory(buffer, 1000);
285 SkASSERT(tmp3 == tmp);

Completed in 732 milliseconds

1 2 34 5 6 7