Home
last modified time | relevance | path

Searched defs:tmp2 (Results 1 – 25 of 229) sorted by relevance

12345678910

/external/compiler-rt/test/tsan/
Dsimple_stack2.cc12 int tmp2 = tmp; in bar1() local
19 int tmp2 = tmp; in foo2() local
25 int tmp2 = tmp; in bar2() local
/external/aac/libFDK/include/arm/
Dcplx_mul.h110 LONG tmp1,tmp2; in cplxMultDiv2() local
135 LONG tmp1, tmp2; in cplxMultDiv2() local
159 LONG tmp1, tmp2; in cplxMultAddDiv2() local
184 LONG tmp1, tmp2; in cplxMultDiv2() local
/external/opencv3/3rdparty/libjpeg/
Djfdctint.c160 INT32 tmp0, tmp1, tmp2, tmp3; variable
330 INT32 tmp0, tmp1, tmp2, tmp3; in jpeg_fdct_7x7() local
465 INT32 tmp0, tmp1, tmp2; in jpeg_fdct_6x6() local
578 INT32 tmp0, tmp1, tmp2; in jpeg_fdct_5x5() local
781 INT32 tmp0, tmp1, tmp2; in jpeg_fdct_3x3() local
866 INT32 tmp0, tmp1, tmp2, tmp3; in jpeg_fdct_2x2() local
928 INT32 tmp0, tmp1, tmp2, tmp3, tmp4; in jpeg_fdct_9x9() local
1078 INT32 tmp0, tmp1, tmp2, tmp3, tmp4; in jpeg_fdct_10x10() local
1241 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; in jpeg_fdct_11x11() local
1424 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; in jpeg_fdct_12x12() local
[all …]
Djidctint.c175 INT32 tmp0, tmp1, tmp2, tmp3; variable
432 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; in jpeg_idct_7x7() local
581 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; in jpeg_idct_6x6() local
817 INT32 tmp0, tmp2, tmp10, tmp12; in jpeg_idct_4x4() local
922 INT32 tmp0, tmp2, tmp10, tmp12; in jpeg_idct_3x3() local
1011 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; in jpeg_idct_2x2() local
1093 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; in jpeg_idct_9x9() local
2565 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; in jpeg_idct_16x16() local
2826 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; in jpeg_idct_16x8() local
3629 INT32 tmp0, tmp1, tmp2, tmp3; in jpeg_idct_8x4() local
[all …]
/external/fsck_msdos/
Dboot.c197 char tmp2[16]; local
206 char tmp2[16]; local
/external/aac/libFDK/src/arm/
Dscale_arm.cpp118 FIXP_DBL tmp2 = mySpec[2]; in scaleValuesWithFactor() local
148 FIXP_DBL tmp2 = mySpec[2]; in scaleValuesWithFactor() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c69 __m128i coeffs, coeffs_sign, tmp1, tmp2; in vpx_highbd_quantize_b_sse2() local
89 const int64_t tmp2 = ((tmp1 * quant_ptr[k != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_sse2() local
168 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_32x32_sse2() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model_mips.c36 int32_t tmp2, tmp3; in WebRtcIsacfix_CalculateResidualEnergyMIPS() local
119 int32_t tmp2, tmp3; in WebRtcIsacfix_CalculateResidualEnergyMIPS() local
Dpitch_estimator_mips.c34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in WebRtcIsacfix_PCorr2Q32() local
105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in WebRtcIsacfix_PCorr2Q32() local
Dfilterbanks_neon.c45 int16x4_t tmp1, tmp2; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local
Dfilterbanks.c223 int32_t tmp1, tmp2, tmp3; in WebRtcIsacfix_SplitAndFilter1() local
282 int32_t tmp1, tmp2, tmp3; in WebRtcIsacfix_SplitAndFilter2() local
/external/apache-http/src/org/apache/http/impl/auth/
DDigestScheme.java319 String tmp2=encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset))); in createDigest() local
345 … StringBuilder tmp2 = new StringBuilder(md5a1.length() + nonce.length() + md5a2.length()); in createDigest() local
356 StringBuilder tmp2 = new StringBuilder(md5a1.length() + nonce.length() in createDigest() local
/external/skia/src/opts/
DSkBitmapProcState_filter_neon.h30 uint16x8_t tmp1, tmp2; in Filter_32_opaque_neon() local
65 uint16x8_t tmp1, tmp2; in Filter_32_alpha_neon() local
/external/clang/test/CodeGen/
Dvla-3.c9 char tmp2[size+16]; in vlaalign() local
/external/webrtc/webrtc/common_audio/signal_processing/
Dcomplex_fft_mips.c31 int32_t tmp2 = 0; in WebRtcSpl_ComplexFFT() local
156 int32_t tmp1 = 0, tmp2 = 0, tmp3 = 0, tmp4 = 0; in WebRtcSpl_ComplexIFFT() local
Dspl_sqrt_floor_mips.c51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; in WebRtcSpl_SqrtFloor() local
Dresample_by_2.c72 int32_t tmp1, tmp2, diff, in32, out32; in WebRtcSpl_DownsampleBy2() local
130 int32_t tmp1, tmp2, diff, in32, out32; in WebRtcSpl_UpsampleBy2() local
Dresample.c317 int32_t tmp2 = 16384; in WebRtcSpl_DotProdIntToInt() local
363 int32_t tmp2 = 16384; in WebRtcSpl_DotProdIntToShort() local
Dcomplex_bit_reverse_mips.c67 int32_t tmp1, tmp2, tmp3, tmp4; in WebRtcSpl_ComplexBitReverse() local
/external/ipsec-tools/src/racoon/
Disakmp_unity.c274 char tmp2[40]; local
363 char tmp2[40]; local
/external/eigen/unsupported/test/
DNumericalDiff.cpp39 double tmp1, tmp2, tmp3; in operator ()() local
55 double tmp1, tmp2, tmp3, tmp4; in actual_df() local
/external/libopus/silk/float/
Dwarped_autocorrelation_FLP.c44 double tmp1, tmp2; in silk_warped_autocorrelation_FLP() local
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_interpolate_noloop_gnu.s51 tmp2 .req r9 label
DARM-E_filter_gnu.s51 tmp2 .req r10 label
/external/aac/libAACdec/src/arm/
Dblock_arm.cpp120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; in CBlock_ScaleSpectralData_func1() local

12345678910