HomeSort by relevance Sort by last modified time
    Searched refs:tmp1 (Results 226 - 250 of 277) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/VEX/priv/
host_mips_isel.c 1705 HReg tmp1; local
2875 HReg tmp1 = newVRegI(env); local
2903 HReg tmp1 = newVRegI(env); local
    [all...]
host_tilegx_isel.c 999 HReg tmp1; local
1002 tmp1 = iselWordExpr_R(env, e->Iex.Unop.arg);
1005 TILEGXRH_Reg(tmp1)));
1007 addInstr(env, TILEGXInstr_Alu(GXalu_OR, tmp2, tmp2, TILEGXRH_Reg(tmp1)));
    [all...]
host_arm_isel.c 2095 HReg tmp1 = newVRegI(env); local
4325 HReg tmp1 = newVRegV(env); local
4338 HReg tmp1 = newVRegV(env); local
    [all...]
host_x86_isel.c 2756 HReg tmp1 = newVRegI(env); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 1118 UnicodeString tmp1, tmp2; local
    [all...]
  /external/libopus/celt/
bands.c 606 celt_norm tmp1, tmp2; local
607 tmp1 = MULT16_16_Q15(QCONST16(.70710678f,15), X[stride*2*j+i]);
609 X[stride*2*j+i] = tmp1 + tmp2;
610 X[stride*(2*j+1)+i] = tmp1 - tmp2;
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2247 CvSeqReader tmp0, tmp1; local
    [all...]
  /external/libxml2/
encoding.c 582 unsigned short tmp1, tmp2; local
643 tmp1 = 0xD800 | (c >> 10);
645 *tmp = (unsigned char) tmp1;
646 *(tmp + 1) = tmp1 >> 8;
824 unsigned short tmp1, tmp2; local
879 tmp1 = 0xD800 | (c >> 10);
881 *tmp = tmp1 >> 8;
882 *(tmp + 1) = (unsigned char) tmp1;
    [all...]
  /external/libavc/common/x86/
ih264_inter_pred_filters_ssse3.c 4015 WORD32 tmp1, tmp2, tmp3, tmp4; local
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 799 FIXP_DBL tmp0,tmp1,tmp2,tmp3; local
806 tmp1 = ((FIXP_DBL) (commonScale+tmpScale)) << (DFRACT_BITS-1-LD_DATA_SHIFT-1); /* scaled by 1/64 */
811 nrgLeft = ((tmp0-tmp2)>>1) + (tmp3 - tmp1);
    [all...]
  /external/libavc/common/
ih264_luma_intra_pred_filters.c 1916 WORD32 tmp1, tmpx, tmpx_init, j, i; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_unfilled.c 54 struct brw_reg f = c->reg.tmp1;
brw_clip_tri.c 118 c->reg.tmp1 = brw_vec4_grf(i, 4);
  /external/aac/libAACenc/src/
sf_estim.cpp 126 int tmp1 = psyOutChan->maxSfbPerGroup; local
129 for (sfb = 0; sfb < tmp1; sfb++) {
    [all...]
adj_thr.cpp 1715 FIXP_DBL tmp1 = CalcRedValPower( constPartGlobal-noRedPeGlobal, 4*nActiveLinesGlobal, &scale1 ); local
1781 FIXP_DBL tmp1 = CalcRedValPower( constPartNoAHGlobal-redPeNoAHGlobal, 4*nActiveLinesNoAHGlobal, &scale1 ); local
    [all...]
  /external/opencv/cvaux/src/
cvlevmarprojbandle.cpp 172 double tmp1 = -piX[0]*tmp3; local
181 cvmSet(derivProj,currVisPoint*2,8+i,X[i]*tmp1);//x' p3i
    [all...]
  /external/webp/src/enc/
picture_csp.c 384 const int tmp1 = Filter(cur_uv + off + k, next_uv + off + k, i & 1); local
386 out2[3 * i + k] = clip_fixed_t(tmp1 + W1);
    [all...]
  /external/srtp/crypto/cipher/
aes.c 1714 uint32_t tmp0, tmp1, tmp2, tmp3; local
1749 uint32_t tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 3703 Register tmp1 = input.is(r1) ? r0 : r1; local
4720 Register tmp1 = scratch0(); local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 3614 Register tmp1 = input.is(a1) ? a0 : a1; local
4677 Register tmp1 = scratch0(); local
    [all...]
  /external/svox/pico/lib/
picosig2.c 590 picoos_int32 *tmp1, *tmp2; local
645 tmp1 = &(ang[1]);
648 FAST_DEVICE(VOXBND_M1,*(tmp1++)+=*(tmp2)-PICODSP_FIX_SCALE2;*(tmp2)=(*tmp2>=0)?(*tmp2)>>PICODSP_SHIFT_FACT4:-((-(*tmp2))>>PICODSP_SHIFT_FACT4);tmp2++);
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc 2591 Register tmp1 = temps.AcquireX(); local
    [all...]
  /external/v8/src/mips64/
lithium-codegen-mips64.cc 3643 Register tmp1 = input.is(a1) ? a0 : a1; local
4713 Register tmp1 = scratch0(); local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1.c 317 OPJ_UINT32 tmp1 = (f & T1_SIG_OTH) ? T1_CTXNO_MAG + 1 : T1_CTXNO_MAG; local
318 OPJ_UINT32 tmp2 = (f & T1_REFINE) ? T1_CTXNO_MAG + 2 : tmp1;
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 2320 milliseconds

1 2 3 4 5 6 7 8 91011>>