Home
last modified time | relevance | path

Searched defs:src_len (Results 1 - 25 of 144) sorted by relevance

123456

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcpncpy.c30 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 Dutf_string_conversion_utils.cc14 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 Dutf_offset_string_conversions.cc187 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 Dutf_string_conversions.cc159 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 Dosdep_service.c65 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 Din_cksum.c109 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 Dzcomp.c139 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 Dzcomp.c141 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 Dlws-network-helper.h66 uint8_t src_len; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-name.cc74 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 Domapdss-boot-init.c60 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 Ddrm_format_helper.c174 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 Domapdss-boot-init.c60 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 Dtracelog.c42 size_t src_len; in find_tracefs_mnt_single() local
/kernel/linux/linux-5.10/lib/crypto/
H A Dchacha20poly1305-selftest.c8828 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 Dchacha20poly1305.c57 __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 Ddecompress_unlzo.c106 u32 src_len, dst_len; in unlzo() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c123 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 Domapdss-boot-init.c60 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 Dchacha20poly1305-selftest.c8828 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 Dchacha20poly1305.c57 __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 Ddecompress_unlzo.c105 u32 src_len, dst_len; in unlzo() local
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dtracelog.c42 size_t src_len; in find_tracefs_mnt_single() local
/third_party/libfuse/lib/
H A Dbuffer.c295 size_t src_len; in fuse_buf_copy() local
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dio_trapped.c183 static unsigned long long copy_word(unsigned long src_addr, int src_len, in copy_word() argument

Completed in 37 milliseconds

123456