| /third_party/ffmpeg/libswscale/ppc/ |
| H A D | yuv2yuv_altivec.c | 34 static int yv12toyuy2_unscaled_altivec(SwsContext *c, const uint8_t *src[], in yv12toyuy2_unscaled_altivec() argument 110 static int yv12touyvy_unscaled_altivec(SwsContext *c, const uint8_t *src[], in yv12touyvy_unscaled_altivec() argument [all...] |
| /third_party/alsa-lib/test/ |
| H A D | mixtest.c | 88 mix_areas_srv(unsigned int size, const s16 *src, volatile s32 *sum, unsigned int src_step, unsigned int sum_step) mix_areas_srv() argument 121 mix_areas0(unsigned int size, volatile s16 *dst, s16 *src, volatile s32 *sum, unsigned int dst_step, unsigned int src_step, unsigned int sum_step) mix_areas0() argument 157 mix_areas2(unsigned int size, volatile s16 *dst, const s16 *src, volatile s32 *sum, unsigned int dst_step, unsigned int src_step) mix_areas2() argument [all...] |
| /third_party/alsa-utils/axfer/ |
| H A D | container.c | 75 char *src = buf; in container_recursive_write() local
|
| /third_party/alsa-utils/topology/nhlt/ |
| H A D | nhlt-processor.c | 137 char *src = NULL; in merge_manifest_data() local 95 print_as_hex_bytes(uint8_t *manifest_buffer, uint32_t manifest_size, uint8_t *nhlt_buffer, uint32_t nhlt_size, char **src) print_as_hex_bytes() argument
|
| /third_party/alsa-utils/bat/ |
| H A D | analyze.c | 230 calculate_noise_one_period(struct bat *bat, struct noise_analyzer *na, float *src, int length, int channel) calculate_noise_one_period() argument 290 calculate_noise(struct bat *bat, float *src, int channel) calculate_noise() argument [all...] |
| /third_party/backends/backend/ |
| H A D | kvs20xx.c | 439 memcpy24 (u8 * dest, u8 * src, unsigned size, unsigned ls) in memcpy24() argument
|
| H A D | gt68xx_mid.c | 138 unpack_8_mono (SANE_Byte * src, unsigned int *dst, SANE_Int pixels_per_line) in unpack_8_mono() argument 147 unpack_8_rgb (SANE_Byte * src, unsigned int *dst, SANE_Int pixels_per_line) in unpack_8_rgb() argument 158 unpack_12_le_mono (SANE_Byte * src, unsigned int *dst, in unpack_12_le_mono() argument 171 unpack_12_le_rgb(SANE_Byte * src, unsigned int *dst1, unsigned int *dst2, unsigned int *dst3, SANE_Int pixels_per_line) unpack_12_le_rgb() argument 199 unpack_16_le_mono(SANE_Byte * src, unsigned int *dst, SANE_Int pixels_per_line) unpack_16_le_mono() argument 209 unpack_16_le_rgb(SANE_Byte * src, unsigned int *dst, SANE_Int pixels_per_line) unpack_16_le_rgb() argument [all...] |
| H A D | mustek_scsi_pp.c | 704 mustek_scsi_pp_cmd (int fd, const void *src, size_t src_size, in mustek_scsi_pp_cmd() argument
|
| H A D | plustek-pp_image.c | 284 pUChar src, dest; in fnP96GrayDirect() local 311 pUChar pDither, src, dest; in fnHalftoneDirect0() local 337 pUChar src, dest; in fnHalftoneDirect1() local 364 pUChar src; fnP98ColorDirect() local 380 pUChar src; fnP96ColorDirect() local 399 pUShort src; fnP98Color48() local [all...] |
| /third_party/backends/sanei/ |
| H A D | sanei_ab306.c | 360 sanei_ab306_cmd (int fd, const void *src, size_t src_size, in sanei_ab306_cmd() argument 544 sanei_ab306_cmd (int fd, const void *src, size_t src_size, in sanei_ab306_cmd() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Norm2AllModes.java | 25 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() argument 34 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() argument 89 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() argument 98 normalize(CharSequence src, Appendable dest) normalize() argument 108 normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) normalize() argument 129 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 171 normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) normalize() argument 175 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 202 normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) normalize() argument 206 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 257 normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) normalize() argument 261 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument [all...] |
| H A D | UTS46.java | 114 process(CharSequence src, in process() argument 203 processUnicode(CharSequence src, in processUnicode() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | uspoof_conf.cpp | 133 SPUString *SPUStringPool::addString(UnicodeString *src, UErrorCode &status) { in addString() argument
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cbiditransformtst.c | 48 UChar src[STR_CAPACITY] = { 0 }; variable [all...] |
| H A D | ucsdetst.c | 53 static int32_t preflight(const UChar *src, int32_t length, UConverter *cnv) in preflight() argument 71 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) in extractBytes() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | fldset.cpp | 70 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) in split() argument
|
| /third_party/icu/icu4c/source/test/perf/normperf/ |
| H A D | normperf.h | 43 const UChar* src; member in QuickCheckPerfFunction 114 const UChar* src; member in NormPerfFunction 261 ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFD() argument 265 ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFC() argument 269 ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFKD() argument 272 ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFKC() argument 276 ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormFCD() argument 280 ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) ICUQuickCheck() argument 287 ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) ICUIsNormalized() argument 294 ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFD() argument 298 ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFC() argument 302 ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFKD() argument 305 ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormNFKC() argument 309 ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) ICUNormFCD() argument 313 ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) ICUQuickCheck() argument 317 ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status) ICUIsNormalized() argument 324 WinNormNFD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFD() argument 328 WinNormNFC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFC() argument 332 WinNormNFKD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKD() argument 335 WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKC() argument 339 WinNormNFD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFD() argument 343 WinNormNFC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFC() argument 347 WinNormNFKD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKD() argument 350 WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) WinNormNFKC() argument [all...] |
| H A D | normperf.cpp | 159 const UChar* src = getBuffer(srcLen,status); in NormalizerPerformanceTest() local
|
| H A D | simplenormperf.cpp | 243 UnicodeString src; member in __anon3716::NormalizeUTF16 276 std::string src; member in __anon3716::NormalizeUTF8
|
| /third_party/icu/icu4c/source/test/perf/convperf/ |
| H A D | convperf.h | 31 const char* src; member in ICUToUnicodePerfFunction 76 const UChar* src; member in ICUFromUnicodePerfFunction 156 char* src; member in WinANSIToUnicodePerfFunction 208 WCHAR* src; global() member in WinANSIFromUnicodePerfFunction 277 char* src; global() member in WinIMultiLanguageToUnicodePerfFunction 333 WCHAR* src; global() member in WinIMultiLanguageFromUnicodePerfFunction 389 char* src; global() member in WinIMultiLanguage2ToUnicodePerfFunction 442 WCHAR* src; global() member in WinIMultiLanguage2FromUnicodePerfFunction [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | characterproperties.cpp | 91 void U_CALLCONV initInclusion(UPropertySource src, UErrorCode &errorCode) { in initInclusion() argument 199 const UnicodeSet *getInclusionsForSource(UPropertySource src, UErrorCode &errorCode) { in getInclusionsForSource() argument 215 UPropertySource src = uprops_getSource(prop); initIntPropInclusion() local 263 UPropertySource src = uprops_getSource(prop); getInclusionsForProperty() local [all...] |
| H A D | filterednormalizer2.cpp | 36 FilteredNormalizer2::normalize(const UnicodeString &src, in normalize() argument 60 FilteredNormalizer2::normalize(const UnicodeString &src, in normalize() argument 91 normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) const normalizeUTF8() argument 104 normalizeUTF8(uint32_t options, const char *src, int32_t length, ByteSink &sink, Edits *edits, USetSpanCondition spanCondition, UErrorCode &errorCode) const normalizeUTF8() argument [all...] |
| H A D | normalizer2.cpp | 50 Normalizer2::normalizeUTF8(uint32_t /*options*/, StringPiece src, ByteSink &sink, in normalizeUTF8() argument 329 unorm2_normalize(const UNormalizer2 *norm2, const UChar *src, int32_t length, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) unorm2_normalize() argument [all...] |
| H A D | punycode.cpp | 182 u_strToPunycode(const UChar *src, int32_t srcLength, in u_strToPunycode() argument 374 u_strFromPunycode(const UChar *src, int32_t srcLength, in u_strFromPunycode() argument [all...] |
| H A D | uinvchar.cpp | 583 uprv_aestrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_aestrncpy() argument 604 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_eastrncpy() argument
|