HomeSort by relevance Sort by last modified time
    Searched refs:dst (Results 226 - 250 of 4141) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/amd64/
bug137714-amd64.c 20 UChar* dst = malloc(8); local
21 assert(dst);
23 dst[i] = 17 * (i+1);
31 : /*in*/ "r"(regL), "r"(regR), "r"(&dst[0])
35 printf("%02x", dst[i]);
36 free(dst);
42 UChar* dst = malloc(16); local
43 assert(dst);
45 dst[i] = i;
53 : /*in*/ "r"(regL), "r"(regR), "r"(dst)
    [all...]
  /external/valgrind/none/tests/x86/
bug137714-x86.c 20 UChar* dst = malloc(8); local
21 assert(dst);
23 dst[i] = 17 * (i+1);
31 : /*in*/ "r"(regL), "r"(regR), "r"(&dst[0])
35 printf("%02x", dst[i]);
36 free(dst);
42 UChar* dst = malloc(16); local
43 assert(dst);
45 dst[i] = i;
53 : /*in*/ "r"(regL), "r"(regR), "r"(dst)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_avg_dspr2.c 25 uint8_t *dst,
52 vp9_prefetch_store(dst + dst_stride);
56 dst_ptr = dst + x;
181 dst += dst_stride;
187 uint8_t *dst,
213 vp9_prefetch_store(dst + dst_stride);
214 vp9_prefetch_store(dst + dst_stride + 32);
218 dst_ptr = dst + x;
343 dst += dst_stride;
348 uint8_t *dst, ptrdiff_t dst_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 459 * YV12_BUFFER_CONFIG *dst : Pointer to buffer to hold scaled frame.
481 YV12_BUFFER_CONFIG *dst,
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
499 if (dw < (int)dst->y_width)
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/string/
strxfrm.c 48 * Transform src, storing the result in dst, such that
53 strxfrm(char *dst, const char *src, size_t n)
64 _DIAGASSERT(dst != NULL);
66 (void)memcpy(dst, src, copysize);
67 dst[copysize] = 0;
  /external/libmpeg2/common/x86/
impeg2_mem_func_sse42_intr.c 88 void impeg2_memset_8bit_8x8_block_sse42(UWORD8 *dst, WORD32 dc_val, WORD32 dst_wd)
92 _mm_storel_epi64((__m128i *)dst, value);
93 _mm_storel_epi64((__m128i *) (dst + dst_wd), value);
94 _mm_storel_epi64((__m128i *) (dst + 2 * dst_wd), value);
95 _mm_storel_epi64((__m128i *) (dst + 3 * dst_wd), value);
96 _mm_storel_epi64((__m128i *) (dst + 4 * dst_wd), value);
97 _mm_storel_epi64((__m128i *) (dst + 5 * dst_wd), value);
98 _mm_storel_epi64((__m128i *) (dst + 6 * dst_wd), value);
99 _mm_storel_epi64((__m128i *) (dst + 7 * dst_wd), value);
  /external/libvpx/libvpx/vpx_scale/
vpx_scale.h 18 YV12_BUFFER_CONFIG *dst,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.h 31 void *dst, unsigned dst_pitch,
35 void *dst, unsigned dst_pitch,
  /external/skia/src/core/
SkCubicClipper.h 28 bool clipCubic(const SkPoint src[4], SkPoint dst[4]);
  /external/skia/src/effects/
