Searched defs:dst (Results 101 - 125 of 2513) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Drealloc_unittest.cc94 unsigned char* dst = (unsigned char*) realloc(src, dst_size); local
95 CHECK(Valid(dst, min(src_size, dst_size)));
96 Fill(dst, dst_size);
97 CHECK(Valid(dst, dst_size));
98 if (dst != NULL) free(dst);
/external/deqp/execserver/
H A DxsPosixFileReader.hpp45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); } argument
/external/deqp/framework/delibs/debase/
H A DdeMemory.h64 * \param dst Destination buffer
69 DE_INLINE void* deMemcpy (void* dst, const void* src, int numBytes) argument
71 return memcpy(dst, src, numBytes);
74 DE_INLINE void* deMemmove (void* dst, const void* src, int numBytes) argument
76 return memmove(dst, src, numBytes);
/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.cpp191 int dst; local
194 deMemcpy(&dst, (int*)source.getPtr() + 1, sizeof(int));
196 DE_TEST_ASSERT(dst == 2);
202 int dst; local
205 deMemcpy(&dst, (int*)source.getPtr() + 1, sizeof(int));
207 DE_TEST_ASSERT(dst == 2);
213 int dst; local
216 deMemcpy(&dst, (deUint8*)source.getPtr() + 64, sizeof(int));
218 DE_TEST_ASSERT(dst == 2);
224 int dst; local
[all...]
/external/deqp/modules/egl/
H A DteglGLES1RenderUtil.cpp50 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) argument
52 dst.setSize(width, height);
53 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
65 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
68 DE_UNREF(dst);
H A DteglGLES2RenderUtil.cpp54 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) argument
56 dst.setSize(width, height);
57 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
69 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
72 DE_UNREF(dst);
H A DteglVGRenderUtil.cpp48 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) argument
50 dst.setSize(width, height);
51 vgReadPixels(dst.getAccess().getDataPtr(), width*4, VG_sRGBA_8888, 0, 0, width, height);
63 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
66 DE_UNREF(dst);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DMutf8.java86 * dst}, starting at {@code offset}.
88 public static void encode(byte[] dst, int offset, String s) { argument
93 dst[offset++] = (byte) ch;
95 dst[offset++] = (byte) (0xc0 | (0x1f & (ch >> 6)));
96 dst[offset++] = (byte) (0x80 | (0x3f & ch));
98 dst[offset++] = (byte) (0xe0 | (0x0f & (ch >> 12)));
99 dst[offset++] = (byte) (0x80 | (0x3f & (ch >> 6)));
100 dst[offset++] = (byte) (0x80 | (0x3f & ch));
/external/eigen/bench/
H A DBenchUtil.h49 void eiToGmm(const EigenMatrixType& src, GmmMatrixType& dst) argument
51 dst.resize(src.rows(),src.cols());
54 dst(i,j) = src.coeff(i,j);
64 void eiToGsl(const EigenMatrixType& src, gsl_matrix** dst) argument
68 gsl_matrix_set(*dst, i, j, src.coeff(i,j));
76 void eiToUblas(const EigenMatrixType& src, UblasMatrixType& dst) argument
78 dst.resize(src.rows(),src.cols());
81 dst(i,j) = src.coeff(i,j);
84 void eiToUblasVec(const EigenType& src, UblasType& dst) argument
86 dst
[all...]
/external/ipsec-tools/src/racoon/
H A Dstr2val.c85 char *dst; local
103 if ((dst = racoon_malloc(i)) == NULL)
108 for (rp = dst, p = str; *p != '\0'; p++) {
125 return(dst);
/external/kernel-headers/original/uapi/linux/
H A Divtv.h56 struct v4l2_rect dst; member in struct:ivtv_dma_frame
/external/libvpx/libvpx/test/
H A Dvp8_decrypt_test.cc29 void encrypt_buffer(const uint8_t *src, uint8_t *dst, size_t size, argument
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
/external/libvpx/libvpx/vp8/common/
H A Didct_blk.c23 unsigned char *dst, int stride, char *eobs)
32 vp8_dequant_idct_add_c (q, dq, dst, stride);
35 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride);
40 dst += 4;
43 dst += 4*stride - 16;
21 vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didct_blk_dspr2.c18 unsigned char *dst, int stride, char *eobs)
27 vp8_dequant_idct_add_dspr2(q, dq, dst, stride);
30 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dst, stride, dst, stride);
35 dst += 4;
38 dst += 4 * stride - 16;
16 vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
H A Dreconinter_dspr2.c30 unsigned char *RESTRICT dst,
47 "sw %[a0], 0(%[dst]) \n\t"
48 "sw %[a1], 4(%[dst]) \n\t"
49 "sw %[a2], 8(%[dst]) \n\t"
50 "sw %[a3], 12(%[dst]) \n\t"
53 : [src] "r" (src), [dst] "r" (dst)
57 dst += dst_stride;
65 unsigned char *RESTRICT dst,
80 "sw %[a0], 0(%[dst]) \
27 vp8_copy_mem16x16_dspr2( unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
62 vp8_copy_mem8x8_dspr2( unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
92 vp8_copy_mem8x4_dspr2( unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Didct_blk_mmx.c28 unsigned char *dst, int stride, char *eobs)
35 vp8_dequant_idct_add_mmx (q, dq, dst, stride);
38 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride);
43 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride);
46 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride,
47 dst+4, stride);
52 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride);
55 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride,
56 dst
26 vp8_dequant_idct_add_y_block_mmx(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
[all...]
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_convolve_neon.c16 uint8_t *dst, ptrdiff_t dst_stride,
30 dst, dst_stride,
47 dst, dst_stride,
53 uint8_t *dst, ptrdiff_t dst_stride,
62 dst, dst_stride,
75 64, dst, dst_stride,
15 vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
52 vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h34 uint8_t *dst, int dst_stride,
49 static INLINE void setup_pred_plane(struct buf_2d *dst, argument
56 dst->buf = src + scaled_buffer_offset(x, y, stride, scale);
57 dst->stride = stride;
/external/libvterm/src/
H A Drect.h8 /* Expand dst to contain src as well */
9 static void rect_expand(VTermRect *dst, VTermRect *src) argument
11 if(dst->start_row > src->start_row) dst->start_row = src->start_row;
12 if(dst->start_col > src->start_col) dst->start_col = src->start_col;
13 if(dst->end_row < src->end_row) dst->end_row = src->end_row;
14 if(dst->end_col < src->end_col) dst
18 rect_clip(VTermRect *dst, VTermRect *bounds) argument
[all...]
/external/libyuv/files/source/
H A Drotate_neon.cc26 uint8* dst, int dst_stride,
80 "add %2, %2, %3, lsl #3 \n" // dst += 8 * dst_stride
130 "add %2, %2, %3, lsl #2 \n" // dst += 4 * dst_stride
159 "add %2, %2, %3, lsl #1 \n" // dst += 2 * dst_stride
180 "+r"(dst), // %2
25 TransposeWx8_NEON(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dbitmap.c23 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, argument
30 dst[k] = bitmap1[k] | bitmap2[k];
H A Dquote.c20 static void sq_quote_buf(struct strbuf *dst, const char *src) argument
24 if (dst->buf == src)
25 to_free = strbuf_detach(dst, NULL);
27 strbuf_addch(dst, '\'');
30 strbuf_add(dst, src, len);
33 strbuf_addstr(dst, "'\\");
34 strbuf_addch(dst, *src++);
35 strbuf_addch(dst, '\'');
38 strbuf_addch(dst, '\'');
42 void sq_quote_argv(struct strbuf *dst, cons argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dbitmap.h8 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1,
20 static inline void bitmap_zero(unsigned long *dst, int nbits) argument
23 *dst = 0UL;
26 memset(dst, 0, len);
37 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, argument
41 *dst = *src1 | *src2;
43 __bitmap_or(dst, src1, src2, nbits);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_framebuffer.c49 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst, argument
54 if (dst->width != src->width ||
55 dst->height != src->height)
59 if (dst->cbufs[i] != src->cbufs[i]) {
64 if (dst->nr_cbufs != src->nr_cbufs) {
68 if (dst->zsbuf != src->zsbuf) {
77 * Copy framebuffer state from src to dst, updating refcounts.
80 util_copy_framebuffer_state(struct pipe_framebuffer_state *dst, argument
85 dst->width = src->width;
86 dst
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_util.c39 struct brw_reg dst,
43 dst,
54 struct brw_reg dst,
60 dst = vec4(dst);
66 brw_MOV(p, byte_offset(dst, delta), byte_offset(src, delta));
67 brw_MOV(p, byte_offset(dst, delta+16), byte_offset(src, delta+16));
73 struct brw_reg dst,
79 dst = vec8(dst);
38 brw_math_invert( struct brw_compile *p, struct brw_reg dst, struct brw_reg src) argument
53 brw_copy4(struct brw_compile *p, struct brw_reg dst, struct brw_reg src, GLuint count) argument
72 brw_copy8(struct brw_compile *p, struct brw_reg dst, struct brw_reg src, GLuint count) argument
106 brw_copy_from_indirect(struct brw_compile *p, struct brw_reg dst, struct brw_indirect ptr, GLuint count) argument
[all...]

Completed in 5729 milliseconds

1234567891011>>