Searched refs:dst (Results 226 - 250 of 3914) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h700 void popq(Register dst);
701 void popq(const Operand& dst);
707 void movb(Register dst, const Operand& src);
708 void movb(Register dst, Immediate imm);
709 void movb(const Operand& dst, Register src);
710 void movb(const Operand& dst, Immediate imm);
714 void movw(Register dst, const Operand& src);
715 void movw(const Operand& dst, Register src);
716 void movw(const Operand& dst, Immediate imm);
720 void movl(const Operand& dst, Labe
754 cmpb(Register dst, Immediate src) argument
760 cmpb(Register dst, Register src) argument
764 cmpb(Register dst, const Operand& src) argument
768 cmpb(const Operand& dst, Register src) argument
772 cmpb(const Operand& dst, Immediate src) argument
776 cmpw(const Operand& dst, Immediate src) argument
780 cmpw(Register dst, Immediate src) argument
784 cmpw(Register dst, const Operand& src) argument
788 cmpw(Register dst, Register src) argument
792 cmpw(const Operand& dst, Register src) argument
796 andb(Register dst, Immediate src) argument
847 subb(Register dst, Immediate src) argument
1377 emit_add(Register dst, Register src, int size) argument
1381 emit_add(Register dst, Immediate src, int size) argument
1385 emit_add(Register dst, const Operand& src, int size) argument
1389 emit_add(const Operand& dst, Register src, int size) argument
1393 emit_add(const Operand& dst, Immediate src, int size) argument
1397 emit_and(Register dst, Register src, int size) argument
1401 emit_and(Register dst, const Operand& src, int size) argument
1405 emit_and(const Operand& dst, Register src, int size) argument
1409 emit_and(Register dst, Immediate src, int size) argument
1413 emit_and(const Operand& dst, Immediate src, int size) argument
1417 emit_cmp(Register dst, Register src, int size) argument
1421 emit_cmp(Register dst, const Operand& src, int size) argument
1425 emit_cmp(const Operand& dst, Register src, int size) argument
1429 emit_cmp(Register dst, Immediate src, int size) argument
1433 emit_cmp(const Operand& dst, Immediate src, int size) argument
1475 emit_or(Register dst, Register src, int size) argument
1479 emit_or(Register dst, const Operand& src, int size) argument
1483 emit_or(const Operand& dst, Register src, int size) argument
1487 emit_or(Register dst, Immediate src, int size) argument
1491 emit_or(const Operand& dst, Immediate src, int size) argument
1497 emit_sbb(Register dst, Register src, int size) argument
1501 emit_sub(Register dst, Register src, int size) argument
1505 emit_sub(Register dst, Immediate src, int size) argument
1509 emit_sub(Register dst, const Operand& src, int size) argument
1513 emit_sub(const Operand& dst, Register src, int size) argument
1517 emit_sub(const Operand& dst, Immediate src, int size) argument
1532 emit_xor(Register dst, Register src, int size) argument
1542 emit_xor(Register dst, const Operand& src, int size) argument
1546 emit_xor(Register dst, Immediate src, int size) argument
1550 emit_xor(const Operand& dst, Immediate src, int size) argument
1554 emit_xor(const Operand& dst, Register src, int size) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_rgtc.c42 util_format_rgtc1_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
44 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, dst, 1);
45 dst[1] = 0;
46 dst[2] = 0;
47 dst[3] = 255;
62 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; local
63 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, dst, 1);
64 dst[1] = 0;
65 dst[2] = 0;
66 dst[
83 uint8_t *dst = dst_row; local
108 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
130 uint8_t *dst = dst_row; local
146 util_format_rgtc1_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
157 util_format_rgtc1_snorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
181 int8_t *dst = (int8_t *)dst_row; local
206 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
222 util_format_rgtc1_snorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
234 util_format_rgtc2_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
254 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; local
274 uint8_t *dst = dst_row; local
299 uint8_t *dst = dst_row; local
333 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
350 util_format_rgtc2_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
363 util_format_rgtc2_snorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
390 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
413 int8_t *dst = (int8_t *)dst_row; local
438 util_format_rgtc2_snorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
[all...]
H A Du_framebuffer.h37 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst,
41 util_copy_framebuffer_state(struct pipe_framebuffer_state *dst,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgtc.c42 util_format_rgtc1_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
44 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, dst, 1);
45 dst[1] = 0;
46 dst[2] = 0;
47 dst[3] = 255;
62 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; local
63 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, dst, 1);
64 dst[1] = 0;
65 dst[2] = 0;
66 dst[
83 uint8_t *dst = dst_row; local
108 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
130 uint8_t *dst = dst_row; local
146 util_format_rgtc1_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
157 util_format_rgtc1_snorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
181 int8_t *dst = (int8_t *)dst_row; local
206 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
222 util_format_rgtc1_snorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
234 util_format_rgtc2_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
254 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; local
274 uint8_t *dst = dst_row; local
299 uint8_t *dst = dst_row; local
333 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
350 util_format_rgtc2_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
363 util_format_rgtc2_snorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j) argument
390 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
413 int8_t *dst = (int8_t *)dst_row; local
438 util_format_rgtc2_snorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c186 struct rc_dst_register * dst,
189 dst->File = translate_register_file(src->Register.File);
190 dst->Index = translate_register_index(ttr, src->Register.File, src->Register.Index);
191 dst->WriteMask = src->Register.WriteMask;
202 struct rc_src_register * dst,
207 dst->File = translate_register_file(src->Register.File);
208 dst->Index = translate_register_index(ttr, src->Register.File, src->Register.Index);
209 dst->RelAddr = src->Register.Indirect;
210 dst->Swizzle = tgsi_util_get_full_src_register_swizzle(src, 0);
211 dst
184 transform_dstreg( struct tgsi_to_rc * ttr, struct rc_dst_register * dst, struct tgsi_full_dst_register * src) argument
200 transform_srcreg( struct tgsi_to_rc * ttr, struct rc_src_register * dst, struct tgsi_full_src_register * src) argument
233 transform_texture(struct rc_instruction * dst, struct tgsi_instruction_texture src, uint32_t *shadowSamplers) argument
273 struct rc_instruction * dst; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c186 struct rc_dst_register * dst,
189 dst->File = translate_register_file(src->Register.File);
190 dst->Index = translate_register_index(ttr, src->Register.File, src->Register.Index);
191 dst->WriteMask = src->Register.WriteMask;
202 struct rc_src_register * dst,
207 dst->File = translate_register_file(src->Register.File);
208 dst->Index = translate_register_index(ttr, src->Register.File, src->Register.Index);
209 dst->RelAddr = src->Register.Indirect;
210 dst->Swizzle = tgsi_util_get_full_src_register_swizzle(src, 0);
211 dst
184 transform_dstreg( struct tgsi_to_rc * ttr, struct rc_dst_register * dst, struct tgsi_full_dst_register * src) argument
200 transform_srcreg( struct tgsi_to_rc * ttr, struct rc_src_register * dst, struct tgsi_full_src_register * src) argument
233 transform_texture(struct rc_instruction * dst, struct tgsi_instruction_texture src, uint32_t *shadowSamplers) argument
273 struct rc_instruction * dst; local
[all...]
/external/opencv/cxcore/src/
H A Dcxlut.cpp53 dst[i] = t0; \
54 dst[i+1] = t1; \
58 dst[i+2] = t0; \
59 dst[i+3] = t1; \
65 dst[i] = t0; \
74 dst[i] = t0; \
75 dst[i+1] = t1; \
84 dst[i] = t0; \
85 dst[i+1] = t1; \
86 dst[
224 CvMat dststub, *dst = (CvMat*)dstarr; local
[all...]
/external/chromium_org/build/
H A Dcp.py9 (src, dst) and copies the file with path |src| to |dst|.
17 def Main(src, dst):
19 return shutil.copy(src, os.path.normpath(dst))
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c18 unsigned char *dst, int stride);
20 unsigned char *dst, int stride);
24 unsigned char *dst,
34 idct_dequant_full_2x_neon (q, dq, dst, stride);
36 idct_dequant_0_2x_neon (q, dq[0], dst, stride);
42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride);
44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride);
47 dst += 4*stride;
23 vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dextend.h23 YV12_BUFFER_CONFIG *dst);
25 YV12_BUFFER_CONFIG *dst,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Didct_blk_sse2.c16 unsigned char *dst, int dst_stride);
19 unsigned char *dst, int dst_stride);
23 unsigned char *dst, int stride, char *eobs)
32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride);
34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride);
39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride);
41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride);
44 dst += stride*4;
21 vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.h33 lp_tiled_to_linear(const void *src, void *dst,
42 lp_linear_to_tiled(const void *src, void *dst,
/external/chromium_org/third_party/re2/util/
H A Dstringprintf.cc9 static void StringAppendV(string* dst, const char* format, va_list ap) { argument
23 dst->append(space, result);
46 dst->append(buf, result);
63 void SStringPrintf(string* dst, const char* format, ...) { argument
66 dst->clear();
67 StringAppendV(dst, format, ap);
71 void StringAppendF(string* dst, const char* format, ...) { argument
74 StringAppendV(dst, format, ap);
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitMask_opts_arm_neon.h9 extern void SkBlitLCD16OpaqueRow_neon(SkPMColor dst[], const uint16_t src[],
13 extern void SkBlitLCD16Row_neon(SkPMColor dst[], const uint16_t src[],
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.h17 bool CompressA8To12x12ASTC(uint8_t* dst, const uint8_t* src,
23 void DecompressASTC(uint8_t* dst, int dstRowBytes, const uint8_t* src,
H A DSkTextureCompressor_LATC.h17 bool CompressA8ToLATC(uint8_t* dst, const uint8_t* src,
23 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height);
H A DSkTextureCompressor_R11EAC.h17 bool CompressA8ToR11EAC(uint8_t* dst, const uint8_t* src,
23 void DecompressR11EAC(uint8_t* dst, int dstRB, const uint8_t* src, int width, int height);
/external/deqp/execserver/
H A DxsPosixFileReader.hpp45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); } argument
/external/elfutils/0.153/libelf/
H A Delf_getphdrnum.c62 __elf_getphdrnum_rdlock (elf, dst)
64 size_t *dst;
73 *dst = (elf->class == ELFCLASS32
77 if (*dst == PN_XNUM)
87 *dst = (elf->class == ELFCLASS32
96 elf_getphdrnum (elf, dst)
98 size_t *dst;
112 result = __elf_getphdrnum_rdlock (elf, dst);
/external/fio/os/windows/posix/include/arpa/
H A Dinet.h16 char *restrict dst, socklen_t size);
17 int inet_pton(int af, const char *restrict src, void *restrict dst);
/external/libpcap/Win32/Src/
H A Dinet_pton.c64 inet_pton(int af, const char *src, void *dst) argument
70 return inet_aton (src, dst);
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c18 unsigned char *dst, int stride);
20 unsigned char *dst, int stride);
24 unsigned char *dst,
34 idct_dequant_full_2x_neon (q, dq, dst, stride);
36 idct_dequant_0_2x_neon (q, dq[0], dst, stride);
42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride);
44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride);
47 dst += 4*stride;
23 vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
/external/libvpx/libvpx/vp8/common/
H A Dextend.h23 YV12_BUFFER_CONFIG *dst);
25 YV12_BUFFER_CONFIG *dst,
/external/libvpx/libvpx/vp8/common/x86/
H A Didct_blk_sse2.c16 unsigned char *dst, int dst_stride);
19 unsigned char *dst, int dst_stride);
23 unsigned char *dst, int stride, char *eobs)
32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride);
34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride);
39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride);
41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride);
44 dst += stride*4;
21 vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
/external/llvm/lib/Support/
H A Dregstrlcpy.c24 * Copy src to string dst of size siz. At most siz-1 characters
29 llvm_strlcpy(char *dst, const char *src, size_t siz) argument
31 char *d = dst;
43 /* Not enough room in dst, add NUL and traverse rest of src */
46 *d = '\0'; /* NUL-terminate dst */

Completed in 6422 milliseconds

1234567891011>>