Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 1582) sorted by relevance

12345678910>>...64

/external/valgrind/main/none/tests/amd64/
Dsse4-64.c117 ULong src64, V128* dst, V128* res ) in showIGVV() argument
122 showV128(dst); in showIGVV()
420 V128 src, dst; in test_BLENDPD() local
424 randV128(&dst); in test_BLENDPD()
425 DO_imm_mandr_r("blendpd", 0, src, dst); in test_BLENDPD()
426 DO_imm_mandr_r("blendpd", 1, src, dst); in test_BLENDPD()
427 DO_imm_mandr_r("blendpd", 2, src, dst); in test_BLENDPD()
428 DO_imm_mandr_r("blendpd", 3, src, dst); in test_BLENDPD()
434 V128 src, dst; in test_BLENDPS() local
438 randV128(&dst); in test_BLENDPS()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/audio/
DSDL_audiocvt.c41 Uint8 *src, *dst; in SDL_ConvertMono() local
44 dst = cvt->buf; in SDL_ConvertMono()
47 *dst = (Uint8)(sample / 2); in SDL_ConvertMono()
49 dst += 1; in SDL_ConvertMono()
55 Sint8 *src, *dst; in SDL_ConvertMono() local
58 dst = (Sint8 *)cvt->buf; in SDL_ConvertMono()
61 *dst = (Sint8)(sample / 2); in SDL_ConvertMono()
63 dst += 1; in SDL_ConvertMono()
69 Uint8 *src, *dst; in SDL_ConvertMono() local
72 dst = cvt->buf; in SDL_ConvertMono()
[all …]
/external/openssh/openbsd-compat/
Dvis.c57 vis(char *dst, int c, int flag, int nextc) in vis() argument
60 *dst++ = c; in vis()
62 *dst++ = '\\'; in vis()
63 *dst = '\0'; in vis()
64 return (dst); in vis()
70 *dst++ = '\\'; in vis()
71 *dst++ = 'n'; in vis()
74 *dst++ = '\\'; in vis()
75 *dst++ = 'r'; in vis()
78 *dst++ = '\\'; in vis()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/
Dctrl_iface_named_pipe.c93 static void ctrl_close_pipe(struct wpa_ctrl_dst *dst);
99 static void global_close_pipe(struct wpa_global_dst *dst);
122 struct wpa_ctrl_dst *dst, *next; in ctrl_flush_broken_pipes() local
124 dst = priv->ctrl_dst; in ctrl_flush_broken_pipes()
126 while (dst) { in ctrl_flush_broken_pipes()
127 next = dst->next; in ctrl_flush_broken_pipes()
128 if (ctrl_broken_pipe(dst->pipe, dst->used)) { in ctrl_flush_broken_pipes()
130 dst); in ctrl_flush_broken_pipes()
131 ctrl_close_pipe(dst); in ctrl_flush_broken_pipes()
133 dst = next; in ctrl_flush_broken_pipes()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c87 static void ctrl_close_pipe(struct wpa_ctrl_dst *dst);
93 static void global_close_pipe(struct wpa_global_dst *dst);
116 struct wpa_ctrl_dst *dst, *next; in ctrl_flush_broken_pipes() local
118 dst = priv->ctrl_dst; in ctrl_flush_broken_pipes()
120 while (dst) { in ctrl_flush_broken_pipes()
121 next = dst->next; in ctrl_flush_broken_pipes()
122 if (ctrl_broken_pipe(dst->pipe, dst->used)) { in ctrl_flush_broken_pipes()
124 dst); in ctrl_flush_broken_pipes()
125 ctrl_close_pipe(dst); in ctrl_flush_broken_pipes()
127 dst = next; in ctrl_flush_broken_pipes()
[all …]
/external/llvm/lib/Target/X86/
DX86InstrShiftRotate.td18 let Constraints = "$src1 = $dst" in {
20 def SHL8rCL : I<0xD2, MRM4r, (outs GR8 :$dst), (ins GR8 :$src1),
21 "shl{b}\t{%cl, $dst|$dst, CL}",
22 [(set GR8:$dst, (shl GR8:$src1, CL))], IIC_SR>;
23 def SHL16rCL : I<0xD3, MRM4r, (outs GR16:$dst), (ins GR16:$src1),
24 "shl{w}\t{%cl, $dst|$dst, CL}",
25 [(set GR16:$dst, (shl GR16:$src1, CL))], IIC_SR>, OpSize;
26 def SHL32rCL : I<0xD3, MRM4r, (outs GR32:$dst), (ins GR32:$src1),
27 "shl{l}\t{%cl, $dst|$dst, CL}",
28 [(set GR32:$dst, (shl GR32:$src1, CL))], IIC_SR>;
[all …]
DX86InstrExtension.td42 def MOVSX16rr8 : I<0xBE, MRMSrcReg, (outs GR16:$dst), (ins GR8:$src),
43 "movs{bw|x}\t{$src, $dst|$dst, $src}", [], IIC_MOVSX_R16_R8>,
45 def MOVSX16rm8 : I<0xBE, MRMSrcMem, (outs GR16:$dst), (ins i8mem:$src),
46 "movs{bw|x}\t{$src, $dst|$dst, $src}", [], IIC_MOVSX_R16_M8>,
48 def MOVSX32rr8 : I<0xBE, MRMSrcReg, (outs GR32:$dst), (ins GR8:$src),
49 "movs{bl|x}\t{$src, $dst|$dst, $src}",
50 [(set GR32:$dst, (sext GR8:$src))], IIC_MOVSX>, TB;
51 def MOVSX32rm8 : I<0xBE, MRMSrcMem, (outs GR32:$dst), (ins i8mem :$src),
52 "movs{bl|x}\t{$src, $dst|$dst, $src}",
53 [(set GR32:$dst, (sextloadi32i8 addr:$src))], IIC_MOVSX>, TB;
[all …]
DX86InstrMMX.td23 let Constraints = "$src1 = $dst" in {
28 def irr : MMXI<opc, MRMSrcReg, (outs VR64:$dst),
30 !strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
31 [(set VR64:$dst, (IntId VR64:$src1, VR64:$src2))]> {
34 def irm : MMXI<opc, MRMSrcMem, (outs VR64:$dst),
36 !strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
37 [(set VR64:$dst, (IntId VR64:$src1,
44 def rr : MMXI<opc, MRMSrcReg, (outs VR64:$dst),
46 !strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
47 [(set VR64:$dst, (IntId VR64:$src1, VR64:$src2))]>;
[all …]
/external/v8/src/x64/
Dassembler-x64.h673 void pop(Register dst);
674 void pop(const Operand& dst);
680 void movb(Register dst, const Operand& src);
681 void movb(Register dst, Immediate imm);
682 void movb(const Operand& dst, Register src);
686 void movw(const Operand& dst, Register src);
688 void movl(Register dst, Register src);
689 void movl(Register dst, const Operand& src);
690 void movl(const Operand& dst, Register src);
691 void movl(const Operand& dst, Immediate imm);
[all …]
Dassembler-x64.cc651 Register dst, in immediate_arithmetic_op() argument
654 emit_rex_64(dst); in immediate_arithmetic_op()
657 emit_modrm(subcode, dst); in immediate_arithmetic_op()
659 } else if (dst.is(rax)) { in immediate_arithmetic_op()
664 emit_modrm(subcode, dst); in immediate_arithmetic_op()
670 const Operand& dst, in immediate_arithmetic_op() argument
673 emit_rex_64(dst); in immediate_arithmetic_op()
676 emit_operand(subcode, dst); in immediate_arithmetic_op()
680 emit_operand(subcode, dst); in immediate_arithmetic_op()
687 Register dst, in immediate_arithmetic_op_16() argument
[all …]
/external/skia/src/core/
DSkBlitRow_D32.cpp15 static void S32_Opaque_BlitRow32(SkPMColor* SK_RESTRICT dst, in S32_Opaque_BlitRow32() argument
19 memcpy(dst, src, count * sizeof(SkPMColor)); in S32_Opaque_BlitRow32()
22 static void S32_Blend_BlitRow32(SkPMColor* SK_RESTRICT dst, in S32_Blend_BlitRow32() argument
32 *dst = SkAlphaMulQ(*(src++), src_scale) + SkAlphaMulQ(*dst, dst_scale); in S32_Blend_BlitRow32()
33 dst += 1; in S32_Blend_BlitRow32()
39 *dst = SkAlphaMulQ(*(src++), src_scale) + SkAlphaMulQ(*dst, dst_scale); in S32_Blend_BlitRow32()
40 dst += 1; in S32_Blend_BlitRow32()
41 *dst = SkAlphaMulQ(*(src++), src_scale) + SkAlphaMulQ(*dst, dst_scale); in S32_Blend_BlitRow32()
42 dst += 1; in S32_Blend_BlitRow32()
46 *dst = SkAlphaMulQ(*src, src_scale) + SkAlphaMulQ(*dst, dst_scale); in S32_Blend_BlitRow32()
[all …]
DSkUtils.cpp13 #define assign_16_longs(dst, value) \
15 (dst)[0] = value; (dst)[1] = value; \
16 (dst)[2] = value; (dst)[3] = value; \
17 (dst)[4] = value; (dst)[5] = value; \
18 (dst)[6] = value; (dst)[7] = value; \
19 (dst)[8] = value; (dst)[9] = value; \
20 (dst)[10] = value; (dst)[11] = value; \
21 (dst)[12] = value; (dst)[13] = value; \
22 (dst)[14] = value; (dst)[15] = value; \
25 #define assign_16_longs(dst, value) \ argument
[all …]
DSkPackBits.cpp12 static inline void small_memcpy(void* SK_RESTRICT dst, in small_memcpy() argument
15 uint8_t* d = (uint8_t*)dst; in small_memcpy()
37 static inline void small_memset(void* dst, uint8_t value, int n) { in small_memset() argument
39 uint8_t* d = (uint8_t*)dst; in small_memset()
71 #define PB_MEMCPY(dst, src, count) \ argument
74 memcpy(dst, src, count); \
76 small_memcpy(dst, src, count); \
134 static uint8_t* flush_same16(uint8_t dst[], uint16_t value, int count) { in flush_same16() argument
140 *dst++ = (uint8_t)(n - 1); in flush_same16()
141 *dst++ = (uint8_t)(value >> 8); in flush_same16()
[all …]
DSkXfermode.cpp69 static SkPMColor clear_modeproc(SkPMColor src, SkPMColor dst) { in clear_modeproc() argument
74 static SkPMColor src_modeproc(SkPMColor src, SkPMColor dst) { in src_modeproc() argument
79 static SkPMColor dst_modeproc(SkPMColor src, SkPMColor dst) { in dst_modeproc() argument
80 return dst; in dst_modeproc()
84 static SkPMColor srcover_modeproc(SkPMColor src, SkPMColor dst) { in srcover_modeproc() argument
88 return src + SkAlphaMulQ(dst, SkAlpha255To256(255 - SkGetPackedA32(src))); in srcover_modeproc()
92 return src + SkAlphaMulQ(dst, 256 - SkGetPackedA32(src)); in srcover_modeproc()
97 static SkPMColor dstover_modeproc(SkPMColor src, SkPMColor dst) { in dstover_modeproc() argument
100 return dst + SkAlphaMulQ(src, 256 - SkGetPackedA32(dst)); in dstover_modeproc()
104 static SkPMColor srcin_modeproc(SkPMColor src, SkPMColor dst) { in srcin_modeproc() argument
[all …]
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td125 def Select8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$src2, i8imm:$cc),
127 [(set GR8:$dst,
129 def Select16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR16:$src2, i8imm:$cc),
131 [(set GR16:$dst,
134 def Shl8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
136 [(set GR8:$dst, (MSP430shl GR8:$src, GR8:$cnt))]>;
137 def Shl16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR8:$cnt),
139 [(set GR16:$dst, (MSP430shl GR16:$src, GR8:$cnt))]>;
140 def Sra8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
142 [(set GR8:$dst, (MSP430sra GR8:$src, GR8:$cnt))]>;
[all …]
/external/opencv/cv/src/
D_cvmatrix.h45 #define icvCopyVector( src, dst, len ) memcpy( (dst), (src), (len)*sizeof((dst)[0])) argument
46 #define icvSetZero( dst, len ) memset( (dst), 0, (len)*sizeof((dst)[0])) argument
48 #define icvCopyVector_32f( src, len, dst ) memcpy((dst),(src),(len)*sizeof(float)) argument
49 #define icvSetZero_32f( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(float)) argument
50 #define icvCopyVector_64d( src, len, dst ) memcpy((dst),(src),(len)*sizeof(double)) argument
51 #define icvSetZero_64d( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(double)) argument
52 #define icvCopyMatrix_32f( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(float)) argument
53 #define icvCopyMatrix_64d( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(double)) argument
63 #define icvAddMatrix_32f( src1, src2, dst, w, h ) \ argument
64 icvAddVector_32f( (src1), (src2), (dst), (w)*(h))
[all …]
/external/icu4c/tools/genrb/
Dustr.c79 ustr_cpy(struct UString *dst, in ustr_cpy() argument
83 if(U_FAILURE(*status) || dst == src) in ustr_cpy()
86 if(dst->fCapacity < src->fLength) { in ustr_cpy()
87 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy()
91 if(src->fChars == NULL || dst->fChars == NULL){ in ustr_cpy()
94 uprv_memcpy(dst->fChars, src->fChars, sizeof(UChar) * src->fLength); in ustr_cpy()
95 dst->fLength = src->fLength; in ustr_cpy()
96 dst->fChars[dst->fLength] = 0x0000; in ustr_cpy()
118 ustr_cat(struct UString *dst, in ustr_cat() argument
122 ustr_ncat(dst, src, src->fLength, status); in ustr_cat()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit_1.c37 Uint8 *src, *map, *dst; in Blit1to1() local
45 dst = info->d_pixels; in Blit1to1()
53 *dst = map[*src]; in Blit1to1()
55 dst++; in Blit1to1()
60 *dst = map[*src]; in Blit1to1()
61 dst++; in Blit1to1()
66 dst += dstskip; in Blit1to1()
83 Uint8 *src, *dst; in Blit1to2() local
92 dst = info->d_pixels; in Blit1to2()
100 *(Uint16 *)dst = map[*src++]; in Blit1to2()
[all …]
/external/webkit/Source/WebKit/android/plugins/
DSkANP.cpp31 SkRect* SkANP::SetRect(SkRect* dst, const ANPRectF& src) { in SetRect() argument
32 dst->set(SkFloatToScalar(src.left), in SetRect()
36 return dst; in SetRect()
39 SkIRect* SkANP::SetRect(SkIRect* dst, const ANPRectI& src) { in SetRect() argument
40 dst->set(src.left, src.top, src.right, src.bottom); in SetRect()
41 return dst; in SetRect()
44 ANPRectI* SkANP::SetRect(ANPRectI* dst, const SkIRect& src) { in SetRect() argument
45 dst->left = src.fLeft; in SetRect()
46 dst->top = src.fTop; in SetRect()
47 dst->right = src.fRight; in SetRect()
[all …]
/external/kernel-headers/original/linux/
Dbitmap.h87 extern void __bitmap_complement(unsigned long *dst, const unsigned long *src,
89 extern void __bitmap_shift_right(unsigned long *dst,
91 extern void __bitmap_shift_left(unsigned long *dst,
93 extern void __bitmap_and(unsigned long *dst, const unsigned long *bitmap1,
95 extern void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1,
97 extern void __bitmap_xor(unsigned long *dst, const unsigned long *bitmap1,
99 extern void __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1,
110 unsigned long *dst, int nbits);
115 extern void bitmap_remap(unsigned long *dst, const unsigned long *src,
129 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() argument
[all …]
/external/clang/test/Analysis/
Dbstring.c51 char dst[4] = {0}; in memcpy0() local
53 memcpy(dst, src, 4); // no-warning in memcpy0()
55 if (memcpy(dst, src, 4) != dst) { in memcpy0()
59 if (dst[0] != 0) in memcpy0()
65 char dst[10]; in memcpy1() local
67 …memcpy(dst, src, 5); // expected-warning{{Memory copy function accesses out-of-bound array element… in memcpy1()
72 char dst[1]; in memcpy2() local
74 memcpy(dst, src, 4); // expected-warning{{Memory copy function overflows destination buffer}} in memcpy2()
79 char dst[3]; in memcpy3() local
81 memcpy(dst+1, src+2, 2); // no-warning in memcpy3()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonIntrinsics.td21 : ALU32_rr<(outs PredRegs:$dst), (ins IntRegs:$src1, IntRegs:$src2),
22 !strconcat("$dst = ", !strconcat(opc , "($src1, $src2)")),
23 [(set PredRegs:$dst, (IntID IntRegs:$src1, IntRegs:$src2))]>;
26 : ALU32_rr<(outs PredRegs:$dst), (ins IntRegs:$src1, s10Imm:$src2),
27 !strconcat("$dst = ", !strconcat(opc , "($src1, #$src2)")),
28 [(set PredRegs:$dst, (IntID IntRegs:$src1, imm:$src2))]>;
31 : ALU32_rr<(outs PredRegs:$dst), (ins IntRegs:$src1, s8Imm:$src2),
32 !strconcat("$dst = ", !strconcat(opc , "($src1, #$src2)")),
33 [(set PredRegs:$dst, (IntID IntRegs:$src1, imm:$src2))]>;
36 : ALU32_rr<(outs PredRegs:$dst), (ins IntRegs:$src1, u8Imm:$src2),
[all …]
/external/chromium/base/json/
Dstring_escape.cc19 static bool JsonSingleEscapeChar(const CHAR c, std::string* dst) { in JsonSingleEscapeChar() argument
25 dst->append("\\b"); in JsonSingleEscapeChar()
28 dst->append("\\f"); in JsonSingleEscapeChar()
31 dst->append("\\n"); in JsonSingleEscapeChar()
34 dst->append("\\r"); in JsonSingleEscapeChar()
37 dst->append("\\t"); in JsonSingleEscapeChar()
40 dst->append("\\\\"); in JsonSingleEscapeChar()
43 dst->append("\\\""); in JsonSingleEscapeChar()
54 std::string* dst) { in JsonDoubleQuoteT() argument
56 dst->push_back('"'); in JsonDoubleQuoteT()
[all …]
/external/webp/src/dec/
Ddsp.c59 dst[x + y * BPS] = clip_8b(dst[x + y * BPS] + ((v) >> 3))
65 static void TransformOne(const int16_t* in, uint8_t* dst) { in TransformOne() argument
100 dst += BPS; in TransformOne()
105 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo() argument
106 TransformOne(in, dst); in TransformTwo()
108 TransformOne(in + 16, dst + 4); in TransformTwo()
112 static void TransformUV(const int16_t* in, uint8_t* dst) { in TransformUV() argument
113 VP8Transform(in + 0 * 16, dst, 1); in TransformUV()
114 VP8Transform(in + 2 * 16, dst + 4 * BPS, 1); in TransformUV()
117 static void TransformDC(const int16_t *in, uint8_t* dst) { in TransformDC() argument
[all …]
/external/v8/src/ia32/
Dassembler-ia32.h684 void pop(Register dst);
685 void pop(const Operand& dst);
691 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() argument
692 void mov_b(Register dst, const Operand& src);
693 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() argument
694 void mov_b(const Operand& dst, int8_t imm8);
695 void mov_b(const Operand& dst, Register src);
697 void mov_w(Register dst, const Operand& src);
698 void mov_w(const Operand& dst, Register src);
700 void mov(Register dst, int32_t imm32);
[all …]

12345678910>>...64