| /external/vulkan-validation-layers/layers/generated/ |
| D | vk_safe_struct.cpp | 59 safe_VkApplicationInfo::safe_VkApplicationInfo(const safe_VkApplicationInfo& src) in safe_VkApplicationInfo() 70 safe_VkApplicationInfo& safe_VkApplicationInfo::operator=(const safe_VkApplicationInfo& src) in operator =() 109 void safe_VkApplicationInfo::initialize(const safe_VkApplicationInfo* src) in initialize() 149 safe_VkInstanceCreateInfo::safe_VkInstanceCreateInfo(const safe_VkInstanceCreateInfo& src) in safe_VkInstanceCreateInfo() 171 …fe_VkInstanceCreateInfo& safe_VkInstanceCreateInfo::operator=(const safe_VkInstanceCreateInfo& src) in operator =() 256 void safe_VkInstanceCreateInfo::initialize(const safe_VkInstanceCreateInfo* src) in initialize() 292 safe_VkAllocationCallbacks::safe_VkAllocationCallbacks(const safe_VkAllocationCallbacks& src) in safe_VkAllocationCallbacks() 302 …VkAllocationCallbacks& safe_VkAllocationCallbacks::operator=(const safe_VkAllocationCallbacks& src) in operator =() 331 void safe_VkAllocationCallbacks::initialize(const safe_VkAllocationCallbacks* src) in initialize() 360 safe_VkDeviceQueueCreateInfo::safe_VkDeviceQueueCreateInfo(const safe_VkDeviceQueueCreateInfo& src) in safe_VkDeviceQueueCreateInfo() [all …]
|
| /external/angle/src/image_util/ |
| D | imageformats.cpp | 17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor() 26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor() 36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor() 44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor() 52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor() 57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor() 67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor() 75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor() 85 void L8A8::readColor(gl::ColorF *dst, const L8A8 *src) in readColor() 94 void L8A8::writeColor(L8A8 *dst, const gl::ColorF *src) in writeColor() [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/angle/src/tests/gl_tests/ |
| D | TextureUploadFormatTest.cpp | 308 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<8>(srcVals[0])), in TEST_P() local 334 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<7>(srcVals[0])), in TEST_P() local 348 constexpr uint16_t src[] = {static_cast<uint16_t>((EncodeNormUint<5>(srcVals[0]) << 11) | in TEST_P() local 359 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local 370 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local 380 constexpr uint32_t src[] = { in TEST_P() local 392 constexpr uint32_t src[] = { in TEST_P() local 402 const uint16_t src[] = {static_cast<uint16_t>(EncodeNormUint<16>(srcVals[0]))}; in TEST_P() local 410 constexpr uint32_t src[] = {EncodeNormUint<32>(srcVals[0])}; in TEST_P() local 420 constexpr uint32_t src[] = {EncodeNormUint<24>(srcVals[0]) << 8}; in TEST_P() 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/skia/src/images/ |
| D | SkImageEncoderFns.h | 19 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/ |
| D | SkImageEncoderFns.h | 19 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/ |
| D | X86InstComments.cpp | 26 #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/ |
| D | format_unpack.c | 59 uint32_t *src = (uint32_t *)void_src; in unpack_float_a8b8g8r8_unorm() local 82 uint32_t *src = (uint32_t *)void_src; in unpack_float_x8b8g8r8_unorm() local 103 uint32_t *src = (uint32_t *)void_src; in unpack_float_r8g8b8a8_unorm() local 126 uint32_t *src = (uint32_t *)void_src; in unpack_float_r8g8b8x8_unorm() local 147 uint32_t *src = (uint32_t *)void_src; in unpack_float_b8g8r8a8_unorm() local 170 uint32_t *src = (uint32_t *)void_src; in unpack_float_b8g8r8x8_unorm() local 191 uint32_t *src = (uint32_t *)void_src; in unpack_float_a8r8g8b8_unorm() local 214 uint32_t *src = (uint32_t *)void_src; in unpack_float_x8r8g8b8_unorm() local 235 uint16_t *src = (uint16_t *)void_src; in unpack_float_b5g6r5_unorm() local 256 uint16_t *src = (uint16_t *)void_src; in unpack_float_r5g6b5_unorm() local [all …]
|
| /external/skqp/src/opts/ |
| D | SkSwizzler_opts.h | 23 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/skia/src/opts/ |
| D | SkSwizzler_opts.h | 23 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/ |
| D | cmsalpha.c | 65 void copy8(void* dst, const void* src) in copy8() 71 void from8to16(void* dst, const void* src) in from8to16() 78 void from8toFLT(void* dst, const void* src) in from8toFLT() 84 void from8toDBL(void* dst, const void* src) in from8toDBL() 90 void from8toHLF(void* dst, const void* src) in from8toHLF() 104 void from16to8(void* dst, const void* src) in from16to8() 111 void copy16(void* dst, const void* src) in copy16() 116 void from16toFLT(void* dst, const void* src) in from16toFLT() 121 void from16toDBL(void* dst, const void* src) in from16toDBL() 127 void from16toHLF(void* dst, const void* src) in from16toHLF() [all …]
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX86BaseImpl.h | 250 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/skia/src/sksl/ |
| D | SkSLInterpreter.h | 57 #define BINARY_OP(inst, src, result, op) \ argument 67 #define MASKED_BINARY_OP(inst, src, result, op) \ argument 82 #define MASKED_VECTOR_BINARY_OP(inst, src, result, op) \ argument 113 #define VECTOR_BINARY_OP(inst, src, result, op) \ argument 454 ByteCode::Immediate src = read<ByteCode::Immediate>(ip); in disassemble() local 464 ByteCode::Pointer src = read<ByteCode::Pointer>(ip); in disassemble() local 471 ByteCode::Pointer src = read<ByteCode::Pointer>(ip); in disassemble() local 478 ByteCode::Pointer src = read<ByteCode::Pointer>(ip); in disassemble() local 485 ByteCode::Pointer src = read<ByteCode::Pointer>(ip); in disassemble() local 492 ByteCode::Pointer src = read<ByteCode::Pointer>(ip); in disassemble() local [all …]
|
| /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/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 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/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
| D | SourceTest.java | 33 String src = "aaa\nbbb\n;"; in should_parse_lines() local 47 String src = "\naaa\n\nbbb\n"; in should_parse_empty_lines() local 62 String src = "aaa\r\nbbb"; in should_parse_crnl_separator() local 75 String src = "a\nb\nc"; in should_calculate_line_numbers() local 89 String src = "a\nb"; in line_should_implement_toString() local 103 String src = "a\nb\nc"; in line_should_provide_corresponding_coverage() local 123 String src = "aaa\nbbb // test()\n}//nospaces()\n/* http://jacoco.org/ */"; in line_should_return_comment() local
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_lower_packing.c | 38 lower_pack_64_from_32(nir_builder *b, nir_ssa_def *src) in lower_pack_64_from_32() 45 lower_unpack_64_to_32(nir_builder *b, nir_ssa_def *src) in lower_unpack_64_to_32() 52 lower_pack_32_from_16(nir_builder *b, nir_ssa_def *src) in lower_pack_32_from_16() 59 lower_unpack_32_to_16(nir_builder *b, nir_ssa_def *src) in lower_unpack_32_to_16() 66 lower_pack_64_from_16(nir_builder *b, nir_ssa_def *src) in lower_pack_64_from_16() 78 lower_unpack_64_to_16(nir_builder *b, nir_ssa_def *src) in lower_unpack_64_to_16() 113 nir_ssa_def *src = nir_ssa_for_alu_src(&b, alu_instr, 0); in lower_pack_impl() local
|
| /external/v8/src/codegen/x64/ |
| D | assembler-x64.cc | 673 Immediate src, int size) { in immediate_arithmetic_op() 691 Immediate src, int size) { in immediate_arithmetic_op() 706 Immediate src) { in immediate_arithmetic_op_16() 725 Immediate src) { in immediate_arithmetic_op_16() 741 Immediate src) { in immediate_arithmetic_op_8() 751 Immediate src) { in immediate_arithmetic_op_8() 825 void Assembler::btq(Operand dst, Register src) { in btq() 833 void Assembler::btsq(Operand dst, Register src) { in btsq() 859 void Assembler::bsrl(Register dst, Register src) { in bsrl() 867 void Assembler::bsrl(Register dst, Operand src) { in bsrl() [all …]
|
| /external/v8/src/codegen/ia32/ |
| D | assembler-ia32.h | 480 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() 483 void mov_b(Operand dst, int8_t src) { mov_b(dst, Immediate(src)); } in mov_b() 488 void mov_w(Operand dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() 502 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() 505 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() 508 void movzx_b(Register dst, Register src) { movzx_b(dst, Operand(src)); } in movzx_b() 511 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() 517 void cmov(Condition cc, Register dst, Register src) { in cmov() 557 void adc(Register dst, Register src) { adc(dst, Operand(src)); } in adc() 560 void add(Register dst, Register src) { add(dst, Operand(src)); } in add() [all …]
|
| D | macro-assembler-ia32.h | 99 void Move(Register dst, Smi src) { Move(dst, Immediate(src)); } in Move() 107 void Move(XMMRegister dst, float src) { Move(dst, bit_cast<uint32_t>(src)); } in Move() 108 void Move(XMMRegister dst, double src) { Move(dst, bit_cast<uint64_t>(src)); } in Move() 207 void Lzcnt(Register dst, Register src) { Lzcnt(dst, Operand(src)); } in Lzcnt() 210 void Tzcnt(Register dst, Register src) { Tzcnt(dst, Operand(src)); } in Tzcnt() 213 void Popcnt(Register dst, Register src) { Popcnt(dst, Operand(src)); } in Popcnt() 216 void PushReturnAddressFrom(Register src) { push(src); } in PushReturnAddressFrom() 261 void Pshufhw(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in Pshufhw() 265 void Pshuflw(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in Pshuflw() 269 void Pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in Pshufd() [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/libchrome/base/strings/ |
| D | old_utf_string_conversions.cc | 21 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/aac/libFDK/include/arm/ |
| D | scale_arm.h | 110 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
|