HomeSort by relevance Sort by last modified time
    Searched defs:tmp2 (Results 251 - 275 of 388) sorted by null

<<111213141516

  /external/opencv/cvaux/src/
cvlevmarprojbandle.cpp 173 double tmp2 = -piX[1]*tmp3; local
186 cvmSet(derivProj,currVisPoint*2+1,8+i,X[i]*tmp2);//y' p3i
    [all...]
  /external/openssl/ssl/
t1_enc.c 325 unsigned char tmp2[EVP_MAX_KEY_LENGTH]; local
519 key,j,tmp1,tmp2,EVP_CIPHER_key_length(c)))
573 OPENSSL_cleanse(tmp2,sizeof(tmp1));
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1.c 316 OPJ_UINT32 tmp2 = (f & T1_REFINE) ? T1_CTXNO_MAG + 2 : tmp1; local
317 return (tmp2);
    [all...]
  /external/pixman/pixman/
pixman-vmx.c 151 tmp2 = (typeof(tmp2))vec_ld (15, source); \
154 vec_perm (tmp1, tmp2, source ## _mask); \
161 tmp2 = (typeof(tmp2))vec_ld (15, source); \
164 vec_perm (tmp1, tmp2, source ## _mask); \
169 tmp2 = (typeof(tmp2))vec_ld (15, mask); \
171 vec_perm (tmp1, tmp2, mask ## _mask);
192 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges local
231 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
287 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
325 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
380 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
416 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
469 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
506 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
560 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
597 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
650 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
688 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
742 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
782 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
841 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
881 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
940 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
980 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1039 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1075 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1131 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1171 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1215 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1258 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1300 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1343 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1387 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1431 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1482 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1530 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
1578 vector unsigned char tmp1, tmp2, tmp3, tmp4, edges, local
    [all...]
  /external/svox/pico/lib/
picosig.c 383 picoos_int32 f_data, mlt, *t1, *tmp1, *tmp2; local
492 tmp2 = sig_subObj->sig_inner.CepBuff[0]; /*assign oldest*/
500 sig_subObj->sig_inner.wcep_pI[i] = (picoos_int32) tmp2[i];
617 tmp2
619 FAST_DEVICE(cnt,*(tmp1++)=*(tmp2++);)
    [all...]
picosig2.c 590 picoos_int32 *tmp1, *tmp2; local
646 tmp2 = &(ang[0]);
648 FAST_DEVICE(VOXBND_M1,*(tmp1++)+=*(tmp2)-PICODSP_FIX_SCALE2;*(tmp2)=(*tmp2>=0)?(*tmp2)>>PICODSP_SHIFT_FACT4:-((-(*tmp2))>>PICODSP_SHIFT_FACT4);tmp2++);
649 *tmp2 = (*tmp2 >= 0) ? (*tmp2) >> PICODSP_SHIFT_FACT4 : -((-(*tmp2)
3970 picoos_int32 *tmp, *tmp2; \/*for loop unrolling*\/ local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 333 i32 tmp1, tmp2; local
337 tmp2 = mb1->totalCoeff[ind2];
343 if (tmp1 || tmp2)
368 i32 tmp1, tmp2, tmp3, tmp4; local
371 tmp2 = mb1->mv[ind2].hor;
375 if ( (ABS(tmp1 - tmp2) >= 4) || (ABS(tmp3 - tmp4) >= 4) ||
427 u32 tmp1, tmp2, tmp3, tmp4; local
430 tmp2 = mb2->totalCoeff[10];
433 if (tmp1 || tmp2)
444 tmp2 = mb2->totalCoeff[14]
494 u32 tmp1, tmp2, tmp3, tmp4; local
1891 u32 tmp1, tmp2, isIntraMb; local
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 277 int tmp2 = (256 * this.sectorsPerCluster) + this.fatCount; local
280 tmp2 /= 2;
282 final int result = (int) ((tmp1 + (tmp2 - 1)) / tmp2);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestGetSet.java 269 byte tmp2[] = new byte[gCount];
272 verify(tmp, tmp2, out1DAlloc, "Data mismatch char: ", 1);
274 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char: ", 1);
277 verify(tmp, tmp2, out2DAlloc, "Data mismatch char: ", 1);
279 verify(tmp, tmp2, out2DAlloc, "Data mismatch relaxed char: ", 1);
282 verify(tmp, tmp2, out3DAlloc, "Data mismatch char: ", 1);
284 verify(tmp, tmp2, out3DAlloc, "Data mismatch relaxed char: ", 1);
290 byte tmp2[] = new byte[gCount];
292 verify(tmp, tmp2, out1DAlloc, "Data mismatch char2: ", 2);
294 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char2: ", 2)
435 short tmp2[] = new short[gCount]; local
455 short tmp2[] = new short[gCount]; local
475 short tmp2[] = new short[gCount]; local
495 short tmp2[] = new short[gCount]; local
515 short tmp2[] = new short[gCount]; local
535 short tmp2[] = new short[gCount]; local
555 short tmp2[] = new short[gCount]; local
575 short tmp2[] = new short[gCount]; local
598 int tmp2[] = new int[gCount]; local
618 int tmp2[] = new int[gCount]; local
638 int tmp2[] = new int[gCount]; local
658 int tmp2[] = new int[gCount]; local
678 int tmp2[] = new int[gCount]; local
698 int tmp2[] = new int[gCount]; local
718 int tmp2[] = new int[gCount]; local
738 int tmp2[] = new int[gCount]; local
761 long tmp2[] = new long[gCount]; local
781 long tmp2[] = new long[gCount]; local
801 long tmp2[] = new long[gCount]; local
821 long tmp2[] = new long[gCount]; local
841 long tmp2[] = new long[gCount]; local
861 long tmp2[] = new long[gCount]; local
881 long tmp2[] = new long[gCount]; local
901 long tmp2[] = new long[gCount]; local
924 float tmp2[] = new float[gCount]; local
944 float tmp2[] = new float[gCount]; local
964 float tmp2[] = new float[gCount]; local
984 float tmp2[] = new float[gCount]; local
1005 double tmp2[] = new double[gCount]; local
1025 double tmp2[] = new double[gCount]; local
1045 double tmp2[] = new double[gCount]; local
1065 double tmp2[] = new double[gCount]; local
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 799 FIXP_DBL tmp0,tmp1,tmp2,tmp3; local
807 tmp2 = ((FIXP_DBL)(count[j]*h_con->noQmfBands)) << (DFRACT_BITS-1-14-1);
808 tmp2 = CalcLdData(tmp2); /* scaled by 1/64 */
811 nrgLeft = ((tmp0-tmp2)>>1) + (tmp3 - tmp1);
    [all...]
  /external/chromium_org/media/formats/webm/
webm_parser.cc 586 } tmp2; local
587 tmp2.src = static_cast<int32>(tmp);
588 value = tmp2.dst;
593 } tmp2; local
594 tmp2.src = tmp;
595 value = tmp2.dst;
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp 1119 UnicodeString tmp1, tmp2; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 341 FileMetaData* tmp2; local
371 tmp2 = files[index];
372 if (ucmp->Compare(user_key, tmp2->smallest.user_key()) < 0) {
373 // All of "tmp2" is past any data for user_key
377 files = &tmp2;
    [all...]
  /external/chromium_org/third_party/libxml/src/
encoding.c 578 unsigned short tmp1, tmp2; local
645 tmp2 = 0xDC00 | (c & 0x03FF);
647 *tmp = (unsigned char) tmp2;
648 *(tmp + 1) = tmp2 >> 8;
820 unsigned short tmp1, tmp2; local
881 tmp2 = 0xDC00 | (c & 0x03FF);
883 *tmp = tmp2 >> 8;
884 *(tmp + 1) = (unsigned char) tmp2;
    [all...]
xinclude.c 912 xmlNodePtr tmp, tmp2; local
949 tmp2 = xmlDocCopyNode(listParent, target, 2);
950 xmlAddChild(tmp2, list);
951 list = tmp2;
    [all...]
xpointer.c 273 xmlNodePtr tmp2; local
283 tmp2 = range->user;
285 range->user2 = tmp2;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 454 LLVMValueRef tmp0, tmp1, tmp2; local
472 tmp2 = emit_data->args[2];
474 tmp1, tmp2);
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
bands.c 606 celt_norm tmp1, tmp2; local
608 tmp2 = MULT16_16_Q15(QCONST16(.70710678f,15), X[stride*(2*j+1)+i]);
609 X[stride*2*j+i] = tmp1 + tmp2;
610 X[stride*(2*j+1)+i] = tmp1 - tmp2;
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkXfermode_opts_SSE2.cpp 262 __m128i tmp2 = _mm_mullo_epi16(dc, isa); local
263 __m128i tmp = _mm_add_epi32(tmp1, tmp2);
365 __m128i tmp2 = _mm_mullo_epi16(sc, ida); local
367 __m128i rc2 = _mm_add_epi32(tmp1, tmp2);
379 __m128i rc3 = _mm_add_epi32(tmp4, tmp2);
413 __m128i tmp2 = _mm_mullo_epi16(sc, ida); local
415 __m128i rc1 = _mm_add_epi32(tmp1, tmp2);
434 __m128i rc3 = _mm_add_epi32(tmp5, tmp2);
470 __m128i tmp2 = Multiply32_SSE2(_mm_sub_epi32(da, dc), local
472 tmp2 = _mm_slli_epi32(tmp2, 1)
507 __m128i tmp1, tmp2, tmp3; local
586 __m128i tmp2 = _mm_mullo_epi16(dc, sa); local
615 __m128i tmp2 = _mm_mullo_epi16(_mm_set1_epi32(255), dc); \/\/ 255 * dc local
    [all...]
SkXfermode_opts_arm_neon.cpp 530 uint16x8_t sd, ds, cmp, tmp, tmp2; local
545 tmp2 = tmp;
549 tmp2 -= SkDiv255Round_neon8_16_16(sd);
552 tmp = vbslq_u16(cmp, tmp, tmp2);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 81 int32_t tmp1, tmp2, tmp3, tmp4; local
104 "lh %[tmp2], 0(%[hann]) \n\t"
108 "mul %[tmp1], %[tmp1], %[tmp2] \n\t"
127 "lh %[tmp2], 0(%[hann]) \n\t"
131 "mul %[tmp1], %[tmp1], %[tmp2] \n\t"
150 [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3),
170 "lh %[tmp2], 2(%[pfrfi]) \n\t"
173 "subu %[tmp2], $zero, %[tmp2] \n\t
208 int32_t tmp1, tmp2, tmp3, tmp4, tmp_re, tmp_im; local
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 284 char tmp[80], tmp2[80], fname[80]; local
313 if (fscanf(f, "%s %s", tmp2, tmp) != 2)
    [all...]
  /external/fio/
backend.c 1097 char tmp[256], tmp2[128]; local
1141 sprintf(tmp2, "[%s]", td->o.ioscheduler);
1142 if (!strstr(tmp, tmp2)) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 1119 UnicodeString tmp1, tmp2; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 118 int[] tmp2 = tmp1[middle]; local
120 if(c < tmp2[0])
124 else if(c > tmp2[1])
130 dfa_state = tmp2[2];
    [all...]

Completed in 2768 milliseconds

<<111213141516