| /third_party/ffmpeg/libavutil/ |
| H A D | xtea.c | 58 static void xtea_crypt_ecb(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, in xtea_crypt_ecb() argument 178 static void xtea_le_crypt_ecb(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, in xtea_le_crypt_ecb() argument 214 static void xtea_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, in xtea_crypt() argument 243 av_xtea_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) av_xtea_crypt() argument 249 av_xtea_le_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) av_xtea_le_crypt() argument [all...] |
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | vf_colorspace.c | 65 uint8_t *src[3] = { src_y, src_u, src_v }; in check_yuv2yuv() local 133 uint8_t *src[3] = { src_y, src_u, src_v }; in check_yuv2rgb() local 210 int16_t *src[3] = { src_y, src_u, src_v }; check_rgb2yuv() local 275 int16_t **src = dst0; check_multiply3x3() local [all...] |
| H A D | vf_nlmeans.c | 54 uint8_t *src = av_calloc(h, src_lz); in checkasm_check_nlmeans() local
|
| /third_party/ffmpeg/tools/ |
| H A D | scale_slice_test.c | 79 const uint8_t *src[4]; in process_frame() local
|
| /third_party/ffmpeg/libswscale/tests/ |
| H A D | colorspace.c | 114 uint8_t *src = srcBuffer + srcOffset; in main() local
|
| /third_party/ffmpeg/tests/ |
| H A D | utils.c | 37 rgb24_to_yuv420p(unsigned char *lum, unsigned char *cb, unsigned char *cr, const unsigned char *src, int width, int height) rgb24_to_yuv420p() argument
|
| /third_party/ffmpeg/libswscale/ |
| H A D | alphablend.c | 23 int ff_sws_alphablendaway(SwsContext *c, const uint8_t *src[], in ff_sws_alphablendaway() argument [all...] |
| /third_party/alsa-utils/axfer/ |
| H A D | mapper-multiple.c | 26 char *src; in align_to_i() local 53 char *src = frame_buf; in align_from_i() local 153 char *src; in process_containers() local [all...] |
| H A D | mapper-single.c | 46 char *src; in align_from_vector() local 116 void *src; in single_muxer_process_frames() local 19 align_to_vector(void *frame_buf, unsigned int frame_count, char *src, unsigned int bytes_per_sample, unsigned samples_per_frame) align_to_vector() argument [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | astcenccli_image.cpp | 183 const float* src = data + 4 * dim_x * y_src; in astc_img_from_floatx4_array() local 217 const uint8_t* src = data + 4 * dim_x * y_src; in astc_img_from_unorm8x4_array() local [all...] |
| /third_party/backends/backend/ |
| H A D | hp-hpmem.c | 94 sanei_hp_memdup (const void * src, size_t sz) in sanei_hp_memdup() argument
|
| H A D | ricoh2_buffer.c | 158 SANE_Byte *src; in ricoh2_buffer_get_data() local
|
| H A D | snapscan-usb.h | 88 void *src; member
|
| /third_party/curl/lib/ |
| H A D | altsvc.h | 46 struct althost src; member
|
| H A D | base64.c | 76 CURLcode Curl_base64_decode(const char *src, in Curl_base64_decode() argument
|
| H A D | escape.c | 216 void Curl_hexencode(const unsigned char *src, size_t len, /* input length */ in Curl_hexencode() argument
|
| H A D | inet_pton.c | 75 Curl_inet_pton(int af, const char *src, void *dst) in Curl_inet_pton() argument 100 inet_pton4(const char *src, unsigned char *dst) in inet_pton4() argument 158 inet_pton6(const char *src, unsigned char *dst) inet_pton6() argument [all...] |
| /third_party/alsa-lib/src/ |
| H A D | error.c | 192 size_t snd_strlcpy(char *dst, const char *src, size_t size) in snd_strlcpy() argument
|
| /third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| H A D | CollationFrozenMonkeyTest.java | 276 public void reportCResult(String src, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
|
| H A D | CollationMonkeyTest.java | 251 public void reportCResult(String src, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | FilteredNormalizer2.java | 47 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() argument 60 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() argument 228 private Appendable normalize(CharSequence src, Appendable dest, in normalize() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | ByteArrayWrapper.java | 137 public final ByteArrayWrapper set(byte[] src, int start, int limit) in set() argument 164 append(byte[] src, int start, int limit) append() argument 278 copyBytes(byte[] src, int srcoff, byte[] tgt, int tgtoff, int length) copyBytes() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ubidiwrt.cpp | 59 doWriteForward(const UChar *src, int32_t srcLength, in doWriteForward() argument 152 doWriteReverse(const UChar *src, int32_t srcLength, in doWriteReverse() argument 309 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument 462 const UChar *src; ubidi_writeReordered() local 589 const UChar *src; ubidi_writeReordered() local [all...] |
| H A D | ucasemap_titlecase_brkiter.cpp | 34 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument 57 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument 102 ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucasemap_utf8ToTitle() argument [all...] |
| /third_party/FreeBSD/sys/crypto/sha2/ |
| H A D | sha256c.c | 56 be32enc_vect(unsigned char *dst, const uint32_t *src, size_t len) in be32enc_vect() argument 69 be32dec_vect(uint32_t *dst, const unsigned char *src, size_t len) in be32dec_vect() argument 249 const unsigned char *src = in; in SHA256_Update() local [all...] |