HomeSort by relevance Sort by last modified time
    Searched refs:dst (Results 201 - 225 of 6525) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/none/tests/s390x/
cu21_1.stdout.exp 5 dst len: 0
11 dst address difference: 0 dst len: 1000
15 dst address difference: 0 dst len: 1000
19 dst address difference: 0 dst len: 1000
23 dst address difference: 0 dst len: 1000
27 dst address difference: 0 dst len: 100
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
intrapred_neon.c 26 static INLINE void dc_store_4x4(uint8_t *dst, ptrdiff_t stride,
30 for (i = 0; i < 4; ++i, dst += stride) {
31 vst1_lane_u32((uint32_t *)dst, vreinterpret_u32_u8(dc_dup), 0);
35 void vpx_dc_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride,
45 dc_store_4x4(dst, stride, dc);
48 void vpx_dc_left_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride,
53 dc_store_4x4(dst, stride, dc);
56 void vpx_dc_top_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride,
61 dc_store_4x4(dst, stride, dc);
64 void vpx_dc_128_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride
    [all...]
highbd_intrapred_neon.c 26 static INLINE void dc_store_4x4(uint16_t *dst, ptrdiff_t stride,
30 for (i = 0; i < 4; ++i, dst += stride) {
31 vst1_u16(dst, dc_dup);
35 void vpx_highbd_dc_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride,
47 dc_store_4x4(dst, stride, dc);
50 void vpx_highbd_dc_left_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride,
57 dc_store_4x4(dst, stride, dc);
60 void vpx_highbd_dc_top_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride,
67 dc_store_4x4(dst, stride, dc);
70 void vpx_highbd_dc_128_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride
    [all...]
  /external/deqp/framework/egl/
egluConfigInfo.cpp 21 * \brief EGL config dst->
87 void queryCoreConfigInfo (const Library& egl, EGLDisplay display, EGLConfig config, ConfigInfo* dst)
89 egl.getConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize);
90 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize);
91 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize);
92 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &dst->blueSize);
93 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
94 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
95 egl.getConfigAttrib(display, config, EGL_ALPHA_MASK_SIZE, &dst->alphaMaskSize);
96 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGB, (EGLint*)&dst->bindToTextureRGB)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_framebuffer.c 49 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst,
54 if (dst->width != src->width ||
55 dst->height != src->height)
58 if (dst->samples != src->samples ||
59 dst->layers != src->layers)
62 if (dst->nr_cbufs != src->nr_cbufs) {
67 if (dst->cbufs[i] != src->cbufs[i]) {
72 if (dst->zsbuf != src->zsbuf) {
81 * Copy framebuffer state from src to dst, updating refcounts.
84 util_copy_framebuffer_state(struct pipe_framebuffer_state *dst,
    [all...]
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 61 def remove(src, dst): run(['rm', dst])
63 def svn_delete(src, dst): svn_deletes.append(dst)
65 def recurse(src, dst):
68 if os.path.isdir(dst):
69 children.update(os.listdir(dst))
72 handle(os.path.join(src, child), os.path.join(dst, child))
74 def copy(src, dst): run(['cp', '-f', src, dst])
    [all...]
  /external/skia/gm/
mipmap.cpp 36 const SkRect dst = SkRect::MakeWH(177, 15); local
40 str.printf("scale %g %g", dst.width() / img->width(), dst.height() / img->height());
46 canvas->drawImageRect(img.get(), dst, &paint);
75 SkIRect dst = SkIRect::MakeWH(img->width(), img->height()); local
76 while (dst.width() > 5) {
77 canvas->drawImageRect(img, SkRect::Make(dst), &paint);
78 dst.offset(dst.width() + 10, 0);
79 dst.fRight = dst.fLeft + dst.width()/2
124 SkIRect dst = SkIRect::MakeWH(img->width() \/ 2, img->height() \/ 2); local
    [all...]
  /external/skqp/gm/
mipmap.cpp 36 const SkRect dst = SkRect::MakeWH(177, 15); local
40 str.printf("scale %g %g", dst.width() / img->width(), dst.height() / img->height());
46 canvas->drawImageRect(img.get(), dst, &paint);
75 SkIRect dst = SkIRect::MakeWH(img->width(), img->height()); local
76 while (dst.width() > 5) {
77 canvas->drawImageRect(img, SkRect::Make(dst), &paint);
78 dst.offset(dst.width() + 10, 0);
79 dst.fRight = dst.fLeft + dst.width()/2
124 SkIRect dst = SkIRect::MakeWH(img->width() \/ 2, img->height() \/ 2); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 518 ureg_dst_is_empty( struct ureg_dst dst )
520 return dst.File != TGSI_FILE_NULL &&
521 dst.WriteMask == 0;
555 const struct ureg_dst *dst,
564 const struct ureg_dst *dst,
583 const struct ureg_dst *dst,
636 struct ureg_dst dst );
733 struct ureg_dst dst ) \
737 if (ureg_dst_is_empty(dst)) \
741 dst.Saturate,
1272 struct ureg_dst dst; local
1309 struct ureg_dst dst; local
1410 struct ureg_dst dst; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_frame_scale.c 19 YV12_BUFFER_CONFIG *dst,
26 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer };
27 const int dst_strides[3] = { dst->y_stride, dst->uv_stride, dst->uv_stride };
36 if (4 * dst->y_crop_width == 3 * src_w &&
37 4 * dst->y_crop_height == 3 * src_h) {
69 const int dst_ws[3] = { dst->y_crop_width, dst->uv_crop_width
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
fastmem.h 124 inline void memcpy_inlined(char *dst, const char *src, size_t size) {
128 case 1: memcpy(dst, src, 1); break;
129 case 2: memcpy(dst, src, 2); break;
130 case 3: memcpy(dst, src, 3); break;
131 case 4: memcpy(dst, src, 4); break;
132 case 5: memcpy(dst, src, 5); break;
133 case 6: memcpy(dst, src, 6); break;
134 case 7: memcpy(dst, src, 7); break;
135 case 8: memcpy(dst, src, 8); break;
136 case 9: memcpy(dst, src, 9); break
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
fastmem.h 124 inline void memcpy_inlined(char *dst, const char *src, size_t size) {
128 case 1: memcpy(dst, src, 1); break;
129 case 2: memcpy(dst, src, 2); break;
130 case 3: memcpy(dst, src, 3); break;
131 case 4: memcpy(dst, src, 4); break;
132 case 5: memcpy(dst, src, 5); break;
133 case 6: memcpy(dst, src, 6); break;
134 case 7: memcpy(dst, src, 7); break;
135 case 8: memcpy(dst, src, 8); break;
136 case 9: memcpy(dst, src, 9); break
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 586 Register dst,
590 emit_rex(dst, size);
593 emit_modrm(subcode, dst);
595 } else if (dst.is(rax)) {
600 emit_modrm(subcode, dst);
606 const Operand& dst,
610 emit_rex(dst, size);
613 emit_operand(subcode, dst);
617 emit_operand(subcode, dst);
624 Register dst,
    [all...]
  /external/mesa3d/src/mesa/main/
format_unpack.h 32 const void *src, GLfloat dst[][4]);
36 const void *src, GLubyte dst[][4]);
40 const void *src, GLuint dst[][4]);
45 GLfloat dst[][4], GLint dstRowStride,
50 const void *src, GLfloat *dst);
55 const void *src, GLuint *dst);
59 const void *src, GLubyte *dst);
63 const void *src, GLuint *dst);
69 GLuint *dst);
73 GLuint *dst);
    [all...]
  /external/python/cpython2/Mac/Modules/cf/
