Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 3911) sorted by relevance

12345678910>>...157

/external/clang/test/CodeGen/
Darm64-lanes.c6 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/epid-sdk/epid/member/tiny/math/src/
Dserialize.c28 void SwapNativeAndPortableLayout(void* dest, size_t dest_size, void const* src, in SwapNativeAndPortableLayout()
51 void* Uint32Serialize(OctStr32* dest, uint32_t src) { in Uint32Serialize()
60 void const* Uint32Deserialize(uint32_t* dest, OctStr32 const* src) { in Uint32Deserialize()
70 void* VliSerialize(BigNumStr* dest, VeryLargeInt const* src) { in VliSerialize()
83 void const* VliDeserialize(VeryLargeInt* dest, BigNumStr const* src) { in VliDeserialize()
96 void* FqSerialize(FqElemStr* dest, FqElem const* src) { in FqSerialize()
106 void const* FqDeserialize(FqElem* dest, FqElemStr const* src) { in FqDeserialize()
117 static void* Fq2Serialize(Fq2ElemStr* dest, Fq2Elem const* src) { in Fq2Serialize()
123 static void const* Fq2Deserialize(Fq2Elem* dest, Fq2ElemStr const* src) { in Fq2Deserialize()
129 static void* Fq6Serialize(Fq6ElemStr* dest, Fq6Elem const* src) { in Fq6Serialize()
[all …]
/external/Microsoft-GSL/tests/
Dalgorithm_tests.cpp44 std::array<int, 5> src{1, 2, 3, 4, 5}; variable
61 std::array<int, 5> src{1, 2, 3, 4, 5}; variable
78 std::array<int, 5> src{1, 2, 3, 4, 5}; variable
95 std::array<int, 5> src{1, 2, 3, 4, 5}; variable
118 std::array<short, 5> src{1, 2, 3, 4, 5}; variable
135 std::array<short, 5> src{1, 2, 3, 4, 5}; variable
152 std::array<short, 5> src{1, 2, 3, 4, 5}; variable
169 std::array<short, 5> src{1, 2, 3, 4, 5}; variable
188 std::array<int, 4> src{1, 2, 3, 4}; variable
206 std::array<int, 12> src{1, 2, 3, 4}; variable
/external/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp24 #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/clang/INPUTS/
Dstpcpy-test.c3 #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/skia/src/images/
DSkImageEncoderFns.h19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy()
23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha()
31 static void skcms(char* dst, const char* src, int n, in skcms()
38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray()
44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565()
50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX()
56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX()
62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444()
68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA()
74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA()
[all …]
/external/skqp/src/images/
DSkImageEncoderFns.h19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy()
23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha()
31 static void skcms(char* dst, const char* src, int n, in skcms()
38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray()
44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565()
50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX()
56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX()
62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444()
68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA()
74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA()
[all …]
/external/epid-sdk/epid/member/tiny/src/
Dserialize.c28 NativeBasicSignature const* src) { in BasicSignatureSerialize()
46 BasicSignature const* src) { in BasicSignatureDeserialize()
63 void* GroupPubKeySerialize(GroupPubKey* dest, NativeGroupPubKey const* src) { in GroupPubKeySerialize()
80 GroupPubKey const* src) { in GroupPubKeyDeserialize()
96 void const* PrivKeyDeserialize(NativePrivKey* dest, PrivKey const* src) { in PrivKeyDeserialize()
114 MemberPrecomp const* src) { in PreCompDeserialize()
128 MembershipCredential const* src) { in MembershipCredentialDeserialize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp26 #define CASE_SSE_INS_COMMON(Inst, src) \ argument
29 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
32 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
35 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
38 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
43 #define CASE_MOVDUP(Inst, src) \ argument
51 #define CASE_MASK_MOVDUP(Inst, src) \ argument
56 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument
61 #define CASE_PMOVZX(Inst, src) \ argument
69 #define CASE_MASK_PMOVZX(Inst, src) \ argument
[all …]
/external/mesa3d/prebuilt-intermediates/main/
Dformat_unpack.c58 uint32_t *src = (uint32_t *)void_src; in unpack_float_a8b8g8r8_unorm() local
81 uint32_t *src = (uint32_t *)void_src; in unpack_float_x8b8g8r8_unorm() local
102 uint32_t *src = (uint32_t *)void_src; in unpack_float_r8g8b8a8_unorm() local
125 uint32_t *src = (uint32_t *)void_src; in unpack_float_r8g8b8x8_unorm() local
146 uint32_t *src = (uint32_t *)void_src; in unpack_float_b8g8r8a8_unorm() local
169 uint32_t *src = (uint32_t *)void_src; in unpack_float_b8g8r8x8_unorm() local
190 uint32_t *src = (uint32_t *)void_src; in unpack_float_a8r8g8b8_unorm() local
213 uint32_t *src = (uint32_t *)void_src; in unpack_float_x8r8g8b8_unorm() local
234 uint32_t *src = (uint32_t *)void_src; in unpack_float_l16a16_unorm() local
255 uint32_t *src = (uint32_t *)void_src; in unpack_float_a16l16_unorm() local
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DSourceTest.java31 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/owasp/sanitizer/tools/
Dupdate_tree_in_svn.py61 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/skia/src/opts/
DSkSwizzler_opts.h23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable()
39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable()
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable()
68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable()
81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_BGR1_portable()
94 static void gray_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in gray_to_RGB1_portable()
103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable()
115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable()
128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable()
145 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable()
[all …]
/external/skqp/src/opts/
DSkSwizzler_opts.h23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable()
39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable()
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable()
68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable()
81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_BGR1_portable()
94 static void gray_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in gray_to_RGB1_portable()
103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable()
115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable()
128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable()
145 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable()
[all …]
/external/pdfium/third_party/lcms/src/
Dcmsalpha.c66 void copy8(void* dst, const void* src) in copy8()
72 void from8to16(void* dst, const void* src) in from8to16()
79 void from8toFLT(void* dst, const void* src) in from8toFLT()
85 void from8toDBL(void* dst, const void* src) in from8toDBL()
91 void from8toHLF(void* dst, const void* src) in from8toHLF()
100 void from16to8(void* dst, const void* src) in from16to8()
107 void copy16(void* dst, const void* src) in copy16()
112 void from16toFLT(void* dst, const void* src) in from16toFLT()
117 void from16toDBL(void* dst, const void* src) in from16toDBL()
123 void from16toHLF(void* dst, const void* src) in from16toHLF()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h250 GPRRegister src) { in mov()
265 const Address &src) { in mov()
281 GPRRegister src) { in mov()
335 GPRRegister src) { in movzx()
354 const Address &src) { in movzx()
374 GPRRegister src) { in movsx()
390 const Address &src) { in movsx()
407 const Address &src) { in lea()
421 GPRRegister src) { in cmov()
435 const Address &src) { in cmov()
[all …]
/external/v8/src/x64/
Dassembler-x64.cc783 Immediate src, in immediate_arithmetic_op()
802 Immediate src, int size) { in immediate_arithmetic_op()
819 Immediate src) { in immediate_arithmetic_op_16()
838 Immediate src) { in immediate_arithmetic_op_16()
854 Immediate src) { in immediate_arithmetic_op_8()
866 Immediate src) { in immediate_arithmetic_op_8()
946 void Assembler::bt(Operand dst, Register src) { in bt()
954 void Assembler::bts(Operand dst, Register src) { in bts()
963 void Assembler::bsrl(Register dst, Register src) { in bsrl()
971 void Assembler::bsrl(Register dst, Operand src) { in bsrl()
[all …]
/external/icu/icu4c/source/common/
Dcpputils.h28 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/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
DPropertyChangeSupportTest.java64 Object src = new Object(); in testConstructor_Normal() local
73 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Normal() local
109 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Null() local
122 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_Duplicate() local
140 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_Normal() local
176 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullListener() local
194 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty() local
213 Object src = new Object(); in testAddPropertyChangeListener_PropertyChangeListener_String_Duplicate() local
247 Object src = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_Normal() local
283 Object src = new Object(); in testRemovePropertyChangeListener_PropertyChangeListener_Null() local
[all …]
/external/pdfium/fxbarcode/
DBC_UtilCodingConvert.cpp13 void CBC_UtilCodingConvert::UnicodeToLocale(const WideString& src, in UnicodeToLocale()
18 void CBC_UtilCodingConvert::LocaleToUtf8(const ByteString& src, in LocaleToUtf8()
24 void CBC_UtilCodingConvert::LocaleToUtf8(const ByteString& src, in LocaleToUtf8()
31 void CBC_UtilCodingConvert::Utf8ToLocale(const std::vector<uint8_t>& src, in Utf8ToLocale()
41 void CBC_UtilCodingConvert::Utf8ToLocale(const uint8_t* src, in Utf8ToLocale()
48 void CBC_UtilCodingConvert::UnicodeToUTF8(const WideString& src, in UnicodeToUTF8()
/external/aac/libFDK/include/arm/
Dscale_arm.h110 inline static INT shiftRightSat(INT src, int scale) { in shiftRightSat()
120 #define SATURATE_INT_PCM_RIGHT_SHIFT(src, scale) shiftRightSat(src, scale) argument
122 inline static INT shiftLeftSat(INT src, int scale) { in shiftLeftSat()
132 #define SATURATE_INT_PCM_LEFT_SHIFT(src, scale) shiftLeftSat(src, scale) argument
151 #define SATURATE_RIGHT_SHIFT(src, scale, dBits) \ argument
157 #define SATURATE_LEFT_SHIFT(src, scale, dBits) \ argument
/external/libchrome/base/strings/
Dold_utf_string_conversions.cc21 void PrepareForUTF8Output(const CHAR* src, in PrepareForUTF8Output()
37 void PrepareForUTF16Or32Output(const char* src, in PrepareForUTF16Or32Output()
62 bool ConvertUnicode(const SRC_CHAR* src, size_t src_len, DEST_STRING* output) { in ConvertUnicode()
83 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8()
104 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide()
130 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16()
139 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide()
150 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16()
164 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide()
184 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16()
[all …]
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h391 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/python/cpython2/Mac/Modules/cf/
Dpycfbridge.c17 PyCF_CF2Python(CFTypeRef src) { in PyCF_CF2Python()
33 PyCF_CF2Python_sequence(CFArrayRef src) { in PyCF_CF2Python_sequence()
58 PyCF_CF2Python_mapping(CFTypeRef src) { in PyCF_CF2Python_mapping()
100 PyCF_CF2Python_simple(CFTypeRef src) { in PyCF_CF2Python_simple()
127 PyCF_CF2Python_string(CFStringRef src) { in PyCF_CF2Python_string()
147 PyCF_Python2CF(PyObject *src, CFTypeRef *dst) { in PyCF_Python2CF()
159 PyCF_Python2CF_sequence(PyObject *src, CFArrayRef *dst) { in PyCF_Python2CF_sequence()
197 PyCF_Python2CF_mapping(PyObject *src, CFDictionaryRef *dst) { in PyCF_Python2CF_mapping()
244 PyCF_Python2CF_simple(PyObject *src, CFTypeRef *dst) { in PyCF_Python2CF_simple()
279 PyCF_Python2CF_string(PyObject *src, CFStringRef *dst) { in PyCF_Python2CF_string()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c289 struct x86_reg src ) in emit_op_modrm()
651 struct x86_reg src ) in x86_mov()
675 struct x86_reg src ) in x86_mov16()
684 struct x86_reg src ) in x86_mov8()
692 struct x86_reg src ) in x64_mov64()
716 void x86_movzx8(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx8()
723 void x86_movzx16(struct x86_function *p, struct x86_reg dst, struct x86_reg src ) in x86_movzx16()
732 struct x86_reg src, in x86_cmovcc()
742 struct x86_reg src ) in x86_xor()
750 struct x86_reg src ) in x86_cmp()
[all …]

12345678910>>...157