| /third_party/musl/libc-test/src/functionalext/supplement/string/ |
| H A D | wcpncpy.c | 30 size_t src_len = 13; in wcpncpy_0100() local 49 size_t src_len = 13; in wcpncpy_0200() local 68 size_t src_len = 13; in wcpncpy_0300() local
|
| /third_party/gn/src/base/strings/ |
| H A D | utf_string_conversion_utils.cc | 14 ReadUnicodeCharacter(const char* src, int32_t src_len, int32_t* char_index, uint32_t* code_point_out) ReadUnicodeCharacter() argument 33 ReadUnicodeCharacter(const char16_t* src, int32_t src_len, int32_t* char_index, uint32_t* code_point) ReadUnicodeCharacter() argument 94 PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output) PrepareForUTF8Output() argument 113 PrepareForUTF16Or32Output(const char* src, size_t src_len, STRING* output) PrepareForUTF16Or32Output() argument [all...] |
| H A D | utf_offset_string_conversions.cc | 187 ConvertUnicode(const SrcChar* src, size_t src_len, DestStdString* output, OffsetAdjuster::Adjustments* adjustments) ConvertUnicode() argument 221 UTF8ToUTF16WithAdjustments( const char* src, size_t src_len, std::u16string* output, base::OffsetAdjuster::Adjustments* adjustments) UTF8ToUTF16WithAdjustments() argument
|
| H A D | utf_string_conversions.cc | 159 bool UTF8ToUTF16(const char* src, size_t src_len, std::u16string* output) { in UTF8ToUTF16() argument 171 bool UTF16ToUTF8(const char16_t* src, size_t src_len, std::string* output) { in UTF16ToUTF8() argument 62 DoUTFConversion(const char* src, int32_t src_len, DestChar* dest, int32_t* dest_len) DoUTFConversion() argument 84 DoUTFConversion(const char16_t* src, int32_t src_len, DestChar* dest, int32_t* dest_len) DoUTFConversion() argument [all...] |
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
| H A D | osdep_service.c | 65 void rtw_buf_update(u8 **buf, u32 *buf_len, u8 *src, u32 src_len) in rtw_buf_update() argument
|
| /third_party/FreeBSD/sys/arm/arm/ |
| H A D | in_cksum.c | 109 int src_len = strlen(src); in in_cksum_copy() local 152 int src_len = strlen(src); in csum_partial_copy_nocheck() local
|
| /kernel/linux/linux-5.10/drivers/block/zram/ |
| H A D | zcomp.c | 139 zcomp_decompress(struct zcomp_strm *zstrm, const void *src, unsigned int src_len, void *dst) zcomp_decompress() argument
|
| /kernel/linux/linux-6.6/drivers/block/zram/ |
| H A D | zcomp.c | 141 zcomp_decompress(struct zcomp_strm *zstrm, const void *src, unsigned int src_len, void *dst) zcomp_decompress() argument
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-network-helper.h | 66 uint8_t src_len; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-name.cc | 74 unsigned int src_len = bytes.length / sizeof (typename in_utf_t::codepoint_t); in hb_ot_name_convert_utf() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
| H A D | omapdss-boot-init.c | 60 omapdss_prefix_strcpy(char *dst, int dst_len, const char *src, int src_len) omapdss_prefix_strcpy() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| H A D | drm_format_helper.c | 174 size_t src_len = linepixels * sizeof(u32); in drm_fb_xrgb8888_to_rgb565() local
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | omapdss-boot-init.c | 60 omapdss_prefix_strcpy(char *dst, int dst_len, const char *src, int src_len) omapdss_prefix_strcpy() argument
|
| /kernel/linux/linux-5.10/tools/bpf/bpftool/ |
| H A D | tracelog.c | 42 size_t src_len; in find_tracefs_mnt_single() local
|
| /kernel/linux/linux-5.10/lib/crypto/ |
| H A D | chacha20poly1305-selftest.c | 8828 chacha20poly1305_encrypt_bignonce(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt_bignonce() argument 8862 chacha20poly1305_selftest_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_selftest_encrypt() argument
|
| H A D | chacha20poly1305.c | 57 __chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_encrypt() argument 90 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt() argument 112 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_encrypt() argument 125 __chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, const u8 *ad, const size_t ad_len, u32 *chacha_state) __chacha20poly1305_decrypt() argument 168 chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, const u8 *ad, const size_t ad_len, const u64 nonce, const u8 key[CHACHA20POLY1305_KEY_SIZE]) chacha20poly1305_decrypt() argument 194 xchacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, const u8 *ad, const size_t ad_len, const u8 nonce[XCHACHA20POLY1305_NONCE_SIZE], const u8 key[CHACHA20POLY1305_KEY_SIZE]) xchacha20poly1305_decrypt() argument 208 chacha20poly1305_crypt_sg_inplace(struct scatterlist *src, const size_t src_len, const u8 *ad, const size_t ad_len, const u64 nonce, const u8 key[CHACHA20POLY1305_KEY_SIZE], int encrypt) chacha20poly1305_crypt_sg_inplace() argument 333 chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len, const u8 *ad, const size_t ad_len, const u64 nonce, const u8 key[CHACHA20POLY1305_KEY_SIZE]) chacha20poly1305_encrypt_sg_inplace() argument 343 chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len, const u8 *ad, const size_t ad_len, const u64 nonce, const u8 key[CHACHA20POLY1305_KEY_SIZE]) chacha20poly1305_decrypt_sg_inplace() argument [all...] |
| /kernel/linux/linux-5.10/lib/ |
| H A D | decompress_unlzo.c | 106 u32 src_len, dst_len; in unlzo() local [all...] |
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/ |
| H A D | osdep_service.c | 123 void rtw_buf_update(u8 **buf, u32 *buf_len, u8 *src, u32 src_len) in rtw_buf_update() argument
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | omapdss-boot-init.c | 60 omapdss_prefix_strcpy(char *dst, int dst_len, const char *src, int src_len) omapdss_prefix_strcpy() argument
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| H A D | chacha20poly1305-selftest.c | 8828 chacha20poly1305_encrypt_bignonce(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt_bignonce() argument 8862 chacha20poly1305_selftest_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_selftest_encrypt() argument
|
| H A D | chacha20poly1305.c | 57 __chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_encrypt() argument 90 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt() argument 112 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_encrypt() argument 125 __chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, const u8 *ad, const size_t ad_len, u32 *chacha_state) __chacha20poly1305_decrypt() argument 168 chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, const u8 *ad, const size_t ad_len, const u64 nonce, const u8 key[CHACHA20POLY1305_KEY_SIZE]) chacha20poly1305_decrypt() argument 194 xchacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, const u8 *ad, const size_t ad_len, const u8 nonce[XCHACHA20POLY1305_NONCE_SIZE], const u8 key[CHACHA20POLY1305_KEY_SIZE]) xchacha20poly1305_decrypt() argument 208 chacha20poly1305_crypt_sg_inplace(struct scatterlist *src, const size_t src_len, const u8 *ad, const size_t ad_len, const u64 nonce, const u8 key[CHACHA20POLY1305_KEY_SIZE], int encrypt) chacha20poly1305_crypt_sg_inplace() argument 333 chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len, const u8 *ad, const size_t ad_len, const u64 nonce, const u8 key[CHACHA20POLY1305_KEY_SIZE]) chacha20poly1305_encrypt_sg_inplace() argument 343 chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len, const u8 *ad, const size_t ad_len, const u64 nonce, const u8 key[CHACHA20POLY1305_KEY_SIZE]) chacha20poly1305_decrypt_sg_inplace() argument [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | decompress_unlzo.c | 105 u32 src_len, dst_len; in unlzo() local [all...] |
| /kernel/linux/linux-6.6/tools/bpf/bpftool/ |
| H A D | tracelog.c | 42 size_t src_len; in find_tracefs_mnt_single() local
|
| /third_party/libfuse/lib/ |
| H A D | buffer.c | 295 size_t src_len; in fuse_buf_copy() local
|
| /kernel/linux/linux-5.10/arch/sh/kernel/ |
| H A D | io_trapped.c | 183 static unsigned long long copy_word(unsigned long src_addr, int src_len, in copy_word() argument
|