Home
last modified time | relevance | path

Searched defs:src (Results 626 - 650 of 8723) sorted by relevance

1...<<21222324252627282930>>...349

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia.h42 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 Dimx-vdoa.h40 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 Dg2d-hw.c83 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 Dutil.h47 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 Dcsum-wrappers_64.c24 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 Dcopy_mc.c62 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 Dasync_memcpy.c32 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy() argument
/kernel/linux/linux-6.6/crypto/
H A Dsha1_generic.c30 static void sha1_generic_block_fn(struct sha1_state *sst, u8 const *src, in sha1_generic_block_fn() argument
H A Ddes_generic.c37 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 Decdh_helper.c15 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 Dhypervisor.c84 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 Dzmem.c36 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 Docrdma_hw.h70 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 Di915_memcpy.c38 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 Dstring_override.c22 void *memcpy(void *dest, const void *src, size_t count) in memcpy() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbpf_util.h29 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 Dbpf_iter_udp4.c31 __be32 dest, src; in dump_udp4() local
/kernel/liteos_a/arch/arm/arm/src/
H A Duser_copy.c40 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 Dlms_libc.c43 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 Divtv.h29 struct v4l2_rect src; member
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-proc.c10 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 Dlms_libc.c43 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 Dstring_func_test_03.c142 char src[] = "hello world !"; variable
188 const char src[] = "!"; variable
H A Dstrstr_test.c135 const char src[] = "heAlo"; variable
155 const char src[] = "hellm"; variable
/kernel/liteos_m/testsuites/unittest/xts/io/
H A Dxts_io_string_test.c71 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...]

Completed in 9 milliseconds

1...<<21222324252627282930>>...349