Home
last modified time | relevance | path

Searched defs:src (Results 101 - 125 of 3989) sorted by relevance

12345678910>>...160

/kernel/linux/linux-6.6/sound/core/
H A Dmemory.c24 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) in copy_to_user_fromio() argument
44 int copy_to_iter_fromio(struct iov_iter *dst, const void __iomem *src, in copy_to_iter_fromio() argument
76 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_ argument
96 copy_from_iter_toio(void __iomem *dst, struct iov_iter *src, size_t count) copy_from_iter_toio() argument
[all...]
/kernel/liteos_a/lib/libscrew/src/
H A Dlos_crc32.c42 UINT32 LOS_EtherCrc32Accumulate(UINT32 val, UINT8 *src, INT32 len) in LOS_EtherCrc32Accumulate() argument
60 UINT32 LOS_Crc32Accumulate(UINT32 val, UINT8 *src, INT32 len) in LOS_Crc32Accumulate() argument
/kernel/liteos_m/testsuites/unittest/posix/src/string/
H A Dstring_func_test_01.c77 char src[] = "helloworld"; variable
90 char src[] = "hello world"; variable
115 char src[] = "hello\0world"; variable
128 char src[] = "\0helloworld"; variable
142 char *src[] = {"helloworld", "HElloworld"}; variable
155 char *src[] = {"helloworld", "he\\0lloworld"}; global() variable
168 char *src[] = {"helloworld", "he lloworld"}; global() variable
181 char *src[] = {"helloworld", "hello World"}; global() variable
194 char *src[] = {"helloworld", "\\0"}; global() variable
207 char *src[] = {"helloworld", "HELloworld"}; global() variable
220 char *src[] = {"helloworld", "he\\0lloworld"}; global() variable
233 char *src[] = {"helloworld", "he lloworld"}; global() variable
246 char *src[] = {"helloworld", "hello World"}; global() variable
259 char *src[] = {"helloworld", "\\0"}; global() variable
273 char src[] = "hello world"; global() variable
286 char src[] = "hello world"; global() variable
300 char src[] = "hello\\0world"; global() variable
314 char src[] = "hello world"; global() variable
328 char src[] = "hello\\0world"; global() variable
[all...]
/kernel/linux/linux-6.6/lib/
H A Diomap_copy.c24 const u32 *src = from; in __iowrite32_copy() local
45 const u32 __iomem *src = from; in __ioread32_copy() local
69 const u64 *src = from; in __iowrite64_copy() local
[all...]
H A Dbase64.c32 int base64_encode(const u8 *src, int srclen, char *dst) in base64_encode() argument
73 int base64_decode(const char *src, int srclen, u8 *dst) in base64_decode() argument
[all...]
/kernel/linux/linux-6.6/lib/crypto/
H A Dpoly1305.c30 void poly1305_update_generic(struct poly1305_desc_ctx *desc, const u8 *src, in poly1305_update_generic() argument
/kernel/linux/linux-6.6/net/ceph/
H A Darmor.c37 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor() argument
75 int ceph_unarmor(char *dst, const char *src, cons argument
[all...]
/kernel/linux/linux-6.6/net/rds/
H A Dtcp_stats.c55 uint64_t *src; in rds_tcp_stats_info_copy() local
/kernel/linux/linux-5.10/crypto/
H A Dpoly1305_generic.c57 static void poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_blocks() argument
34 crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, const u8 *src, unsigned int srclen) crypto_poly1305_setdesckey() argument
72 crypto_poly1305_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) crypto_poly1305_update() argument
[all...]
H A Dsha1_generic.c30 static void sha1_generic_block_fn(struct sha1_state *sst, u8 const *src, in sha1_generic_block_fn() argument
/kernel/linux/linux-5.10/arch/m68k/lib/
H A Dmemmove.c10 void *memmove(void *dest, const void *src, size_t n) in memmove() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dmemcpy_32.c24 __visible void *memmove(void *dest, const void *src, size_t n) in memmove() argument
H A Dcopy_mc.c66 unsigned long __must_check copy_mc_to_kernel(void *dst, const void *src, unsigned len) in copy_mc_to_kernel() argument
77 unsigned long __must_check copy_mc_to_user(void __user *dst, const void *src, unsigned len) in copy_mc_to_user() argument
[all...]
H A Dcsum-wrappers_64.c24 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument
49 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() argument
72 csum_partial_copy_nocheck(const void *src, void *dst, int len) csum_partial_copy_nocheck() argument
[all...]
/kernel/linux/linux-5.10/arch/xtensa/boot/lib/
H A Dzmem.c36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() argument
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H A Dmisc.c54 void *memcpy(void *dest, const void *src, size_t n) in memcpy() argument
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c26 nhpoly1305_neon_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) nhpoly1305_neon_update() argument
H A Dsha512-glue.c26 static void __sha512_block_data_order(struct sha512_state *sst, u8 const *src, in __sha512_block_data_order() argument
/kernel/linux/linux-5.10/arch/arm64/lib/
H A Duaccess_flushcache.c10 void memcpy_flushcache(void *dst, const void *src, size_t cnt) in memcpy_flushcache() argument
H A Dcopy_template.S25 src .req x1 label
[all...]
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Duaccess.h73 static inline long hexagon_strncpy_from_user(char *dst, const char __user *src, in hexagon_strncpy_from_user() argument
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H A Dpm.c38 static void davinci_sram_push(void *dest, void *src, unsigned int size) in davinci_sram_push() argument
/kernel/linux/linux-5.10/arch/csky/lib/
H A Dusercopy.c81 long __strncpy_from_user(char *dst, const char *src, long count) in __strncpy_from_user() argument
108 long strncpy_from_user(char *dst, const char *src, long count) in strncpy_from_user() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-coremask.h62 cvmx_coremask_copy(struct cvmx_coremask *dest, const struct cvmx_coremask *src) cvmx_coremask_copy() argument
/kernel/linux/linux-5.10/arch/hexagon/mm/
H A Dcopy_from_user.S30 #define src r1 define

Completed in 6 milliseconds

12345678910>>...160