/external/libiio/src/ |
D | sort.c | 41 const struct iio_channel *tmp2 = *(struct iio_channel **)p2; in iio_channel_compare() local 65 const struct iio_channel_attr *tmp2 = (struct iio_channel_attr *)p2; in iio_channel_attr_compare() local 73 const struct iio_device *tmp2 = *(struct iio_device **)p2; in iio_device_compare() local 81 const char *tmp2 = *(const char **)p2; in iio_device_attr_compare() local 89 const char *tmp2 = *(const char **)p2; in iio_buffer_attr_compare() local
|
/external/compiler-rt/test/tsan/ |
D | simple_stack2.cc | 12 int tmp2 = tmp; in bar1() local 19 int tmp2 = tmp; in foo2() local 25 int tmp2 = tmp; in bar2() local
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image.cpp | 320 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal() local 349 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal() local 381 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal() local 418 uint32_t tmp2 = JBIG2_GETDWORD(dp); in ComposeToInternal() local 444 uint32_t tmp2 = JBIG2_GETDWORD(dp); in ComposeToInternal() local 472 uint32_t tmp2 = JBIG2_GETDWORD(dp); in ComposeToInternal() local 505 uint32_t tmp2 = JBIG2_GETDWORD(dp); in ComposeToInternal() local 530 uint32_t tmp2 = JBIG2_GETDWORD(dp); in ComposeToInternal() local 555 uint32_t tmp2 = JBIG2_GETDWORD(dp); in ComposeToInternal() local 590 uint32_t tmp2 = JBIG2_GETDWORD(dp); in ComposeToInternal() local [all …]
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 5371 PyObject *tmp2 = PyList_GET_ITEM(tmp, i); in obj2ast_mod() local 5408 PyObject *tmp2 = PyList_GET_ITEM(tmp, i); in obj2ast_mod() local 5457 PyObject *tmp2 = PyList_GET_ITEM(tmp, i); in obj2ast_mod() local 5536 PyObject *tmp2 = PyList_GET_ITEM(tmp, i); in obj2ast_mod() local 5733 PyObject *tmp2 = PyList_GET_ITEM(tmp, i); in obj2ast_stmt() local 5770 PyObject *tmp2 = PyList_GET_ITEM(tmp, i); in obj2ast_stmt() local 5894 PyObject *tmp2 = PyList_GET_ITEM(tmp, i); in obj2ast_stmt() local 5931 PyObject *tmp2 = PyList_GET_ITEM(tmp, i); in obj2ast_stmt() local 6038 PyObject *tmp2 = PyList_GET_ITEM(tmp, i); in obj2ast_stmt() local 6075 PyObject *tmp2 = PyList_GET_ITEM(tmp, i); in obj2ast_stmt() local [all …]
|
/external/OpenCL-CTS/test_conformance/vectors/ |
D | test_vec_align.cpp | 373 char tmp1[2048], tmp2[2048]; in test_vec_align_struct() local 426 char tmp1[2048], tmp2[2048]; in test_vec_align_packed_struct() local 482 char tmp1[2048], tmp2[2048]; in test_vec_align_struct_arr() local 514 char tmp1[2048], tmp2[2048]; in test_vec_align_packed_struct_arr() local
|
/external/aac/libFDK/src/arm/ |
D | scale_arm.cpp | 123 FIXP_DBL tmp2 = mySpec[2]; in scaleValuesWithFactor() local 149 FIXP_DBL tmp2 = mySpec[2]; in scaleValuesWithFactor() local
|
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model_mips.c | 36 int32_t tmp2, tmp3; in WebRtcIsacfix_CalculateResidualEnergyMIPS() local 119 int32_t tmp2, tmp3; in WebRtcIsacfix_CalculateResidualEnergyMIPS() local
|
D | pitch_estimator_mips.c | 34 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
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | DigestScheme.java | 319 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/ComputeLibrary/src/core/NEON/kernels/ |
D | NEMeanStdDevKernel.cpp | 63 const uint32x2_t tmp2 = vadd_u32(vget_low_u32(tmp1), vget_high_u32(tmp1)); in accumulate() local 77 const uint32x2_t tmp2 = vadd_u32(vget_low_u32(tmp1), vget_high_u32(tmp1)); in accumulate() local
|
/external/libyuv/files/source/ |
D | rotate_mmi.cc | 27 uint64_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; in TransposeWx8_MMI() local 156 uint64_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; in TransposeUVWx8_MMI() local
|
/external/clang/test/CodeGen/ |
D | vla-3.c | 9 char tmp2[size+16]; in vlaalign() local
|
/external/webrtc/common_audio/signal_processing/ |
D | complex_fft_mips.c | 31 int32_t tmp2 = 0; in WebRtcSpl_ComplexFFT() local 156 int32_t tmp1 = 0, tmp2 = 0, tmp3 = 0, tmp4 = 0; in WebRtcSpl_ComplexIFFT() local
|
D | resample_by_2.c | 72 int32_t tmp1, tmp2, diff, in32, out32; in WebRtcSpl_DownsampleBy2() local 130 int32_t tmp1, tmp2, diff, in32, out32; in WebRtcSpl_UpsampleBy2() local
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_unity.c | 274 char tmp2[40]; local 363 char tmp2[40]; local
|
/external/webrtc/common_audio/third_party/spl_sqrt_floor/ |
D | spl_sqrt_floor_mips.c | 51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; in WebRtcSpl_SqrtFloor() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 61 __m128i coeffs, coeffs_sign, tmp1, tmp2; in aom_highbd_quantize_b_sse2() local 140 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in aom_highbd_quantize_b_32x32_sse2() local 198 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in aom_highbd_quantize_b_64x64_sse2() local
|
/external/libopus/silk/fixed/ |
D | k2a_Q16_FIX.c | 42 opus_int32 rc, tmp1, tmp2; in silk_k2a_Q16() local
|
D | k2a_FIX.c | 42 opus_int32 rc, tmp1, tmp2; in silk_k2a() local
|
/external/libopus/silk/float/ |
D | k2a_FLP.c | 42 silk_float rck, tmp1, tmp2; in silk_k2a_FLP() local
|
D | LPC_inv_pred_gain_FLP.c | 45 double invGain, rc, rc_mult1, rc_mult2, tmp1, tmp2; in silk_LPC_inverse_pred_gain_FLP() local
|
/external/eigen/unsupported/test/ |
D | NumericalDiff.cpp | 39 double tmp1, tmp2, tmp3; in operator ()() local 55 double tmp1, tmp2, tmp3, tmp4; in actual_df() local
|
/external/oss-fuzz/projects/openvpn/ |
D | fuzz_misc.c | 33 char *tmp2 = get_random_string(); in LLVMFuzzerTestOneInput() local
|
/external/oss-fuzz/projects/pidgin/ |
D | pidgin_utils_fuzzer.c | 49 char *tmp2 = NULL; in LLVMFuzzerTestOneInput() local
|
/external/skia/tools/fiddle/ |
D | draw.cpp | 41 sk_sp<SkSurface> tmp2 = SkSurface::MakeFromBackendTexture( in draw() local
|