| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| H A D | camellia.h | 42 static inline void camellia_enc_blk(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk() argument 47 static inline void camellia_enc_blk_xor(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk_xor() argument 52 camellia_enc_blk_2way(const void *ctx, u8 *dst, const u8 *src) camellia_enc_blk_2way() argument 58 camellia_enc_blk_xor_2way(const void *ctx, u8 *dst, const u8 *src) camellia_enc_blk_xor_2way() argument [all...] |
| /kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
| H A D | imx-vdoa.h | 40 vdoa_device_run(struct vdoa_ctx *ctx, dma_addr_t dst, dma_addr_t src) vdoa_device_run() argument
|
| /kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-g2d/ |
| H A D | g2d-hw.c | 83 void g2d_set_v41_stretch(struct g2d_dev *d, struct g2d_frame *src, in g2d_set_v41_stretch() argument
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
| H A D | util.h | 47 static inline void ether_addr_copy_mask(u8 *dst, const u8 *src, u8 mask) in ether_addr_copy_mask() argument
|
| /kernel/linux/linux-6.6/arch/x86/lib/ |
| H A D | csum-wrappers_64.c | 24 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument 48 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() argument 70 csum_partial_copy_nocheck(const void *src, void *dst, int len) csum_partial_copy_nocheck() argument [all...] |
| H A D | copy_mc.c | 62 unsigned long __must_check copy_mc_to_kernel(void *dst, const void *src, unsigned len) in copy_mc_to_kernel() argument 73 unsigned long __must_check copy_mc_to_user(void __user *dst, const void *src, unsigned len) in copy_mc_to_user() argument [all...] |
| /kernel/linux/linux-6.6/crypto/async_tx/ |
| H A D | async_memcpy.c | 32 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy() argument
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | sha1_generic.c | 30 static void sha1_generic_block_fn(struct sha1_state *sst, u8 const *src, in sha1_generic_block_fn() argument
|
| H A D | des_generic.c | 37 static void crypto_des_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_des_encrypt() argument 44 static void crypto_des_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_des_decrypt() argument 69 crypto_des3_ede_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) crypto_des3_ede_encrypt() argument 77 crypto_des3_ede_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) crypto_des3_ede_decrypt() argument
|
| H A D | ecdh_helper.c | 15 static inline u8 *ecdh_pack_data(void *dst, const void *src, size_t sz) in ecdh_pack_data() argument 21 static inline const u8 *ecdh_unpack_data(void *dst, const void *src, size_t sz) in ecdh_unpack_data() argument
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
| H A D | hypervisor.c | 84 static void __init copy_array(const void *src, void *target, unsigned int size) in copy_array() argument
|
| /kernel/linux/linux-6.6/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_hw.h | 70 static inline void ocrdma_copy_cpu_to_le32(void *dst, void *src, u32 len) in ocrdma_copy_cpu_to_le32() argument 83 static inline void ocrdma_copy_le32_to_cpu(void *dst, void *src, u32 len) in ocrdma_copy_le32_to_cpu() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| H A D | i915_memcpy.c | 38 static void __memcpy_ntdqa(void *dst, const void *src, unsigned long len) in __memcpy_ntdqa() argument 67 static void __memcpy_ntdqu(void *dst, const void *src, unsigned long len) in __memcpy_ntdqu() argument 113 i915_memcpy_from_wc(void *dst, const void *src, unsigned long len) i915_memcpy_from_wc() argument 138 i915_unaligned_memcpy_from_wc(void *dst, const void *src, unsigned long len) i915_unaligned_memcpy_from_wc() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
| H A D | string_override.c | 22 void *memcpy(void *dest, const void *src, size_t count) in memcpy() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | bpf_util.h | 29 static inline void bpf_strlcpy(char *dst, const char *src, size_t sz) in bpf_strlcpy() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_udp4.c | 31 __be32 dest, src; in dump_udp4() local
|
| /kernel/liteos_a/arch/arm/arm/src/ |
| H A D | user_copy.c | 40 size_t arch_copy_from_user(void *dst, const void *src, size_t len) in arch_copy_from_user() argument 45 size_t LOS_ArchCopyFromUser(void *dst, const void *src, size_t len) in LOS_ArchCopyFromUser() argument 54 size_t arch_copy_to_user(void *dst, const void *src, size_t len) in arch_copy_to_user() argument 59 size_t LOS_ArchCopyToUser(void *dst, const void *src, size_t len) in LOS_ArchCopyToUser() argument 68 INT32 LOS_CopyFromKernel(VOID *dest, UINT32 max, const VOID *src, UINT3 argument 81 LOS_CopyToKernel(VOID *dest, UINT32 max, const VOID *src, UINT32 count) LOS_CopyToKernel() argument [all...] |
| /kernel/liteos_a/kernel/extended/lms/ |
| H A D | lms_libc.c | 43 void *memmove(void *dest, const void *src, size_t len)
in memmove() argument 51 void *memcpy(void *dest, const void *src, size_t len)
in memcpy() argument 77 char *strcpy(char *dest, const char *src)
in strcpy() argument 91 strncat(char *dest, const char *src, size_t n) strncat() argument 110 strncpy(char *dest, const char *src, size_t n) strncpy() argument [all...] |
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | ivtv.h | 29 struct v4l2_rect src; member
|
| /kernel/linux/linux-6.6/sound/firewire/fireface/ |
| H A D | ff-proc.c | 10 const char *snd_ff_proc_get_clk_label(enum snd_ff_clock_src src) in snd_ff_proc_get_clk_label() argument
|
| /kernel/liteos_m/components/lms/ |
| H A D | lms_libc.c | 43 void *memmove(void *dest, const void *src, size_t len)
in memmove() argument 51 void *memcpy(void *dest, const void *src, size_t len)
in memcpy() argument 77 char *strcpy(char *dest, const char *src)
in strcpy() argument 91 strncat(char *dest, const char *src, size_t n) strncat() argument 110 strncpy(char *dest, const char *src, size_t n) strncpy() argument [all...] |
| /kernel/liteos_m/testsuites/unittest/posix/src/string/ |
| H A D | string_func_test_03.c | 142 char src[] = "hello world !"; variable 188 const char src[] = "!"; variable
|
| H A D | strstr_test.c | 135 const char src[] = "heAlo"; variable 155 const char src[] = "hellm"; variable
|
| /kernel/liteos_m/testsuites/unittest/xts/io/ |
| H A D | xts_io_string_test.c | 71 const char src[] = "ABCDEF"; variable 90 const char *src = "hello world !"; variable 111 char src[] = "hello world !"; variable 132 char src[] = "hello world !"; variable 151 char src[] variable 203 char src[] = "hello !! world"; global() variable 219 char src[] = "hello world & HEELO & WORLD"; global() variable 235 char src[] = "hello world !"; global() variable 254 char src[] = "hello world & This is-String1"; global() variable 278 char src[] = "hello world !"; global() variable 297 const char src[] = "!"; global() variable 315 const char src[] = "heAlo"; global() variable 339 const char src[] = "heAlo"; global() variable [all...] |