Searched defs:dst2 (Results 1 - 25 of 29) sorted by relevance

12

/external/skia/tests/
H A DCPlusPlusEleven.cpp25 Moveable src2, dst2; dst2 = Move(src2); local
/external/libhevc/common/x86/
H A Dihevc_inter_pred_filters_sse42_intr.c309 WORD32 dst0, dst1, dst2, dst3; local
322 dst2 = _mm_cvtsi128_si32(src2_16x8b);
328 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; /* row =2 */
H A Dihevc_weighted_pred_sse42_intr.c123 WORD32 dst0, dst1, dst2, dst3; local
337 dst2 = _mm_cvtsi128_si32(src_temp2_4x32b);
342 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2;
819 WORD32 dst0, dst1, dst2, dst3;
891 dst2 = _mm_cvtsi128_si32(src_temp2_4x32b);
896 *(WORD32 *) (&pu1_dst[2*dst_strd]) = dst2;
1978 WORD32 dst0, dst1, dst2, dst3; local
2031 dst2 = _mm_cvtsi128_si32(src_temp5_8x16b);
2036 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2;
H A Dihevc_weighted_pred_ssse3_intr.c259 WORD32 dst0, dst1, dst2, dst3; local
327 dst2 = _mm_cvtsi128_si32(res_temp2_4x32b);
332 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2;
1492 WORD32 dst0, dst1, dst2, dst3; local
1545 dst2 = _mm_cvtsi128_si32(src_temp5_8x16b);
1550 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2;
1891 WORD32 dst0, dst1, dst2, dst3; local
1943 dst2 = _mm_cvtsi128_si32(src_temp5_8x16b);
1948 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2;
H A Dihevc_inter_pred_filters_ssse3_intr.c189 WORD32 dst0, dst1, dst2, dst3; local
202 dst2 = _mm_cvtsi128_si32(src2_16x8b);
208 *(WORD32 *)(&pu1_dst[2 * dst_strd]) = dst2; /* row =2 */
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tile.c54 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 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/
H A Dradeon_tile.c54 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 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/skia/samplecode/
H A DSamplePolyToPoly.cpp140 const int dst2[] = { 32, 32, 64, 48 }; local
141 doDraw(canvas, &paint, src2, dst2, 2);
/external/clang/test/Analysis/
H A Dtaint-generic.c149 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
H A Dstring.c622 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/skia/gm/
H A Dimage.cpp89 SkRect dst1, dst2, dst3, dst4; local
91 dst2.set(0, 320, 65, 385);
96 canvas->drawImageRect(imgG, &src2, dst2, usePaint ? &paint : NULL);
H A Dpoly2poly.cpp247 const int dst2[] = { 32, 32, 64, 48 }; variable
248 doDraw(canvas, &paint, src2, dst2, 2);
/external/icu/icu4c/source/i18n/
H A Dbasictz.cpp46 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/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c243 unsigned char *dst1, *dst2; local
386 dst2 = cpi->alt_ref_buffer.v_buffer;
405 dst2[byte] = (unsigned char)pval;
/external/skia/src/opts/
H A DSkTextureCompression_opts_neon.cpp158 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/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c207 uint8_t *dst1, *dst2; local
322 dst2 = cpi->alt_ref_buffer.v_buffer;
339 dst2[byte] = (uint8_t)pval;
/external/v8/test/cctest/
H A Dtest-assembler-arm.cc1234 uint32_t dst2; member in struct:__anon14910
1303 t.dst2 = 0;
1323 CHECK_EQ(0x21222324, t.dst2);
1353 uint32_t dst2; member in struct:__anon14911
1376 __ str(r2, MemOperand(r4, OFFSET_OF(T, dst2)));
1401 t.dst2 = 0;
1408 CHECK_EQ(0x00010003, t.dst2);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java740 private static void distribute(long[] x, int src, int dst1, int dst2, int count) argument
746 x[dst2 + i] ^= v;
/external/libvncserver/x11vnc/misc/turbovnc/
H A Dtight.c1451 unsigned char *dst2=dst; local
1460 *dst2++ = (CARD8)((inRed * 255 + rfbServerFormat.redMax / 2) /
1462 *dst2++ = (CARD8)((inGreen * 255 + rfbServerFormat.greenMax / 2) /
1464 *dst2++ = (CARD8)((inBlue * 255 + rfbServerFormat.blueMax / 2) /
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp566 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
918 vtz_new->getOffset(startTime, FALSE, raw2, dst2, status);
922 if (raw1 + dst1 != raw2 + dst2) {
2534 int32_t raw1, raw2, dst1, dst2; local
[all...]
/external/libvncserver/libvncserver/
H A Dtight.c1603 unsigned char *dst2 = dst; local
1612 *dst2++ = (uint8_t)((inRed * 255
1615 *dst2++ = (uint8_t)((inGreen * 255
1618 *dst2++ = (uint8_t)((inBlue * 255
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1680 SVGA3dShaderDestToken dst2; local
1683 dst2 = tex_result;
1685 dst2 = dst;
1717 writemask( dst2, TGSI_WRITEMASK_XYZ ),
1728 writemask( dst2, TGSI_WRITEMASK_W ),
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc1625 const CPURegister& dst2, const CPURegister& dst3) {
1629 VIXL_ASSERT(!AreAliased(dst0, dst1, dst2, dst3));
1630 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3));
1633 int count = 1 + dst1.IsValid() + dst2.IsValid() + dst3.IsValid();
1637 PopHelper(count, size, dst0, dst1, dst2, dst3);
1776 const CPURegister& dst2,
1783 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3));
1790 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone());
1794 VIXL_ASSERT(dst2.IsNone() && dst3.IsNone());
1799 ldr(dst2, MemOperan
1624 Pop(const CPURegister& dst0, const CPURegister& dst1, const CPURegister& dst2, const CPURegister& dst3) argument
1773 PopHelper(int count, int size, const CPURegister& dst0, const CPURegister& dst1, const CPURegister& dst2, const CPURegister& dst3) argument
[all...]
/external/webp/src/dsp/
H A Ddec_sse2.c201 __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/v8/src/arm/
H A Dassembler-arm.cc1925 void Assembler::ldrd(Register dst1, Register dst2, argument
1931 DCHECK_EQ(dst1.code() + 1, dst2.code());
2638 const Register dst2,
2645 DCHECK(!dst1.is(pc) && !dst2.is(pc));
2648 emit(cond | 0xC*B24 | B22 | B20 | dst2.code()*B16 |
2637 vmov(const Register dst1, const Register dst2, const DwVfpRegister src, const Condition cond) argument

Completed in 1139 milliseconds

12