/external/clang/test/CodeGen/ |
D | arm64-lanes.c | 7 int8_t test_vdupb_lane_s8(int8x8_t src) { in test_vdupb_lane_s8() 14 uint8_t test_vdupb_lane_u8(uint8x8_t src) { in test_vdupb_lane_u8() 21 int16_t test_vduph_lane_s16(int16x4_t src) { in test_vduph_lane_s16() 28 uint16_t test_vduph_lane_u16(uint16x4_t src) { in test_vduph_lane_u16() 35 int32_t test_vdups_lane_s32(int32x2_t src) { in test_vdups_lane_s32() 42 uint32_t test_vdups_lane_u32(uint32x2_t src) { in test_vdups_lane_u32() 49 float32_t test_vdups_lane_f32(float32x2_t src) { in test_vdups_lane_f32() 56 int64_t test_vdupd_lane_s64(int64x1_t src) { in test_vdupd_lane_s64() 63 uint64_t test_vdupd_lane_u64(uint64x1_t src) { in test_vdupd_lane_u64() 70 float64_t test_vdupd_lane_f64(float64x1_t src) { in test_vdupd_lane_f64()
|
/external/mesa3d/src/mesa/main/ |
D | format_unpack.c | 91 unpack_RGBA8888(const void *src, GLfloat dst[][4], GLuint n) in unpack_RGBA8888() 104 unpack_RGBA8888_REV(const void *src, GLfloat dst[][4], GLuint n) in unpack_RGBA8888_REV() 117 unpack_ARGB8888(const void *src, GLfloat dst[][4], GLuint n) in unpack_ARGB8888() 130 unpack_ARGB8888_REV(const void *src, GLfloat dst[][4], GLuint n) in unpack_ARGB8888_REV() 143 unpack_RGBX8888(const void *src, GLfloat dst[][4], GLuint n) in unpack_RGBX8888() 156 unpack_RGBX8888_REV(const void *src, GLfloat dst[][4], GLuint n) in unpack_RGBX8888_REV() 169 unpack_XRGB8888(const void *src, GLfloat dst[][4], GLuint n) in unpack_XRGB8888() 182 unpack_XRGB8888_REV(const void *src, GLfloat dst[][4], GLuint n) in unpack_XRGB8888_REV() 195 unpack_RGB888(const void *src, GLfloat dst[][4], GLuint n) in unpack_RGB888() 208 unpack_BGR888(const void *src, GLfloat dst[][4], GLuint n) in unpack_BGR888() [all …]
|
/external/clang/INPUTS/ |
D | stpcpy-test.c | 3 #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) &… argument 4 #define stpcpy(dest, src) __stpcpy (dest, src) argument 5 #define __stpcpy_args(src) __extension__ __STRING2_SMALL_GET16 (src, 0), __extension__ __STRING2_SM… argument 7 #define __mempcpy(dest, src, n) (__extension__ (__builtin_constant_p (src) && __builtin_constant_p … argument 8 #define mempcpy(dest, src, n) __mempcpy (dest, src, n) argument 9 #define __mempcpy_args(src) ((char *) (src))[0], ((char *) (src))[2], ((char *) (src))[4], ((char *… argument 11 #define __STRING2_SMALL_GET16(src, idx) (((__const unsigned char *) (__const char *) (src))[idx + 1… argument 13 #define __STRING2_SMALL_GET32(src, idx) (((((__const unsigned char *) (__const char *) (src))[idx +… argument
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfetch_tmp.h | 80 const GLuint *src = TEXEL_ADDR(GLuint, texImage, i, j, k, 1); in FETCH() local 94 const GLushort *src = TEXEL_ADDR(GLushort, texImage, i, j, k, 1); in FETCH() local 107 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 4); in FETCH() local 125 const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 4); in FETCH() local 142 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 3); in FETCH() local 160 const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 3); in FETCH() local 178 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 1); in FETCH() local 196 const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 1); in FETCH() local 214 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 1); in FETCH() local 232 const GLhalfARB *src = TEXEL_ADDR(GLhalfARB, texImage, i, j, k, 1); in FETCH() local [all …]
|
/external/valgrind/none/tests/amd64/ |
D | sse4-64.c | 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 1597 V128 src; in test_PEXTRB() local [all …]
|
/external/owasp/sanitizer/tools/ |
D | update_tree_in_svn.py | 61 def remove(src, dst): run(['rm', dst]) argument 63 def svn_delete(src, dst): svn_deletes.append(dst) argument 65 def recurse(src, dst): argument 74 def copy(src, dst): run(['cp', '-f', src, dst]) argument 76 def copy_if_different(src, dst): argument 79 def svn_add(src, dst): argument 90 def cnf(src, dst): conflict = True argument 92 def mkdir(src, dst): run(['mkdir', dst]) argument 111 def handle(src, dst): argument
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
D | PropertyChangeSupportTest.java | 64 Object src = new Object(); in testConstructor_Normal() local 73 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Normal() local 113 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Null() local 126 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Duplicate() local 144 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() local 192 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullListener() local 210 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() local 229 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_Duplicate() local 267 Object src = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_Normal() local 303 Object src = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_Null() local [all …]
|
D | PropertyChangeEventTest.java | 36 Object src = new Object(); in testConstructor_Normal() local 53 Object src = new Object(); in testConstructor_Null() local 68 Object src = new Object(); in testConstructor_NullProperty() local 96 Object src = new Object(); in testSetPropagationId_Normal() local 118 Object src = new Object(); in testSetPropagationId_Null() local
|
/external/icu/icu4c/source/common/ |
D | cpputils.h | 26 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 30 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() 35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 39 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() 44 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 48 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() 53 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 57 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() 63 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() 72 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 386 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor() 391 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor1() 396 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2() 401 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor3() 406 inline UnicodeString icu_assign_helper(const UChar* src,int32_t srcLen) in icu_assign_helper() 412 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) in assign() 417 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) in assign1() 422 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) in assign2() 427 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch() 433 inline void catenate(const UChar* src,int32_t srcLen, UnicodeString s0) in catenate() [all …]
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 498 Immediate src, in immediate_arithmetic_op() 518 Immediate src, in immediate_arithmetic_op() 536 Immediate src) { in immediate_arithmetic_op_16() 557 Immediate src) { in immediate_arithmetic_op_16() 575 Immediate src) { in immediate_arithmetic_op_8() 587 Immediate src) { in immediate_arithmetic_op_8() 628 void Assembler::bt(const Operand& dst, Register src) { in bt() 637 void Assembler::bts(const Operand& dst, Register src) { in bts() 646 void Assembler::bsrl(Register dst, Register src) { in bsrl() 751 void Assembler::cmovq(Condition cc, Register dst, Register src) { in cmovq() [all …]
|
D | assembler-x64.h | 754 void cmpb(Register dst, Immediate src) { in cmpb() 760 void cmpb(Register dst, Register src) { in cmpb() 764 void cmpb(Register dst, const Operand& src) { in cmpb() 768 void cmpb(const Operand& dst, Register src) { in cmpb() 772 void cmpb(const Operand& dst, Immediate src) { in cmpb() 776 void cmpw(const Operand& dst, Immediate src) { in cmpw() 780 void cmpw(Register dst, Immediate src) { in cmpw() 784 void cmpw(Register dst, const Operand& src) { in cmpw() 788 void cmpw(Register dst, Register src) { in cmpw() 792 void cmpw(const Operand& dst, Register src) { in cmpw() [all …]
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 288 struct x86_reg src ) in emit_op_modrm() 650 struct x86_reg src ) in x86_mov() 674 struct x86_reg src ) in x86_mov16() 683 struct x86_reg src ) in x86_mov8() 691 struct x86_reg src ) in x64_mov64() 715 void x86_movzx8(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx8() 722 void x86_movzx16(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx16() 731 struct x86_reg src, in x86_cmovcc() 741 struct x86_reg src ) in x86_xor() 749 struct x86_reg src ) in x86_cmp() [all …]
|
/external/aac/libFDK/include/arm/ |
D | scale.h | 95 inline static INT shiftRightSat(INT src, int scale) in shiftRightSat() 108 #define SATURATE_INT_PCM_RIGHT_SHIFT(src, scale) shiftRightSat(src, scale) argument 110 inline static INT shiftLeftSat(INT src, int scale) in shiftLeftSat() 123 #define SATURATE_INT_PCM_LEFT_SHIFT(src, scale) shiftLeftSat(src, scale) argument 143 …#define SATURATE_RIGHT_SHIFT(src, scale, dBits) … argument 148 …#define SATURATE_LEFT_SHIFT(src, scale, dBits) … argument
|
/external/aac/libFDK/include/ |
D | scale.h | 204 …#define SATURATE_RIGHT_SHIFT(src, scale, dBits) … argument 211 …#define SATURATE_LEFT_SHIFT(src, scale, dBits) … argument 218 #define SATURATE_SHIFT(src, scale, dBits) \ argument 229 #define SATURATE_LEFT_SHIFT_ALT(src, scale, dBits) … argument 236 …#define SATURATE_RIGHT_SHIFT_ALT(src, scale, dBits) … argument 243 #define SATURATE_INT_PCM_RIGHT_SHIFT(src, scale) SATURATE_RIGHT_SHIFT(src, scale, SAMPLE_BITS) argument 247 #define SATURATE_INT_PCM_LEFT_SHIFT(src, scale) SATURATE_LEFT_SHIFT(src, scale, SAMPLE_BITS) argument
|
/external/clang/test/Analysis/ |
D | bstring.c | 52 char src[] = {1, 2, 3, 4}; in memcpy0() local 65 char src[] = {1, 2, 3, 4}; in memcpy1() local 72 char src[] = {1, 2, 3, 4}; in memcpy2() local 79 char src[] = {1, 2, 3, 4}; in memcpy3() local 86 char src[] = {1, 2, 3, 4}; in memcpy4() local 93 char src[] = {1, 2, 3, 4}; in memcpy5() local 172 char src[] = {1, 2, 3, 4}; in mempcpy0() local 185 char src[] = {1, 2, 3, 4}; in mempcpy1() local 192 char src[] = {1, 2, 3, 4}; in mempcpy2() local 199 char src[] = {1, 2, 3, 4}; in mempcpy3() local [all …]
|
/external/skia/tests/ |
D | BlendTest.cpp | 17 static uint8_t blend_double_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_double_round() 28 uint8_t dst, uint8_t src, uint8_t alpha) { in test() 42 for (unsigned src = 0; src <= alpha; src++) { in test_alpha() local 54 for (unsigned src = 0; src <= alpha; src++) { in test_dst() local 60 static uint8_t blend_double_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_double_trunc() 64 static uint8_t blend_float_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_float_trunc() 68 static uint8_t blend_float_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_float_round() 72 static uint8_t blend_255_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_255_trunc() 78 static uint8_t blend_255_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_255_round() 84 static uint8_t blend_256_trunc(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_256_trunc() [all …]
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.c | 144 struct x86_reg src ) in emit_op_modrm() 354 struct x86_reg src ) in x86_mov() 361 struct x86_reg src ) in x86_xor() 368 struct x86_reg src ) in x86_cmp() 375 struct x86_reg src ) in x86_lea() 383 struct x86_reg src ) in x86_test() 391 struct x86_reg src ) in x86_add() 397 struct x86_reg src ) in x86_mul() 405 struct x86_reg src ) in x86_sub() 412 struct x86_reg src ) in x86_or() [all …]
|
/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.h | 39 const UChar* src; variable 110 const UChar* src; variable 257 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD() 261 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC() 265 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD() 268 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC() 272 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormFCD() 276 int32_t ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UE… in ICUQuickCheck() 283 int32_t ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, … in ICUIsNormalized() 290 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD() [all …]
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | vg_translate.c | 466 VGuint *src = (VGuint *)data; in _vega_unpack_float_span_rgba() local 485 VGuint *src = (VGuint *)data; in _vega_unpack_float_span_rgba() local 505 VGint *src = (VGint *)data; in _vega_unpack_float_span_rgba() local 525 VGshort *src = (VGshort *)data; in _vega_unpack_float_span_rgba() local 544 VGshort *src = (VGshort *)data; in _vega_unpack_float_span_rgba() local 563 VGshort *src = (VGshort *)data; in _vega_unpack_float_span_rgba() local 582 VGubyte *src = (VGubyte *)data; in _vega_unpack_float_span_rgba() local 595 VGuint *src = (VGuint *)data; in _vega_unpack_float_span_rgba() local 614 VGint *src = (VGint *)data; in _vega_unpack_float_span_rgba() local 634 VGint *src = (VGint *)data; in _vega_unpack_float_span_rgba() local [all …]
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 411 void Assembler::push(Register src) { in push() 417 void Assembler::push(const Operand& src) { in push() 452 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() 468 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() 476 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() 484 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() 523 void Assembler::mov(Register dst, const Operand& src) { in mov() 530 void Assembler::mov(Register dst, Register src) { in mov() 553 void Assembler::mov(const Operand& dst, Register src) { in mov() 560 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() [all …]
|
D | assembler-ia32.h | 614 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() 633 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() 636 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() 639 void movzx_b(Register dst, Register src) { movzx_b(dst, Operand(src)); } in movzx_b() 642 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() 646 void cmov(Condition cc, Register dst, Register src) { in cmov() 667 void add(Register dst, Register src) { add(dst, Operand(src)); } in add() 675 void and_(Register dst, Register src) { and_(dst, Operand(src)); } in and_() 703 void idiv(Register src) { idiv(Operand(src)); } in idiv() 705 void div(Register src) { div(Operand(src)); } in div() [all …]
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | Base64.java | 80 public static final byte[] encode(byte[] src) in encode() 94 public static final byte[] encode(byte[] src, int lineFeed) in encode() 170 public static final String encode(String src) in encode() 185 public static final byte[] decode(byte[] src) throws IllegalArgumentException in decode() 247 public static final String decode(String src) in decode()
|
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
D | AudioRenderer.java | 56 public void playSourceInstance(AudioNode src); in playSourceInstance() 57 public void playSource(AudioNode src); in playSource() 58 public void pauseSource(AudioNode src); in pauseSource() 59 public void stopSource(AudioNode src); in stopSource() 61 public void updateSourceParam(AudioNode src, AudioParam param); in updateSourceParam()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_variance_sse2.c | 33 static void variance_sse2(const unsigned char *src, int src_stride, in variance_sse2() 54 unsigned int vp9_variance4x4_sse2(const unsigned char *src, int src_stride, in vp9_variance4x4_sse2() 63 unsigned int vp9_variance8x4_sse2(const uint8_t *src, int src_stride, in vp9_variance8x4_sse2() 72 unsigned int vp9_variance4x8_sse2(const uint8_t *src, int src_stride, in vp9_variance4x8_sse2() 81 unsigned int vp9_variance8x8_sse2(const unsigned char *src, int src_stride, in vp9_variance8x8_sse2() 90 unsigned int vp9_variance16x8_sse2(const unsigned char *src, int src_stride, in vp9_variance16x8_sse2() 99 unsigned int vp9_variance8x16_sse2(const unsigned char *src, int src_stride, in vp9_variance8x16_sse2() 108 unsigned int vp9_variance16x16_sse2(const unsigned char *src, int src_stride, in vp9_variance16x16_sse2() 117 unsigned int vp9_mse16x16_sse2(const unsigned char *src, int src_stride, in vp9_mse16x16_sse2() 125 unsigned int vp9_variance32x32_sse2(const uint8_t *src, int src_stride, in vp9_variance32x32_sse2() [all …]
|