pycfbridge.h 7 extern int PyCF_Python2CF(PyObject *src, CFTypeRef *dst);
8 extern int PyCF_Python2CF_sequence(PyObject *src, CFArrayRef *dst);
9 extern int PyCF_Python2CF_mapping(PyObject *src, CFDictionaryRef *dst);
10 extern int PyCF_Python2CF_simple(PyObject *src, CFTypeRef *dst);
11 extern int PyCF_Python2CF_string(PyObject *src, CFStringRef *dst)
  /external/syslinux/gpxe/src/crypto/
cbc.c 36 * @v dst Second input data and output data buffer
39 static void cbc_xor ( const void *src, void *dst, size_t len ) {
41 uint32_t *dstl = dst;
56 * @v dst Buffer for encrypted data
61 void cbc_encrypt ( void *ctx, const void *src, void *dst, size_t len,
69 cipher_encrypt ( raw_cipher, ctx, cbc_ctx, dst, blocksize );
70 memcpy ( cbc_ctx, dst, blocksize );
71 dst += blocksize;
82 * @v dst Buffer for decrypted data
87 void cbc_decrypt ( void *ctx, const void *src, void *dst, size_t len
    [all...]
  /external/tensorflow/tensorflow/core/lib/core/
coding.h 38 // REQUIRES: dst has enough space for the value being written
39 extern void EncodeFixed16(char* dst, uint16 value);
40 extern void EncodeFixed32(char* dst, uint32 value);
41 extern void EncodeFixed64(char* dst, uint64 value);
42 extern void PutFixed16(string* dst, uint16 value);
43 extern void PutFixed32(string* dst, uint32 value);
44 extern void PutFixed64(string* dst, uint64 value);
46 extern void PutVarint32(string* dst, uint32 value);
47 extern void PutVarint64(string* dst, uint64 value);
70 extern char* EncodeVarint32(char* dst, uint32 v)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Mac3s_Sat_32x16.c 31 LVM_INT32 *dst,
45 dInVal = *dst;
61 *dst = dOutVal;
62 dst++;
70 LVM_FLOAT *dst,
84 dInVal = (LVM_FLOAT)*dst;
89 *dst = 1.000000f;
93 *dst = -1.000000f;
97 *dst = Temp;
99 dst++
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Memory.java 33 * Used to optimize nio heap buffer bulk get operations. 'dst' must be a primitive array.
36 public static native void unsafeBulkGet(Object dst, int dstOffset, int byteCount,
43 public static native void unsafeBulkPut(byte[] dst, int dstOffset, int byteCount,
92 public static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) {
94 dst[offset++] = (byte) ((value >> 24) & 0xff);
95 dst[offset++] = (byte) ((value >> 16) & 0xff);
96 dst[offset++] = (byte) ((value >> 8) & 0xff);
97 dst[offset ] = (byte) ((value >> 0) & 0xff);
99 dst[offset++] = (byte) ((value >> 0) & 0xff);
100 dst[offset++] = (byte) ((value >> 8) & 0xff)
    [all...]
  /system/core/libcutils/arch-arm64/
android_memset.S 41 #define dst x0 define
88 add dst, dst, tmp1
92 stp A_l, A_l, [dst, #-48]
94 stp A_l, A_l, [dst, #-32]
96 stp A_l, A_l, [dst, #-16]
100 add dst, dst, count
101 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
108 str A_l, [dst], #
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
LittleEndian.java 73 public static void setInt8(byte[] dst, int offset, int value) {
74 dst[offset] = (byte) value;
80 public static void setInt16(byte[] dst, int offset, int value) {
81 dst[offset + 0] = (byte) (value & 0xFF);
82 dst[offset + 1] = (byte) ((value >>> 8) & 0xFF);
88 public static void setInt32(byte[] dst, int offset, long value)
96 dst[offset + 0] = (byte) (value & 0xFF);
97 dst[offset + 1] = (byte) ((value >>> 8) & 0xFF);
98 dst[offset + 2] = (byte) ((value >>> 16) & 0xFF);
99 dst[offset + 3] = (byte) ((value >>> 24) & 0xFF)
    [all...]
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 62 #define dst x8 define
82 mov dst, dstin /* Preserve return value. */
103 stp QA_l, QA_l, [dst], #32
104 stp QA_l, QA_l, [dst], #32
106 stp QA_l, QA_l, [dst], #32
107 stp QA_l, QA_l, [dst], #32
109 stp QA_l, QA_l, [dst], #32
110 stp QA_l, QA_l, [dst], #32
114 add dst, dst, tmp
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
loopfiltersimpleverticaledge_neon.c 16 static INLINE void write_2x4(unsigned char *dst, int pitch,
30 vst1_lane_u16((uint16_t *)dst, x_0_4, 0);
31 dst += pitch;
32 vst1_lane_u16((uint16_t *)dst, x_1_5, 0);
33 dst += pitch;
34 vst1_lane_u16((uint16_t *)dst, x_0_4, 1);
35 dst += pitch;
36 vst1_lane_u16((uint16_t *)dst, x_1_5, 1);
37 dst += pitch;
38 vst1_lane_u16((uint16_t *)dst, x_0_4, 2)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder_blt.h 108 const struct gen6_blt_bo *dst, uint32_t pattern,
123 assert(dst->offset % cpp == 0 && dst->pitch % 4 == 0);
132 dst->pitch;
139 dst->bo, dst->offset, INTEL_RELOC_WRITE);
144 dst->bo, dst->offset, INTEL_RELOC_WRITE);
150 const struct gen6_blt_xy_bo *dst, uint32_t pattern,
166 assert(dst->x + width <= 32767 && dst->y + height <= 32767)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 288 struct x86_reg dst,
291 switch (dst.mod) {
294 emit_modrm(p, dst, src);
301 emit_modrm(p, src, dst);
455 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm )
457 DUMP_RI( dst, imm );
458 assert(dst.file == file_REG32);
459 assert(dst.mod == mod_REG);
460 emit_1ub(p, 0xb8 + dst.idx);
464 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm
    [all...]

Completed in 1708 milliseconds

1 2 3 4 5 6 7 891011>>