/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/test/CodeGen/ |
D | arm64-lanes.c | 6 int8_t test_vdupb_lane_s8(int8x8_t src) { in test_vdupb_lane_s8() 16 uint8_t test_vdupb_lane_u8(uint8x8_t src) { in test_vdupb_lane_u8() 26 int16_t test_vduph_lane_s16(int16x4_t src) { in test_vduph_lane_s16() 40 uint16_t test_vduph_lane_u16(uint16x4_t src) { in test_vduph_lane_u16() 54 int32_t test_vdups_lane_s32(int32x2_t src) { in test_vdups_lane_s32() 68 uint32_t test_vdups_lane_u32(uint32x2_t src) { in test_vdups_lane_u32() 82 float32_t test_vdups_lane_f32(float32x2_t src) { in test_vdups_lane_f32() 96 int64_t test_vdupd_lane_s64(int64x1_t src) { in test_vdupd_lane_s64() 107 uint64_t test_vdupd_lane_u64(uint64x1_t src) { in test_vdupd_lane_u64() 118 float64_t test_vdupd_lane_f64(float64x1_t src) { in test_vdupd_lane_f64()
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86InstComments.cpp | 24 #define CASE_SSE_INS_COMMON(Inst, src) \ argument 27 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument 30 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument 33 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument 36 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument 41 #define CASE_MOVDUP(Inst, src) \ argument 49 #define CASE_MASK_MOVDUP(Inst, src) \ argument 54 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument 59 #define CASE_PMOVZX(Inst, src) \ argument 67 #define CASE_MASK_PMOVZX(Inst, src) \ argument [all …]
|
/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/v8/src/x64/ |
D | assembler-x64.cc | 580 Immediate src, in immediate_arithmetic_op() 600 Immediate src, in immediate_arithmetic_op() 621 Immediate src) { in immediate_arithmetic_op_16() 642 Immediate src) { in immediate_arithmetic_op_16() 660 Immediate src) { in immediate_arithmetic_op_8() 672 Immediate src) { in immediate_arithmetic_op_8() 739 void Assembler::bt(const Operand& dst, Register src) { in bt() 748 void Assembler::bts(const Operand& dst, Register src) { in bts() 757 void Assembler::bsrl(Register dst, Register src) { in bsrl() 766 void Assembler::bsrl(Register dst, const Operand& src) { in bsrl() [all …]
|
D | assembler-x64.h | 739 void cmpb(Register dst, Immediate src) { in cmpb() 745 void cmpb(Register dst, Register src) { in cmpb() 749 void cmpb(Register dst, const Operand& src) { in cmpb() 753 void cmpb(const Operand& dst, Register src) { in cmpb() 757 void cmpb(const Operand& dst, Immediate src) { in cmpb() 761 void cmpw(const Operand& dst, Immediate src) { in cmpw() 765 void cmpw(Register dst, Immediate src) { in cmpw() 769 void cmpw(Register dst, const Operand& src) { in cmpw() 773 void cmpw(Register dst, Register src) { in cmpw() 777 void cmpw(const Operand& dst, Register src) { in cmpw() [all …]
|
/external/valgrind/none/tests/amd64/ |
D | sse4-64.c | 395 V128 src, dst; in test_BLENDPD() local 409 V128 src, dst; in test_BLENDPS() local 435 V128 src, dst; in test_DPPD() local 702 V128 src, dst; in test_DPPS() local 973 V128 src, dst; in test_INSERTPS() local 1244 V128 src, dst; in test_MPSADBW() local 1262 V128 src, dst; in test_PACKUSDW() local 1286 V128 src, dst; in test_PBLENDW() local 1552 V128 src, dst; in test_PCMPEQQ() local 1572 V128 src; in test_PEXTRB() local [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/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 …]
|
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 22 auto src = (const uint32_t*)vsrc; in RGBA_to_rgbA_portable() local 39 auto src = (const uint32_t*)vsrc; in RGBA_to_bgrA_portable() local 56 auto src = (const uint32_t*)vsrc; in RGBA_to_BGRA_portable() local 70 const uint8_t* src = (const uint8_t*)vsrc; in RGB_to_RGB1_portable() local 84 const uint8_t* src = (const uint8_t*)vsrc; in RGB_to_BGR1_portable() local 98 const uint8_t* src = (const uint8_t*)vsrc; in gray_to_RGB1_portable() local 108 const uint8_t* src = (const uint8_t*)vsrc; in grayA_to_RGBA_portable() local 121 const uint8_t* src = (const uint8_t*)vsrc; in grayA_to_rgbA_portable() local 135 const uint32_t* src = (const uint32_t*)vsrc; in inverted_CMYK_to_RGB1_portable() local 153 const uint32_t* src = (const uint32_t*)vsrc; in inverted_CMYK_to_BGR1_portable() 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/icu/icu4c/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | SourceTest.java | 31 String src = "\na\nbb\n"; in testGetLines1() local 38 String src = "aa\nbb\n;"; in testGetLines2() local 45 String src = "xx\r\nyy"; in testGetLines3() local 52 String src = "Hello\n\nWorld!"; in testGetLine() local 61 String src = "a\nb$line-tag$\nc\nd\ne$line-tagx$\nf"; in testGetLineNumber() local 68 String src = "a\nb$line-tag$\nc\nd\ne\nf"; in testGetLineNumberNegative() local 75 String src = "a\nb$line-tag$\nc\nd\ne$line-tag$\nf"; in testDuplicateTag() local
|
/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/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 391 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor() 396 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor1() 401 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2() 406 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor3() 411 inline UnicodeString icu_assign_helper(const UChar* src,int32_t srcLen) in icu_assign_helper() 417 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) in assign() 422 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) in assign1() 427 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) in assign2() 432 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch() 438 inline void catenate(const UChar* src,int32_t srcLen, UnicodeString s0) in catenate() [all …]
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 466 void Assembler::push(Register src) { in push() 472 void Assembler::push(const Operand& src) { in push() 507 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() 515 void Assembler::mov_b(const Operand& dst, const Immediate& src) { in mov_b() 523 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() 531 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() 539 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() 547 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w() 578 void Assembler::mov(Register dst, const Operand& src) { in mov() 585 void Assembler::mov(Register dst, Register src) { in mov() [all …]
|
/external/skia/src/images/ |
D | SkImageEncoderFns.h | 37 static inline void transform_scanline_memcpy(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_memcpy() 43 const char* SK_RESTRICT src, int width, int, in transform_scanline_index8_opaque() 55 const char* SK_RESTRICT src, int width, int, in transform_scanline_index8_unpremul() 65 static inline void transform_scanline_gray(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_gray() 81 static inline void transform_scanline_565(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_565() 96 static inline void transform_scanline_RGBX(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_RGBX() 111 static inline void transform_scanline_BGRX(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_BGRX() 126 static inline void transform_scanline_444(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_444() 140 static inline void transform_scanline_rgbA(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_rgbA() 148 static inline void transform_scanline_bgrA(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_bgrA() [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/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/icu/icu4c/source/test/perf/normperf/ |
D | normperf.h | 43 const UChar* src; variable 114 const UChar* src; variable 261 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD() 265 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC() 269 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD() 272 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC() 276 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormFCD() 280 int32_t ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UE… in ICUQuickCheck() 287 int32_t ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, … in ICUIsNormalized() 294 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/libchrome/base/strings/ |
D | utf_string_conversions.cc | 25 bool ConvertUnicode(const SRC_CHAR* src, in ConvertUnicode() 48 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() 69 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide() 95 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16() 104 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() 115 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16() 129 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() 149 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16() 172 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() 197 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16() [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/pdfium/xfa/fxbarcode/ |
D | BC_UtilCodingConvert.cpp | 13 void CBC_UtilCodingConvert::UnicodeToLocale(const CFX_WideString& src, in UnicodeToLocale() 18 void CBC_UtilCodingConvert::LocaleToUtf8(const CFX_ByteString& src, in LocaleToUtf8() 24 void CBC_UtilCodingConvert::LocaleToUtf8(const CFX_ByteString& src, in LocaleToUtf8() 33 void CBC_UtilCodingConvert::Utf8ToLocale(const CFX_ArrayTemplate<uint8_t>& src, in Utf8ToLocale() 43 void CBC_UtilCodingConvert::Utf8ToLocale(const uint8_t* src, in Utf8ToLocale() 51 void CBC_UtilCodingConvert::UnicodeToUTF8(const CFX_WideString& src, in UnicodeToUTF8()
|