/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_tile.c | 54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + local 61 memcpy(dst2, src2, columns * sizeof(uint8_t)); 62 dst2 += tile_width; 85 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + local 92 memcpy(dst2, src2, columns * sizeof(uint16_t)); 93 dst2 += tile_width; 116 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + local 123 memcpy(dst2, src2, columns * sizeof(uint16_t)); 124 dst2 += tile_width; 147 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch local 178 uint64_t *dst2 = (uint64_t *)dst + row * dst_pitch + local 271 uint8_t *dst2 = (uint8_t *)dst + dst_pitch * row + col; local 304 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; local 337 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; local 370 uint32_t *dst2 = (uint32_t *)dst + dst_pitch * row + col; local 403 uint64_t *dst2 = (uint64_t *)dst + dst_pitch * row + col; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tile.c | 54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + local 61 memcpy(dst2, src2, columns * sizeof(uint8_t)); 62 dst2 += tile_width; 85 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + local 92 memcpy(dst2, src2, columns * sizeof(uint16_t)); 93 dst2 += tile_width; 116 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + local 123 memcpy(dst2, src2, columns * sizeof(uint16_t)); 124 dst2 += tile_width; 147 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch local 178 uint64_t *dst2 = (uint64_t *)dst + row * dst_pitch + local 271 uint8_t *dst2 = (uint8_t *)dst + dst_pitch * row + col; local 304 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; local 337 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; local 370 uint32_t *dst2 = (uint32_t *)dst + dst_pitch * row + col; local 403 uint64_t *dst2 = (uint64_t *)dst + dst_pitch * row + col; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
partial_idct_test.cc | 80 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst2, kMaxNumCoeffs); 92 memset(dst2, 0, sizeof(*dst2) * block_size); 122 ASM_REGISTER_STATE_CHECK(partial_itxfm_(test_coef_block1, dst2, size)); 125 const int diff = dst1[j] - dst2[j]; 159 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst2, kMaxNumCoeffs); 167 memset(dst2, 0, sizeof(*dst2) * block_size); 186 ASM_REGISTER_STATE_CHECK(partial_itxfm_(test_coef_block2, dst2, size)); 189 const int diff = dst1[j] - dst2[j] [all...] |
/external/libvpx/libvpx/test/ |
partial_idct_test.cc | 77 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst2, kMaxNumCoeffs); 85 memset(dst2, 0, sizeof(*dst2) * block_size); 104 REGISTER_STATE_CHECK(partial_itxfm_(test_coef_block2, dst2, size)); 107 const int diff = dst1[j] - dst2[j];
|
/external/chromium_org/third_party/libwebp/dsp/ |
dec_sse2.c | 201 __m128i dst0, dst1, dst2, dst3; local 206 dst2 = _mm_loadl_epi64((__m128i*)(dst + 2 * BPS)); 212 dst2 = _mm_cvtsi32_si128(*(int*)(dst + 2 * BPS)); 218 dst2 = _mm_unpacklo_epi8(dst2, zero); 223 dst2 = _mm_add_epi16(dst2, T2); 228 dst2 = _mm_packus_epi16(dst2, dst2); 267 __m128i dst2 = _mm_cvtsi32_si128(*(int*)(dst + 2 * BPS)); local [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkTextureCompression_opts_neon.cpp | 158 uint64_t *const dst2 = dst + 2; local 177 vst1q_u64(dst2, kTransparent); 181 vst1q_u64(dst2, vreinterpretq_u64_u8(cmp)); 207 vst1q_u64(dst2, d2);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
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/chromium_org/third_party/skia/samplecode/ |
SamplePolyToPoly.cpp | 140 const int dst2[] = { 32, 32, 64, 48 }; local 141 doDraw(canvas, &paint, src2, dst2, 2);
|
/external/chromium_org/third_party/skia/gm/ |
image.cpp | 90 SkRect dst1, dst2, dst3, dst4; local 92 dst2.set(0, 320, 65, 385); 97 canvas->drawImageRect(imgG, &src2, dst2, usePaint ? &paint : NULL);
|
poly2poly.cpp | 250 const int dst2[] = { 32, 32, 64, 48 }; variable 251 doDraw(canvas, &paint, src2, dst2, 2);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
image.c | 477 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst); 481 dst2[i][RCOMP] = UBYTE_TO_USHORT(src1[i][RCOMP]); 482 dst2[i][GCOMP] = UBYTE_TO_USHORT(src1[i][GCOMP]); 483 dst2[i][BCOMP] = UBYTE_TO_USHORT(src1[i][BCOMP]); 484 dst2[i][ACOMP] = UBYTE_TO_USHORT(src1[i][ACOMP]); 554 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst); 559 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][RCOMP], src4[i][RCOMP]); 560 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][GCOMP], src4[i][GCOMP]); 561 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][BCOMP], src4[i][BCOMP]); 562 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][ACOMP], src4[i][ACOMP]) [all...] |
/external/mesa3d/src/mesa/main/ |
image.c | 477 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst); 481 dst2[i][RCOMP] = UBYTE_TO_USHORT(src1[i][RCOMP]); 482 dst2[i][GCOMP] = UBYTE_TO_USHORT(src1[i][GCOMP]); 483 dst2[i][BCOMP] = UBYTE_TO_USHORT(src1[i][BCOMP]); 484 dst2[i][ACOMP] = UBYTE_TO_USHORT(src1[i][ACOMP]); 554 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst); 559 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][RCOMP], src4[i][RCOMP]); 560 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][GCOMP], src4[i][GCOMP]); 561 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][BCOMP], src4[i][BCOMP]); 562 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][ACOMP], src4[i][ACOMP]) [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
basictz.cpp | 46 int32_t raw1, raw2, dst1, dst2; local 51 tz.getOffset(start, FALSE, raw2, dst2, status); 56 if ((raw1 + dst1 != raw2 + dst2) 57 || (dst1 != 0 && dst2 == 0) 58 || (dst1 == 0 && dst2 != 0)) { 62 if (raw1 != raw2 || dst1 != dst2) {
|
/external/icu/icu4c/source/i18n/ |
basictz.cpp | 46 int32_t raw1, raw2, dst1, dst2; local 51 tz.getOffset(start, FALSE, raw2, dst2, status); 56 if ((raw1 + dst1 != raw2 + dst2) 57 || (dst1 != 0 && dst2 == 0) 58 || (dst1 == 0 && dst2 != 0)) { 62 if (raw1 != raw2 || dst1 != dst2) {
|
/external/clang/test/Analysis/ |
taint-generic.c | 149 char *dst2 = (char*)malloc(ts*sizeof(char)); // expected-warning {{Untrusted data is used to specify the buffer size}} local 150 strncat(dst2, dst, ts); // no-warning
|
string.c | 622 char dst2[8] = "1234"; local 623 strncat(dst2, src, 4); // expected-warning{{Size argument is greater than the free space in the destination buffer}} 631 char dst2[8] = "1234"; local 632 strncat(dst2, &src[offset], 4); // expected-warning{{Size argument is greater than the free space in the destination buffer}}
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
temporal_filter.c | 243 unsigned char *dst1, *dst2; local 386 dst2 = cpi->alt_ref_buffer.v_buffer; 405 dst2[byte] = (unsigned char)pval;
|
/external/libhevc/common/x86/ |
ihevc_inter_pred_filters_sse42_intr.c | 309 WORD32 dst0, dst1, dst2, dst3; local 322 dst2 = _mm_cvtsi128_si32(src2_16x8b); 328 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; /* row =2 */
|
ihevc_weighted_pred_sse42_intr.c | 123 WORD32 dst0, dst1, dst2, dst3; local 337 dst2 = _mm_cvtsi128_si32(src_temp2_4x32b); 342 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; 1978 WORD32 dst0, dst1, dst2, dst3; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
temporal_filter.c | 242 unsigned char *dst1, *dst2; local 385 dst2 = cpi->alt_ref_buffer.v_buffer; 404 dst2[byte] = (unsigned char)pval;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 207 uint8_t *dst1, *dst2; local 332 dst2 = cpi->alt_ref_buffer.v_buffer; 349 dst2[byte] = (uint8_t)pval;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 211 uint8_t *dst1, *dst2; local 326 dst2 = cpi->alt_ref_buffer.v_buffer; 343 dst2[byte] = (uint8_t)pval;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzrulets.cpp | 568 int32_t offset2, dst2; local 576 ny->getOffset(times[i], FALSE, offset2, dst2, status); 580 if (offset1 != offset2 || dst1 != dst2) { 828 int32_t raw1, raw2, dst1, dst2; local 830 vtz_new->getOffset(startTime, FALSE, raw2, dst2, status); 834 if (raw1 + dst1 != raw2 + dst2) { 918 int32_t raw1, raw2, dst1, dst2; local 2536 int32_t raw1, raw2, dst1, dst2; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzrulets.cpp | 566 int32_t offset2, dst2; local 574 ny->getOffset(times[i], FALSE, offset2, dst2, status); 578 if (offset1 != offset2 || dst1 != dst2) { 826 int32_t raw1, raw2, dst1, dst2; local 828 vtz_new->getOffset(startTime, FALSE, raw2, dst2, status); 832 if (raw1 + dst1 != raw2 + dst2) { 916 int32_t raw1, raw2, dst1, dst2; local 2534 int32_t raw1, raw2, dst1, dst2; local [all...] |