/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + in micro_tile_8_x_4_8bit() local 61 memcpy(dst2, src2, columns * sizeof(uint8_t)); in micro_tile_8_x_4_8bit() 62 dst2 += tile_width; in micro_tile_8_x_4_8bit() 85 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_4_x_4_16bit() local 92 memcpy(dst2, src2, columns * sizeof(uint16_t)); in micro_tile_4_x_4_16bit() 93 dst2 += tile_width; in micro_tile_4_x_4_16bit() 116 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_8_x_2_16bit() local 123 memcpy(dst2, src2, columns * sizeof(uint16_t)); in micro_tile_8_x_2_16bit() 124 dst2 += tile_width; in micro_tile_8_x_2_16bit() 147 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch + in micro_tile_4_x_2_32bit() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + in micro_tile_8_x_4_8bit() local 61 memcpy(dst2, src2, columns * sizeof(uint8_t)); in micro_tile_8_x_4_8bit() 62 dst2 += tile_width; in micro_tile_8_x_4_8bit() 85 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_4_x_4_16bit() local 92 memcpy(dst2, src2, columns * sizeof(uint16_t)); in micro_tile_4_x_4_16bit() 93 dst2 += tile_width; in micro_tile_4_x_4_16bit() 116 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_8_x_2_16bit() local 123 memcpy(dst2, src2, columns * sizeof(uint16_t)); in micro_tile_8_x_2_16bit() 124 dst2 += tile_width; in micro_tile_8_x_2_16bit() 147 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch + in micro_tile_4_x_2_32bit() local [all …]
|
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 80 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst2, kMaxNumCoeffs); in TEST_P() 92 memset(dst2, 0, sizeof(*dst2) * block_size); in TEST_P() 122 ASM_REGISTER_STATE_CHECK(partial_itxfm_(test_coef_block1, dst2, size)); in TEST_P() 125 const int diff = dst1[j] - dst2[j]; in TEST_P() 159 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst2, kMaxNumCoeffs); in TEST_P() 167 memset(dst2, 0, sizeof(*dst2) * block_size); in TEST_P() 186 ASM_REGISTER_STATE_CHECK(partial_itxfm_(test_coef_block2, dst2, size)); in TEST_P() 189 const int diff = dst1[j] - dst2[j]; in TEST_P()
|
/external/webp/src/dsp/ |
D | dec_sse2.c | 201 __m128i dst0, dst1, dst2, dst3; in Transform() local 206 dst2 = _mm_loadl_epi64((__m128i*)(dst + 2 * BPS)); in Transform() 212 dst2 = _mm_cvtsi32_si128(*(int*)(dst + 2 * BPS)); in Transform() 218 dst2 = _mm_unpacklo_epi8(dst2, zero); in Transform() 223 dst2 = _mm_add_epi16(dst2, T2); in Transform() 228 dst2 = _mm_packus_epi16(dst2, dst2); in Transform() 235 _mm_storel_epi64((__m128i*)(dst + 2 * BPS), dst2); in Transform() 241 *(int*)(dst + 2 * BPS) = _mm_cvtsi128_si32(dst2); in Transform() 267 __m128i dst2 = _mm_cvtsi32_si128(*(int*)(dst + 2 * BPS)); in TransformAC3() local 272 dst2 = _mm_unpacklo_epi8(dst2, zero); in TransformAC3() [all …]
|
/external/skia/tests/ |
D | CPlusPlusEleven.cpp | 25 Moveable src2, dst2; dst2 = Move(src2); in DEF_TEST() local
|
/external/skia/src/opts/ |
D | SkTextureCompression_opts_neon.cpp | 158 uint64_t *const dst2 = dst + 2; in compress_r11eac_blocks() local 177 vst1q_u64(dst2, kTransparent); in compress_r11eac_blocks() 181 vst1q_u64(dst2, vreinterpretq_u64_u8(cmp)); in compress_r11eac_blocks() 207 vst1q_u64(dst2, d2); in compress_r11eac_blocks()
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 477 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst); in _mesa_convert_colors() local 481 dst2[i][RCOMP] = UBYTE_TO_USHORT(src1[i][RCOMP]); in _mesa_convert_colors() 482 dst2[i][GCOMP] = UBYTE_TO_USHORT(src1[i][GCOMP]); in _mesa_convert_colors() 483 dst2[i][BCOMP] = UBYTE_TO_USHORT(src1[i][BCOMP]); in _mesa_convert_colors() 484 dst2[i][ACOMP] = UBYTE_TO_USHORT(src1[i][ACOMP]); in _mesa_convert_colors() 554 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst); in _mesa_convert_colors() local 559 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][RCOMP], src4[i][RCOMP]); in _mesa_convert_colors() 560 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][GCOMP], src4[i][GCOMP]); in _mesa_convert_colors() 561 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][BCOMP], src4[i][BCOMP]); in _mesa_convert_colors() 562 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][ACOMP], src4[i][ACOMP]); in _mesa_convert_colors()
|
/external/icu/icu4c/source/i18n/ |
D | basictz.cpp | 46 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local 51 tz.getOffset(start, FALSE, raw2, dst2, status); in hasEquivalentTransitions() 56 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions() 57 || (dst1 != 0 && dst2 == 0) in hasEquivalentTransitions() 58 || (dst1 == 0 && dst2 != 0)) { in hasEquivalentTransitions() 62 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_ssse3_x86_64.asm | 41 %macro MUL_ADD_2X 6 ; dst1, dst2, src, round, coefs1, coefs2 50 %macro BUTTERFLY_4X 7 ; dst1, dst2, coef1, coef2, round, tmp1, tmp2 120 %macro DIVIDE_ROUND_2X 4 ; dst1, dst2, tmp1, tmp2
|
/external/llvm/test/CodeGen/X86/ |
D | pic.ll | 26 @dst2 = global i32 0 31 store i32* @dst2, i32** @ptr2 33 store i32 %tmp.s, i32* @dst2 41 ; LINUX: movl dst2@GOT(%eax),
|
/external/skia/samplecode/ |
D | SamplePolyToPoly.cpp | 140 const int dst2[] = { 32, 32, 64, 48 }; in onDrawContent() local 141 doDraw(canvas, &paint, src2, dst2, 2); in onDrawContent()
|
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 417 LogicVRegister dst2, in ld2() argument 420 dst2.ClearForWrite(vform); in ld2() 425 dst2.ReadUintFromMem(vform, i, addr2); in ld2() 434 LogicVRegister dst2, in ld2() argument 438 dst2.ClearForWrite(vform); in ld2() 441 dst2.ReadUintFromMem(vform, index, addr2); in ld2() 447 LogicVRegister dst2, in ld2r() argument 450 dst2.ClearForWrite(vform); in ld2r() 454 dst2.ReadUintFromMem(vform, i, addr2); in ld2r() 461 LogicVRegister dst2, in ld3() argument [all …]
|
D | macro-assembler-a64.cc | 1625 const CPURegister& dst2, const CPURegister& dst3) { in Pop() argument 1629 VIXL_ASSERT(!AreAliased(dst0, dst1, dst2, dst3)); in Pop() 1630 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3)); in Pop() 1633 int count = 1 + dst1.IsValid() + dst2.IsValid() + dst3.IsValid(); in Pop() 1637 PopHelper(count, size, dst0, dst1, dst2, dst3); in Pop() 1776 const CPURegister& dst2, in PopHelper() argument 1783 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3)); in PopHelper() 1790 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper() 1794 VIXL_ASSERT(dst2.IsNone() && dst3.IsNone()); in PopHelper() 1799 ldr(dst2, MemOperand(StackPointer(), 2 * size)); in PopHelper() [all …]
|
/external/skia/gm/ |
D | image.cpp | 89 SkRect dst1, dst2, dst3, dst4; in test_surface() local 91 dst2.set(0, 320, 65, 385); in test_surface() 96 canvas->drawImageRect(imgG, &src2, dst2, usePaint ? &paint : NULL); in test_surface()
|
D | poly2poly.cpp | 247 const int dst2[] = { 32, 32, 64, 48 }; in onDraw() local 248 doDraw(canvas, &paint, src2, dst2, 2); in onDraw()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 566 int32_t offset2, dst2; in TestHistoricalRuleBasedTimeZone() local 574 ny->getOffset(times[i], FALSE, offset2, dst2, status); in TestHistoricalRuleBasedTimeZone() 578 if (offset1 != offset2 || dst1 != dst2) { in TestHistoricalRuleBasedTimeZone() 826 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTrip() local 828 vtz_new->getOffset(startTime, FALSE, raw2, dst2, status); in TestVTimeZoneRoundTrip() 832 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTrip() 916 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTripPartial() local 918 vtz_new->getOffset(startTime, FALSE, raw2, dst2, status); in TestVTimeZoneRoundTripPartial() 922 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTripPartial() 2534 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local [all …]
|
/external/clang/test/Analysis/ |
D | taint-generic.c | 149 …char *dst2 = (char*)malloc(ts*sizeof(char)); // expected-warning {{Untrusted data is used to speci… in testTaintedBufferSize() local 150 strncat(dst2, dst, ts); // no-warning in testTaintedBufferSize()
|
D | string.c | 622 char dst2[8] = "1234"; in strncat_symbolic_src_length() local 623 …strncat(dst2, src, 4); // expected-warning{{Size argument is greater than the free space in the de… in strncat_symbolic_src_length() 631 char dst2[8] = "1234"; in strncat_unknown_src_length() local 632 …strncat(dst2, &src[offset], 4); // expected-warning{{Size argument is greater than the free space … in strncat_unknown_src_length()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | temporal_filter.c | 243 unsigned char *dst1, *dst2; in vp8_temporal_filter_iterate_c() local 386 dst2 = cpi->alt_ref_buffer.v_buffer; in vp8_temporal_filter_iterate_c() 405 dst2[byte] = (unsigned char)pval; in vp8_temporal_filter_iterate_c()
|
/external/libhevc/common/x86/ |
D | ihevc_inter_pred_filters_sse42_intr.c | 309 WORD32 dst0, dst1, dst2, dst3; in ihevc_inter_pred_chroma_copy_sse42() local 322 dst2 = _mm_cvtsi128_si32(src2_16x8b); in ihevc_inter_pred_chroma_copy_sse42() 328 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; /* row =2 */ in ihevc_inter_pred_chroma_copy_sse42()
|
D | ihevc_weighted_pred_sse42_intr.c | 123 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_uni_sse42() local 337 dst2 = _mm_cvtsi128_si32(src_temp2_4x32b); in ihevc_weighted_pred_uni_sse42() 342 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; in ihevc_weighted_pred_uni_sse42() 819 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_chroma_uni_sse42() 891 dst2 = _mm_cvtsi128_si32(src_temp2_4x32b); in ihevc_weighted_pred_chroma_uni_sse42() 896 *(WORD32 *) (&pu1_dst[2*dst_strd]) = dst2; in ihevc_weighted_pred_chroma_uni_sse42() 1978 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_bi_default_sse42() local 2031 dst2 = _mm_cvtsi128_si32(src_temp5_8x16b); in ihevc_weighted_pred_bi_default_sse42() 2036 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; in ihevc_weighted_pred_bi_default_sse42()
|
D | ihevc_weighted_pred_ssse3_intr.c | 259 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_uni_ssse3() local 327 dst2 = _mm_cvtsi128_si32(res_temp2_4x32b); in ihevc_weighted_pred_uni_ssse3() 332 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; in ihevc_weighted_pred_uni_ssse3() 1492 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_bi_default_ssse3() local 1545 dst2 = _mm_cvtsi128_si32(src_temp5_8x16b); in ihevc_weighted_pred_bi_default_ssse3() 1550 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; in ihevc_weighted_pred_bi_default_ssse3() 1891 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_chroma_bi_default_ssse3() local 1943 dst2 = _mm_cvtsi128_si32(src_temp5_8x16b); in ihevc_weighted_pred_chroma_bi_default_ssse3() 1948 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; in ihevc_weighted_pred_chroma_bi_default_ssse3()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 207 uint8_t *dst1, *dst2; in temporal_filter_iterate_c() local 322 dst2 = cpi->alt_ref_buffer.v_buffer; in temporal_filter_iterate_c() 339 dst2[byte] = (uint8_t)pval; in temporal_filter_iterate_c()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_ssse3_x86_64.asm | 64 %macro MUL_ADD_2X 6 ; dst1, dst2, src, round, coefs1, coefs2 73 %macro BUTTERFLY_4X 7 ; dst1, dst2, coef1, coef2, round, tmp1, tmp2
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1778 NVPTXInst<(outs regclass:$dst, regclass:$dst2), (ins i32imm:$b), 1780 "\t{{$dst, $dst2}}, [retval0+$b];"), []>; 1783 NVPTXInst<(outs regclass:$dst, regclass:$dst2, regclass:$dst3, 1787 "\t{{$dst, $dst2, $dst3, $dst4}}, [retval0+$b];"), []>; 2155 def _v2_avar : NVPTXInst<(outs regclass:$dst1, regclass:$dst2), 2159 "$fromWidth \t{{$dst1, $dst2}}, [$addr];"), []>; 2160 def _v2_areg : NVPTXInst<(outs regclass:$dst1, regclass:$dst2), 2164 "$fromWidth \t{{$dst1, $dst2}}, [$addr];"), []>; 2165 def _v2_areg_64 : NVPTXInst<(outs regclass:$dst1, regclass:$dst2), 2169 "$fromWidth \t{{$dst1, $dst2}}, [$addr];"), []>; [all …]
|