/external/mesa3d/src/mesa/main/ |
D | pack.c | 153 GLubyte *buffer, *dst; in _mesa_unpack_bitmap() local 262 GLubyte *dst = (GLubyte *) _mesa_image_address2d(packing, dest, in _mesa_pack_bitmap() local 558 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 570 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 582 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 594 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 606 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 615 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 624 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 637 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local [all …]
|
D | format_pack.c | 98 pack_ubyte_RGBA8888(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888() 105 pack_float_RGBA8888(const GLfloat src[4], void *dst) in pack_float_RGBA8888() 113 pack_row_ubyte_RGBA8888(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888() 124 pack_row_float_RGBA8888(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888() 142 pack_ubyte_RGBA8888_REV(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888_REV() 149 pack_float_RGBA8888_REV(const GLfloat src[4], void *dst) in pack_float_RGBA8888_REV() 157 pack_row_ubyte_RGBA8888_REV(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888_REV() 168 pack_row_float_RGBA8888_REV(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888_REV() 185 pack_ubyte_ARGB8888(const GLubyte src[4], void *dst) in pack_ubyte_ARGB8888() 192 pack_float_ARGB8888(const GLfloat src[4], void *dst) in pack_float_ARGB8888() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | pack.c | 153 GLubyte *buffer, *dst; in _mesa_unpack_bitmap() local 262 GLubyte *dst = (GLubyte *) _mesa_image_address2d(packing, dest, in _mesa_pack_bitmap() local 558 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 570 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 582 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 594 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 606 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 615 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 624 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 637 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local [all …]
|
D | format_pack.c | 98 pack_ubyte_RGBA8888(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888() 105 pack_float_RGBA8888(const GLfloat src[4], void *dst) in pack_float_RGBA8888() 113 pack_row_ubyte_RGBA8888(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888() 124 pack_row_float_RGBA8888(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888() 142 pack_ubyte_RGBA8888_REV(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888_REV() 149 pack_float_RGBA8888_REV(const GLfloat src[4], void *dst) in pack_float_RGBA8888_REV() 157 pack_row_ubyte_RGBA8888_REV(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888_REV() 168 pack_row_float_RGBA8888_REV(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888_REV() 185 pack_ubyte_ARGB8888(const GLubyte src[4], void *dst) in pack_ubyte_ARGB8888() 192 pack_float_ARGB8888(const GLfloat src[4], void *dst) in pack_float_ARGB8888() [all …]
|
/external/chromium_org/v8/src/x64/ |
D | assembler-x64.h | 763 void addl(Register dst, Register src) { in addl() 767 void addl(Register dst, Immediate src) { in addl() 771 void addl(Register dst, const Operand& src) { in addl() 775 void addl(const Operand& dst, Immediate src) { in addl() 779 void addl(const Operand& dst, Register src) { in addl() 783 void addq(Register dst, Register src) { in addq() 787 void addq(Register dst, const Operand& src) { in addq() 791 void addq(const Operand& dst, Register src) { in addq() 795 void addq(Register dst, Immediate src) { in addq() 799 void addq(const Operand& dst, Immediate src) { in addq() [all …]
|
D | assembler-x64.cc | 549 Register dst, in immediate_arithmetic_op() 568 const Operand& dst, in immediate_arithmetic_op() 585 Register dst, in immediate_arithmetic_op_16() 606 const Operand& dst, in immediate_arithmetic_op_16() 624 Register dst, in immediate_arithmetic_op_32() 644 const Operand& dst, in immediate_arithmetic_op_32() 661 const Operand& dst, in immediate_arithmetic_op_8() 673 Register dst, in immediate_arithmetic_op_8() 687 void Assembler::shift(Register dst, Immediate shift_amount, int subcode) { in shift() 703 void Assembler::shift(Register dst, int subcode) { in shift() [all …]
|
/external/v8/src/x64/ |
D | assembler-x64.h | 747 void addl(Register dst, Register src) { in addl() 751 void addl(Register dst, Immediate src) { in addl() 755 void addl(Register dst, const Operand& src) { in addl() 759 void addl(const Operand& dst, Immediate src) { in addl() 763 void addl(const Operand& dst, Register src) { in addl() 767 void addq(Register dst, Register src) { in addq() 771 void addq(Register dst, const Operand& src) { in addq() 775 void addq(const Operand& dst, Register src) { in addq() 779 void addq(Register dst, Immediate src) { in addq() 783 void addq(const Operand& dst, Immediate src) { in addq() [all …]
|
D | assembler-x64.cc | 651 Register dst, in immediate_arithmetic_op() 670 const Operand& dst, in immediate_arithmetic_op() 687 Register dst, in immediate_arithmetic_op_16() 708 const Operand& dst, in immediate_arithmetic_op_16() 726 Register dst, in immediate_arithmetic_op_32() 746 const Operand& dst, in immediate_arithmetic_op_32() 763 const Operand& dst, in immediate_arithmetic_op_8() 775 Register dst, in immediate_arithmetic_op_8() 789 void Assembler::shift(Register dst, Immediate shift_amount, int subcode) { in shift() 805 void Assembler::shift(Register dst, int subcode) { in shift() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 287 struct x86_reg dst, in emit_op_modrm() 454 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 463 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm() 476 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm() 493 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm() 514 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm() 530 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm() 536 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm() 542 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm() 548 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm() [all …]
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 287 struct x86_reg dst, in emit_op_modrm() 454 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 463 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm() 476 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm() 493 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm() 514 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm() 530 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm() 536 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm() 542 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm() 548 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm() [all …]
|
/external/qemu/distrib/sdl-1.2.15/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 …]
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.c | 143 struct x86_reg dst, in emit_op_modrm() 305 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 353 struct x86_reg dst, in x86_mov() 360 struct x86_reg dst, in x86_xor() 367 struct x86_reg dst, in x86_cmp() 374 struct x86_reg dst, in x86_lea() 382 struct x86_reg dst, in x86_test() 390 struct x86_reg dst, in x86_add() 404 struct x86_reg dst, in x86_sub() 411 struct x86_reg dst, in x86_or() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/ |
D | x86sse.c | 143 struct x86_reg dst, in emit_op_modrm() 305 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 353 struct x86_reg dst, in x86_mov() 360 struct x86_reg dst, in x86_xor() 367 struct x86_reg dst, in x86_cmp() 374 struct x86_reg dst, in x86_lea() 382 struct x86_reg dst, in x86_test() 390 struct x86_reg dst, in x86_add() 404 struct x86_reg dst, in x86_sub() 411 struct x86_reg dst, in x86_or() [all …]
|
/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 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/external/chromium_org/third_party/icu/source/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/chromium_org/v8/src/ia32/ |
D | assembler-ia32.cc | 486 void Assembler::pop(Register dst) { in pop() 493 void Assembler::pop(const Operand& dst) { in pop() 514 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() 522 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b() 530 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() 538 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() 546 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() 554 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w() 564 void Assembler::mov(Register dst, int32_t imm32) { in mov() 571 void Assembler::mov(Register dst, const Immediate& x) { in mov() [all …]
|
/external/chromium/base/json/ |
D | string_escape.cc | 19 static bool JsonSingleEscapeChar(const CHAR c, std::string* dst) { in JsonSingleEscapeChar() 54 std::string* dst) { in JsonDoubleQuoteT() 82 std::string* dst) { in JsonDoubleQuote() 87 std::string dst; in GetDoubleQuotedJson() local 94 std::string* dst) { in JsonDoubleQuote() 99 std::string dst; in GetDoubleQuotedJson() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 549 void Assembler::pop(Register dst) { in pop() 556 void Assembler::pop(const Operand& dst) { in pop() 577 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() 585 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b() 593 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() 601 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() 609 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() 617 void Assembler::mov(Register dst, int32_t imm32) { in mov() 624 void Assembler::mov(Register dst, const Immediate& x) { in mov() 631 void Assembler::mov(Register dst, Handle<Object> handle) { in mov() [all …]
|
/external/valgrind/main/none/tests/amd64/ |
D | sse4-64.c | 117 ULong src64, V128* dst, V128* res ) in showIGVV() 420 V128 src, dst; in test_BLENDPD() local 434 V128 src, dst; in test_BLENDPS() local 460 V128 src, dst; in test_DPPD() local 727 V128 src, dst; in test_DPPS() local 998 V128 src, dst; in test_INSERTPS() local 1269 V128 src, dst; in test_MPSADBW() local 1287 V128 src, dst; in test_PACKUSDW() local 1311 V128 src, dst; in test_PBLENDW() local 1577 V128 src, dst; in test_PCMPEQQ() local [all …]
|
/external/opencv/cv/src/ |
D | _cvmatrix.h | 45 #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 66 #define icvSubMatrix_32f( src1, src2, dst, w, h ) \ argument [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 73 micro_abs(union tgsi_exec_channel *dst, in micro_abs() 83 micro_arl(union tgsi_exec_channel *dst, in micro_arl() 93 micro_arr(union tgsi_exec_channel *dst, in micro_arr() 103 micro_ceil(union tgsi_exec_channel *dst, in micro_ceil() 113 micro_clamp(union tgsi_exec_channel *dst, in micro_clamp() 125 micro_cmp(union tgsi_exec_channel *dst, in micro_cmp() 137 micro_cnd(union tgsi_exec_channel *dst, in micro_cnd() 149 micro_cos(union tgsi_exec_channel *dst, in micro_cos() 159 micro_ddx(union tgsi_exec_channel *dst, in micro_ddx() 169 micro_ddy(union tgsi_exec_channel *dst, in micro_ddy() [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 73 micro_abs(union tgsi_exec_channel *dst, in micro_abs() 83 micro_arl(union tgsi_exec_channel *dst, in micro_arl() 93 micro_arr(union tgsi_exec_channel *dst, in micro_arr() 103 micro_ceil(union tgsi_exec_channel *dst, in micro_ceil() 113 micro_clamp(union tgsi_exec_channel *dst, in micro_clamp() 125 micro_cmp(union tgsi_exec_channel *dst, in micro_cmp() 137 micro_cnd(union tgsi_exec_channel *dst, in micro_cnd() 149 micro_cos(union tgsi_exec_channel *dst, in micro_cos() 159 micro_ddx(union tgsi_exec_channel *dst, in micro_ddx() 169 micro_ddy(union tgsi_exec_channel *dst, in micro_ddy() [all …]
|
/external/valgrind/main/VEX/priv/ |
D | host_amd64_isel.c | 302 static AMD64Instr* mk_iMOVsd_RR ( HReg src, HReg dst ) in mk_iMOVsd_RR() 311 static AMD64Instr* mk_vMOVsd_RR ( HReg src, HReg dst ) in mk_vMOVsd_RR() 357 HReg dst, in iselIntExpr_single_instruction() 739 HReg dst = newVRegV(env); in generate_zeroes_V128() local 748 HReg dst = newVRegV(env); in generate_ones_V128() local 759 HReg dst = generate_ones_V128(env); in do_sse_NotV128() local 837 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 873 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 900 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 920 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | vg_translate.c | 41 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 54 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 67 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 80 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 96 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 114 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 132 VGubyte *dst = (VGubyte *)dstAddr; in _vega_pack_rgba_span_float() local 143 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 156 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 168 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local [all …]
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | vg_translate.c | 41 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 54 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 67 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 80 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 96 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 114 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 132 VGubyte *dst = (VGubyte *)dstAddr; in _vega_pack_rgba_span_float() local 143 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 156 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 168 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local [all …]
|