SkArcToPathEffect.cpp 16 bool SkArcToPathEffect::filterPath(SkPath* dst, const SkPath& src,
29 dst->lineTo(lastCorner);
31 dst->moveTo(pts[0]);
35 dst->arcTo(pts[0], pts[1], fRadius);
40 dst->quadTo(pts[1], pts[2]);
44 dst->conicTo(pts[1], pts[2], iter.conicWeight());
48 dst->cubicTo(pts[1], pts[2], pts[3]);
52 dst->lineTo(lastCorner);
55 dst->lineTo(lastCorner);
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 27 static void S32A_D565_Opaque(uint16_t* SK_RESTRICT dst,
47 "strh r3, [%[dst]], #2 \n\t"
53 "ldrh r4, [%[dst]] \n\t"
98 "strh r4, [%[dst]], #2 \n\t"
107 "add %[dst], %[dst], #2 \n\t"
110 : [dst] "+r" (dst), [src] "+r" (src), [count] "+r" (count)
116 static void S32A_Opaque_BlitRow32_arm(SkPMColor* SK_RESTRICT dst,
135 "ldm %[dst], {r7,r8} \n\t" /* loading dst(s) into r7-r8 *
    [all...]
SkMorphology_opts_SSE2.h 13 void SkDilateX_SSE2(const SkPMColor* src, SkPMColor* dst, int radius,
15 void SkDilateY_SSE2(const SkPMColor* src, SkPMColor* dst, int radius,
17 void SkErodeX_SSE2(const SkPMColor* src, SkPMColor* dst, int radius,
19 void SkErodeY_SSE2(const SkPMColor* src, SkPMColor* dst, int radius,
SkTextureCompression_opts_neon.h 11 bool CompressA8toR11EAC_NEON(uint8_t* dst, const uint8_t* src,
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixSoft_2St_D16C31_SAT.c 32 LVM_INT16 *dst,
44 LVC_MixSoft_1St_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[1]), src2, dst, n);
47 LVC_MixSoft_1St_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[0]), src1, dst, n);
51 LVC_MixSoft_1St_D16C31_SAT((LVMixer3_1St_st *)(&ptrInstance->MixerStream[0]), src1, dst, n);
52 LVC_MixInSoft_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[1]), src2, dst, n);
62 Shift_Sat_v16xv16 ((LVM_INT16)pInstance1->Shift,src1,dst,n);
63 LVC_Core_MixHard_2St_D16C31_SAT( &ptrInstance->MixerStream[0], &ptrInstance->MixerStream[1], dst, src2, dst, n);
66 LVC_Core_MixHard_2St_D16C31_SAT( &ptrInstance->MixerStream[0], &ptrInstance->MixerStream[1], src1, src2, dst, n);
Mac3s_Sat_32x16.c 31 LVM_INT32 *dst,
45 dInVal = *dst;
61 *dst = dOutVal;
62 dst++;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
vpx_scale.h 18 YV12_BUFFER_CONFIG *dst,
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferScalarVersusVectorBenchmark.java 36 ByteBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
39 dst.position(0);
41 dst.put(src.get());
48 byte[] dst = new byte[8192];
51 src.get(dst, 0, dst.length);
57 byte[] dst = new byte[8192];
60 src.get(dst, 0, dst.length);
  /system/bt/osi/include/
compat.h 29 /* Copy src to string dst of size siz. */
30 size_t strlcpy(char *dst, const char *src, size_t siz);
32 /* Appends src to string dst of size siz. */
33 size_t strlcat(char *dst, const char *src, size_t siz);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 46 * at dst, with dst_stride words between rows.
49 untile_4_4_uint32(const uint32_t *src, uint32_t *dst, unsigned dst_stride)
51 uint32_t *d0 = dst;
66 * at dst, with dst_stride words between rows.
69 untile_4_4_uint16(const uint16_t *src, uint16_t *dst, unsigned dst_stride)
71 uint16_t *d0 = dst;
89 tile_4_4_uint32(const uint32_t *src, uint32_t *dst, unsigned src_stride)
96 dst[0] = s0[0]; dst[1] = s0[1]; dst[4] = s0[2]; dst[5] = s0[3]
    [all...]
  /external/mesa3d/src/mesa/main/
format_pack.c 54 const GLubyte src[][4], void *dst);
57 const GLfloat src[][4], void *dst);
98 pack_ubyte_RGBA8888(const GLubyte src[4], void *dst)
100 GLuint *d = ((GLuint *) dst);
105 pack_float_RGBA8888(const GLfloat src[4], void *dst)
109 pack_ubyte_RGBA8888(v, dst);
113 pack_row_ubyte_RGBA8888(GLuint n, const GLubyte src[][4], void *dst)
115 GLuint *d = ((GLuint *) dst);
124 pack_row_float_RGBA8888(GLuint n, const GLfloat src[][4], void *dst)
126 GLuint *d = ((GLuint *) dst);
    [all...]
  /external/valgrind/none/tests/s390x/
cu24.stdout.exp 5 dst len: 0
11 dst address difference: 0 dst len: 4000
15 dst address difference: 0 dst len: 4000
19 dst address difference: 0 dst len: 4000
23 dst address difference: 0 dst len: 4000
27 dst address difference: 0 dst len: 400
    [all...]
cu24_1.stdout.exp 5 dst len: 0
11 dst address difference: 0 dst len: 4000
15 dst address difference: 0 dst len: 4000
19 dst address difference: 0 dst len: 4000
23 dst address difference: 0 dst len: 4000
27 dst address difference: 0 dst len: 400
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memcpy_base.S 44 #define dst x6 define
55 mov dst, dstin
68 add dst, dst, tmp1
74 stp A_l, A_h, [dst, #-48]
77 stp A_l, A_h, [dst, #-32]
80 stp A_l, A_h, [dst, #-16]
87 add dst, dst, count
88 stp A_l, A_h, [dst, #-16
    [all...]
  /external/libxml2/
timsort.h 127 void BINARY_INSERTION_SORT(SORT_TYPE *dst, const size_t size);
128 void TIM_SORT(SORT_TYPE *dst, const size_t size);
131 static int64_t BINARY_INSERTION_FIND(SORT_TYPE *dst, const SORT_TYPE x, const size_t size)
139 lx = dst[l];
147 while (SORT_CMP(x, dst[i]) == 0) i++;
151 cx = dst[c];
170 cx = dst[++c];
175 cx = dst[c];
180 static void BINARY_INSERTION_SORT_START(SORT_TYPE *dst, const size_t start, const size_t size)
189 if (SORT_CMP(dst[i - 1], dst[i]) <= 0) continue
    [all...]
  /external/webp/src/dsp/
dec.c 27 dst[x + y * BPS] = clip_8b(dst[x + y * BPS] + ((v) >> 3))
41 static void TransformOne(const int16_t* in, uint8_t* dst) {
60 // an input in [-2048, 2047] interval. We then need to add a dst value
76 dst += BPS;
81 static void TransformAC3(const int16_t* in, uint8_t* dst) {
95 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) {
96 TransformOne(in, dst);
98 TransformOne(in + 16, dst + 4);
102 static void TransformUV(const int16_t* in, uint8_t* dst) {
    [all...]

Completed in 2918 milliseconds

1 2 3 4 5 6 7 8 91011>>