/kernel/linux/linux-6.6/crypto/ |
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/lib/ |
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/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...] |
/kernel/linux/linux-6.6/lib/ |
H A D | ucs2_string.c | 55 ucs2_utf8size(const ucs2_char_t *src) in ucs2_utf8size() argument 83 ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, unsigned long maxlength) in ucs2_as_utf8() argument
|
H A D | strncpy_from_user.c | 28 static __always_inline long do_strncpy_from_user(char *dst, const char __user *src, in do_strncpy_from_user() argument 113 long strncpy_from_user(char *dst, const char __user *src, lon argument [all...] |
H A D | strnlen_user.c | 23 static __always_inline long do_strnlen_user(const char __user *src, unsigned long count, unsigned long max) in do_strnlen_user() argument
|
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/ |
H A D | 6lowpan_i.h | 23 struct ieee802154_addr src; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ivtv.h | 29 struct v4l2_rect src; member
|
/kernel/linux/linux-6.6/samples/rpmsg/ |
H A D | rpmsg_client_sample.c | 25 rpmsg_sample_cb(struct rpmsg_device *rpdev, void *data, int len, void *priv, u32 src) rpmsg_sample_cb() argument
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | ivtv.h | 16 struct v4l2_rect src; member
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
H A D | textinput_backgroundimage_test.cpp | 28 const char *src = FIRST_MIDDLE_VALUE; in TestTextInputBackgroundImage001() local 43 const char *src = FIRST_MIDDLE_VALUE; in TestTextInputBackgroundImage002() local 58 const char *src = FIRST_MIDDLE_VALUE; in TestTextInputBackgroundImage003() local 73 const char *src in TestTextInputBackgroundImage004() local 88 const char *src = SECOND_MIDDLE_VALUE; TestTextInputBackgroundImage005() local 103 const char *src = FIRST_MIDDLE_VALUE; TestTextInputBackgroundImage006() local [all...] |