/external/webkit/V8Binding/v8/src/x64/ |
D | assembler-x64.h | 548 void addl(Register dst, Register src) { in addl() 556 void addl(Register dst, Immediate src) { in addl() 560 void addl(Register dst, const Operand& src) { in addl() 564 void addl(const Operand& dst, Immediate src) { in addl() 568 void addq(Register dst, Register src) { in addq() 572 void addq(Register dst, const Operand& src) { in addq() 576 void addq(const Operand& dst, Register src) { in addq() 580 void addq(Register dst, Immediate src) { in addq() 584 void addq(const Operand& dst, Immediate src) { in addq() 588 void cmpb(Register dst, Immediate src) { in cmpb() [all …]
|
D | assembler-x64.cc | 509 Register dst, in immediate_arithmetic_op() 529 const Operand& dst, in immediate_arithmetic_op() 547 Register dst, in immediate_arithmetic_op_16() 569 const Operand& dst, in immediate_arithmetic_op_16() 588 Register dst, in immediate_arithmetic_op_32() 609 const Operand& dst, in immediate_arithmetic_op_32() 627 const Operand& dst, in immediate_arithmetic_op_8() 640 Register dst, in immediate_arithmetic_op_8() 655 void Assembler::shift(Register dst, Immediate shift_amount, int subcode) { in shift() 672 void Assembler::shift(Register dst, int subcode) { in shift() [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
D | SDL_audiocvt.c | 41 Uint8 *src, *dst; in SDL_ConvertMono() local 55 Sint8 *src, *dst; in SDL_ConvertMono() local 69 Uint8 *src, *dst; in SDL_ConvertMono() local 100 Uint8 *src, *dst; in SDL_ConvertMono() local 148 Uint8 *src, *dst; in SDL_ConvertStrip() local 162 Sint8 *src, *dst; in SDL_ConvertStrip() local 176 Uint8 *src, *dst; in SDL_ConvertStrip() local 211 Uint8 *src, *dst; in SDL_ConvertStrip() local 264 Uint8 *src, *dst; in SDL_ConvertStrip_2() local 278 Sint8 *src, *dst; in SDL_ConvertStrip_2() local [all …]
|
D | SDL_mixer_m68k.c | 31 void SDL_MixAudio_m68k_U8(char* dst, char* src, long len, long volume, char* mix8) in SDL_MixAudio_m68k_U8() 69 void SDL_MixAudio_m68k_S8(char* dst, char* src, long len, long volume) in SDL_MixAudio_m68k_S8() 116 void SDL_MixAudio_m68k_S16MSB(short* dst, short* src, long len, long volume) in SDL_MixAudio_m68k_S16MSB() 162 void SDL_MixAudio_m68k_S16LSB(short* dst, short* src, long len, long volume) in SDL_MixAudio_m68k_S16LSB()
|
/external/icu4c/common/ |
D | cpputils.h | 26 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 31 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 40 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 44 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 49 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 53 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 58 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 64 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 72 …rayCopy(const U_NAMESPACE_QUALIFIER UnicodeString *src, U_NAMESPACE_QUALIFIER UnicodeString *dst, … in uprv_arrayCopy() [all …]
|
/external/webkit/WebKit/android/plugins/ |
D | SkANP.cpp | 30 SkRect* SkANP::SetRect(SkRect* dst, const ANPRectF& src) { in SetRect() 38 SkIRect* SkANP::SetRect(SkIRect* dst, const ANPRectI& src) { in SetRect() 43 ANPRectI* SkANP::SetRect(ANPRectI* dst, const SkIRect& src) { in SetRect() 51 ANPRectF* SkANP::SetRect(ANPRectF* dst, const SkRect& src) { in SetRect() 59 SkBitmap* SkANP::SetBitmap(SkBitmap* dst, const ANPBitmap& src) { in SetBitmap() 78 bool SkANP::SetBitmap(ANPBitmap* dst, const SkBitmap& src) { in SetBitmap()
|
/external/webkit/V8Binding/v8/src/ia32/ |
D | assembler-ia32.cc | 411 void Assembler::pop(Register dst) { in pop() 529 void Assembler::pop(const Operand& dst) { in pop() 553 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() 561 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b() 570 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() 578 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() 587 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() 596 void Assembler::mov(Register dst, int32_t imm32) { in mov() 604 void Assembler::mov(Register dst, const Immediate& x) { in mov() 612 void Assembler::mov(Register dst, Handle<Object> handle) { in mov() [all …]
|
/external/skia/src/core/ |
D | SkXfermode.cpp | 22 static SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst, U8CPU alpha) { in SkFourByteInterp() 86 bool SkXfermode::asCoeff(Coeff* src, Coeff* dst) { in asCoeff() 90 SkPMColor SkXfermode::xferColor(SkPMColor src, SkPMColor dst) { in xferColor() 95 void SkXfermode::xfer32(SK_RESTRICT SkPMColor dst[], in xfer32() 119 void SkXfermode::xfer16(SK_RESTRICT uint16_t dst[], in xfer16() 144 void SkXfermode::xfer4444(SK_RESTRICT SkPMColor16 dst[], in xfer4444() 170 void SkXfermode::xferA8(SK_RESTRICT SkAlpha dst[], in xferA8() 199 void SkProcXfermode::xfer32(SK_RESTRICT SkPMColor dst[], in xfer32() 227 void SkProcXfermode::xfer16(SK_RESTRICT uint16_t dst[], in xfer16() 256 void SkProcXfermode::xfer4444(SK_RESTRICT SkPMColor16 dst[], in xfer4444() [all …]
|
D | SkPackBits.cpp | 5 static inline void small_memcpy(void* SK_RESTRICT dst, in small_memcpy() 30 static inline void small_memset(void* dst, uint8_t value, int n) { in small_memset() 64 #define PB_MEMCPY(dst, src, count) \ argument 127 static uint8_t* flush_same16(uint8_t dst[], uint16_t value, int count) { in flush_same16() 141 static uint8_t* flush_same8(uint8_t dst[], uint8_t value, int count) { in flush_same8() 154 static uint8_t* flush_diff16(uint8_t SK_RESTRICT dst[], in flush_diff16() 170 static uint8_t* flush_diff8(uint8_t SK_RESTRICT dst[], in flush_diff8() 187 uint8_t SK_RESTRICT dst[]) { in Pack16() 230 uint8_t SK_RESTRICT dst[]) { in Pack8() 276 uint16_t SK_RESTRICT dst[]) { in Unpack16() [all …]
|
D | SkBlitRow_D32.cpp | 5 static void S32_Opaque_BlitRow32(SkPMColor* SK_RESTRICT dst, in S32_Opaque_BlitRow32() 12 static void S32_Blend_BlitRow32(SkPMColor* SK_RESTRICT dst, in S32_Blend_BlitRow32() 29 static void S32A_Opaque_BlitRow32(SkPMColor* SK_RESTRICT dst, in S32A_Opaque_BlitRow32() 54 static void S32A_Blend_BlitRow32(SkPMColor* SK_RESTRICT dst, in S32A_Blend_BlitRow32() 89 void SkBlitRow::Color32(SkPMColor dst[], const SkPMColor src[], int count, in Color32()
|
D | SkBlitRow_D4444.cpp | 7 static void S32_D4444_Opaque(uint16_t* SK_RESTRICT dst, in S32_D4444_Opaque() 22 static void S32_D4444_Blend(uint16_t* SK_RESTRICT dst, in S32_D4444_Blend() 42 static void S32A_D4444_Opaque(uint16_t* SK_RESTRICT dst, in S32A_D4444_Opaque() 64 static void S32A_D4444_Blend(uint16_t* SK_RESTRICT dst, in S32A_D4444_Blend() 88 static void S32_D4444_Opaque_Dither(uint16_t* SK_RESTRICT dst, in S32_D4444_Opaque_Dither() 107 static void S32_D4444_Blend_Dither(uint16_t* SK_RESTRICT dst, in S32_D4444_Blend_Dither() 130 static void S32A_D4444_Opaque_Dither(uint16_t* SK_RESTRICT dst, in S32A_D4444_Opaque_Dither() 159 static void S32A_D4444_Blend_Dither(uint16_t* SK_RESTRICT dst, in S32A_D4444_Blend_Dither()
|
/external/webkit/JavaScriptCore/parser/ |
D | Nodes.cpp | 103 RegisterID* NullNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode() 112 RegisterID* BooleanNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode() 121 RegisterID* NumberNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode() 130 RegisterID* StringNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode() 139 RegisterID* RegExpNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode() 151 RegisterID* ThisNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode() 165 RegisterID* ResolveNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode() 179 RegisterID* ArrayNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode() 239 RegisterID* ObjectLiteralNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode() 251 RegisterID* PropertyListNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode() [all …]
|
/external/webkit/JavaScriptCore/jit/ |
D | JITArithmetic.cpp | 52 unsigned dst = currentInstruction[1].u.operand; in emit_op_negate() local 78 unsigned dst = currentInstruction[1].u.operand; in emitSlow_op_negate() local 218 unsigned dst = currentInstruction[1].u.operand; in emit_op_lshift() local 240 unsigned dst = currentInstruction[1].u.operand; in emitSlow_op_lshift() local 258 unsigned dst = currentInstruction[1].u.operand; in emit_op_rshift() local 280 unsigned dst = currentInstruction[1].u.operand; in emitSlow_op_rshift() local 298 unsigned dst = currentInstruction[1].u.operand; in emit_op_bitand() local 321 unsigned dst = currentInstruction[1].u.operand; in emitSlow_op_bitand() local 339 unsigned dst = currentInstruction[1].u.operand; in emit_op_bitor() local 362 unsigned dst = currentInstruction[1].u.operand; in emitSlow_op_bitor() local [all …]
|
/external/webkit/JavaScriptCore/assembler/ |
D | X86Assembler.h | 317 void addl_rr(RegisterID src, RegisterID dst) in addl_rr() 322 void addl_mr(int offset, RegisterID base, RegisterID dst) in addl_mr() 332 void addl_ir(int imm, RegisterID dst) in addl_ir() 355 void addq_rr(RegisterID src, RegisterID dst) in addq_rr() 360 void addq_ir(int imm, RegisterID dst) in addq_ir() 394 void andl_rr(RegisterID src, RegisterID dst) in andl_rr() 399 void andl_mr(int offset, RegisterID base, RegisterID dst) in andl_mr() 409 void andl_ir(int imm, RegisterID dst) in andl_ir() 432 void andq_rr(RegisterID src, RegisterID dst) in andq_rr() 437 void andq_ir(int imm, RegisterID dst) in andq_ir() [all …]
|
/external/bison/lib/ |
D | bitset_stats.c | 313 bitset_stats_set (bitset dst, bitset_bindex bitno) in bitset_stats_set() 332 bitset_stats_reset (bitset dst, bitset_bindex bitno) in bitset_stats_reset() 399 bitset_stats_empty_p (bitset dst) in bitset_stats_empty_p() 406 bitset_stats_ones (bitset dst) in bitset_stats_ones() 413 bitset_stats_zero (bitset dst) in bitset_stats_zero() 420 bitset_stats_copy (bitset dst, bitset src) in bitset_stats_copy() 428 bitset_stats_disjoint_p (bitset dst, bitset src) in bitset_stats_disjoint_p() 436 bitset_stats_equal_p (bitset dst, bitset src) in bitset_stats_equal_p() 444 bitset_stats_not (bitset dst, bitset src) in bitset_stats_not() 452 bitset_stats_subset_p (bitset dst, bitset src) in bitset_stats_subset_p() [all …]
|
D | vbitset.c | 117 vbitset_set (dst, bitno) in vbitset_set() argument 136 vbitset_reset (dst, bitno) in vbitset_reset() argument 329 vbitset_unused_clear (dst) in vbitset_unused_clear() argument 336 VBITSET_WORDS (dst)[VBITSET_SIZE (dst) - 1] &= local 342 vbitset_ones (bitset dst) in vbitset_ones() 355 vbitset_zero (bitset dst) in vbitset_zero() 367 vbitset_empty_p (bitset dst) in vbitset_empty_p() 381 vbitset_copy1 (bitset dst, bitset src) in vbitset_copy1() 406 vbitset_not (bitset dst, bitset src) in vbitset_not() 431 vbitset_equal_p (bitset dst, bitset src) in vbitset_equal_p() [all …]
|
D | abitset.c | 303 abitset_unused_clear (bitset dst) in abitset_unused_clear() 309 ABITSET_WORDS (dst)[dst->b.csize - 1] &= in abitset_unused_clear() local 315 abitset_ones (bitset dst) in abitset_ones() 328 abitset_zero (bitset dst) in abitset_zero() 340 abitset_empty_p (bitset dst) in abitset_empty_p() 354 abitset_copy1 (bitset dst, bitset src) in abitset_copy1() 367 abitset_not (bitset dst, bitset src) in abitset_not() 381 abitset_equal_p (bitset dst, bitset src) in abitset_equal_p() 396 abitset_subset_p (bitset dst, bitset src) in abitset_subset_p() 411 abitset_disjoint_p (bitset dst, bitset src) in abitset_disjoint_p() [all …]
|
D | lbitset.c | 418 lbitset_equal_p (bitset dst, bitset src) in lbitset_equal_p() 445 lbitset_copy (bitset dst, bitset src) in lbitset_copy() 487 lbitset_copy_cmp (bitset dst, bitset src) in lbitset_copy_cmp() 517 lbitset_set (bitset dst, bitset_bindex bitno) in lbitset_set() 530 lbitset_reset (bitset dst, bitset_bindex bitno) in lbitset_reset() 863 lbitset_empty_p (bitset dst) in lbitset_empty_p() 883 lbitset_unused_clear (bitset dst) in lbitset_unused_clear() 911 lbitset_ones (bitset dst) in lbitset_ones() 936 lbitset_not (bitset dst, bitset src) in lbitset_not() 969 lbitset_subset_p (bitset dst, bitset src) in lbitset_subset_p() [all …]
|
/external/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 25 Sk2DPathEffectBlitter(Sk2DPathEffect* pe, SkPath* dst) in Sk2DPathEffectBlitter() 44 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width) in filterPath() 67 SkPoint src, dst; in nextSpan() local 77 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) {} in begin() 78 void Sk2DPathEffect::next(const SkPoint& loc, int u, int v, SkPath* dst) {} in next() 79 void Sk2DPathEffect::end(SkPath* dst) {} in end()
|
/external/skia/tests/ |
D | SrcOverTest.cpp | 6 static int test_srcover0(unsigned dst, unsigned alpha) { in test_srcover0() 11 static int test_srcover1(unsigned dst, unsigned alpha) { in test_srcover1() 16 static int test_srcover2(unsigned dst, unsigned alpha) { in test_srcover2() 48 for (unsigned dst = 0; dst <= 255; dst++) { in test_srcover_hack() local
|
/external/icu4c/tools/genrb/ |
D | ustr.c | 77 ustr_cpy(struct UString *dst, in ustr_cpy() 116 ustr_cat(struct UString *dst, in ustr_cat() 124 ustr_ncat(struct UString *dst, in ustr_ncat() 145 ustr_ucat(struct UString *dst, in ustr_ucat() 164 ustr_u32cat(struct UString *dst, UChar32 c, UErrorCode *status){ in ustr_u32cat() 177 ustr_uscat(struct UString *dst, in ustr_uscat()
|
/external/skia/src/images/ |
D | SkScaledBitmapSampler.cpp | 27 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow; in Sample_Gray_D8888() local 38 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow; in Sample_RGBx_D8888() local 49 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow; in Sample_RGBA_D8888() local 65 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; in Sample_Gray_D565() local 76 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; in Sample_Gray_D565_D() local 88 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; in Sample_RGBx_D565() local 99 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; in Sample_RGBx_D565_D() local 113 SkPMColor16* SK_RESTRICT dst = (SkPMColor16*)dstRow; in Sample_Gray_D4444() local 125 SkPMColor16* SK_RESTRICT dst = (SkPMColor16*)dstRow; in Sample_Gray_D4444_D() local 138 SkPMColor16* SK_RESTRICT dst = (SkPMColor16*)dstRow; in Sample_RGBx_D4444() local [all …]
|
/external/webkit/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 94 int dst = (vPC + 1)->u.operand; in resolve() local 124 int dst = (vPC + 1)->u.operand; in resolveSkip() local 155 int dst = (vPC + 1)->u.operand; in resolveGlobal() local 195 int dst = (vPC + 1)->u.operand; in resolveBase() local 696 size_t dst = 0; in execute() local 756 size_t dst = 0; in prepareForRepeatCall() local 930 int dst = (++vPC)->u.operand; in createExceptionScope() local 1211 int dst = (++vPC)->u.operand; in privateExecute() local 1225 int dst = (++vPC)->u.operand; in privateExecute() local 1241 int dst = (++vPC)->u.operand; in privateExecute() local [all …]
|
/external/skia/include/core/ |
D | SkUtils.h | 41 #define sk_memset16(dst, value, count) android_memset16(dst, value, (count) << 1) argument 42 #define sk_memset32(dst, value, count) android_memset32(dst, value, (count) << 2) argument 46 #define sk_memset16(dst, value, count) sk_memset16_portable(dst, value, count) argument 50 #define sk_memset32(dst, value, count) sk_memset32_portable(dst, value, count) argument
|
/external/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 122 struct wpa_ctrl_dst *dst, *next; in ctrl_flush_broken_pipes() local 140 struct wpa_ctrl_dst *dst; in ctrl_open_pipe() local 228 static void ctrl_close_pipe(struct wpa_ctrl_dst *dst) in ctrl_close_pipe() 263 struct wpa_ctrl_dst *dst = (struct wpa_ctrl_dst *) overlap; in ctrl_iface_write_completed() local 285 static void wpa_supplicant_ctrl_iface_rx(struct wpa_ctrl_dst *dst, size_t len) in wpa_supplicant_ctrl_iface_rx() 355 struct wpa_ctrl_dst *dst = (struct wpa_ctrl_dst *) overlap; in ctrl_iface_read_completed() local 365 struct wpa_ctrl_dst *dst = eloop_data; in wpa_supplicant_ctrl_iface_receive() local 484 struct wpa_ctrl_dst *dst, *next; in wpa_supplicant_ctrl_iface_send() local 563 struct wpa_global_dst *dst, *next; in global_flush_broken_pipes() local 581 struct wpa_global_dst *dst; in global_open_pipe() local [all …]
|