Home
last modified time | relevance | path

Searched defs:src (Results 51 - 75 of 3989) sorted by relevance

12345678910>>...160

/kernel/liteos_m/testsuites/sample/kernel/lms/
H A DIt_los_lms_017.c38 CHAR *src; in TestCase() local
H A DIt_los_lms_016.c38 CHAR *src; in TestCase() local
H A DIt_los_lms_023.c38 CHAR *src; in TestCase() local
H A DIt_los_lms_024.c38 CHAR *src; in TestCase() local
/kernel/liteos_m/testsuites/unittest/posix/src/ctype/
H A Dctype_func_test.c76 int src = 'A'; variable
89 int src = '1'; variable
102 int src = '@'; variable
115 int src = ' '; variable
128 int src = '\f'; // 0x0c 14 variable
142 const int src = -1; global() variable
155 const int src = 0; global() variable
168 const int src = 127; global() variable
181 const int src = 128; global() variable
194 int src = '\\f'; // 0x0c 14 global() variable
207 int src = 'A'; global() variable
220 int src = '1'; global() variable
233 int src = '@'; global() variable
246 int src = ' '; global() variable
259 int src = '\\f'; // 0x0c global() variable
273 int src = 'A'; global() variable
286 int src = '1'; global() variable
299 int src = '@'; global() variable
312 int src = ' '; global() variable
325 int src = '\\t'; global() variable
339 int src = 'A'; global() variable
352 int src = 'a'; global() variable
365 const int src = 0x45; global() variable
378 int src = ' '; global() variable
391 int src = '\\t'; global() variable
[all...]
/kernel/linux/linux-6.6/lib/crypto/
H A Dlibchacha.c15 void chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_generic() argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Drpmsg.h25 __u32 src; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Drpmsg.h12 __u32 src; member
/kernel/linux/linux-5.10/crypto/
H A Dcompress.c12 crypto_comp_compress(struct crypto_comp *comp, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto_comp_compress() argument
23 crypto_comp_decompress(struct crypto_comp *comp, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) crypto_comp_decompress() argument
/kernel/linux/linux-5.10/arch/hexagon/lib/
H A Dio.c20 const volatile short int *src = (short int *) addr; in __raw_readsw() local
40 const short int *src = (short int *)data; in __raw_writesw() local
56 const volatile long *src = (long *) addr; in __raw_readsl() local
71 const long *src = (long *)data; in __raw_writesl() local
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Dio.c28 const char *src = from; in memcpy_toio() local
H A Dstrlen.S77 #define src r19 define
[all...]
/kernel/linux/linux-5.10/arch/microblaze/lib/
H A Dmemmove.c37 const char *src = v_src; in memmove() local
60 const char *src = v_src; in memmove() local
[all...]
H A Dmemcpy.c38 const char *src = v_src; in memcpy() local
50 const char *src = v_src; in memcpy() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/lib/
H A Dchecksum.c132 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument
276 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck() argument
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dextable.c35 long arc_strncpy_from_user_noinline(char *dst, const char __user *src, in arc_strncpy_from_user_noinline() argument
42 long arc_strnlen_user_noinline(const char __user *src, long n) in arc_strnlen_user_noinline() argument
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Diwmmxt.h43 mcr p1, 0, \src, \control, c0, 0 variable
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dinst.c30 probe_kernel_read_inst(struct ppc_inst *inst, struct ppc_inst *src) probe_kernel_read_inst() argument
61 probe_kernel_read_inst(struct ppc_inst *inst, struct ppc_inst *src) probe_kernel_read_inst() argument
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dstring.c14 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy() argument
28 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy() argument
53 void *memmove(void *dest, const void *src, size_t n) in memmove() argument
68 void *memcpy(void *dest, const void *src, size_t n) in memcpy() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dtwofish_glue.c54 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_encrypt() argument
56 twofish_enc_blk(crypto_tfm_ctx(tfm), dst, src); in twofish_encrypt() local
59 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in twofish_decrypt() argument
61 twofish_dec_blk(crypto_tfm_ctx(tfm), dst, src); in twofish_decrypt() local
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/
H A Dserpent-sse2.h17 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() argument
28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway() argument
22 serpent_enc_blk_xway_xor(const struct serpent_ctx *ctx, u8 *dst, const u8 *src) serpent_enc_blk_xway_xor() argument
42 serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) serpent_enc_blk_xway() argument
47 serpent_enc_blk_xway_xor(const struct serpent_ctx *ctx, u8 *dst, const u8 *src) serpent_enc_blk_xway_xor() argument
53 serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) serpent_dec_blk_xway() argument
[all...]
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dsrm_printk.c15 char *src, *dst; in srm_printk() local
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dk3-psil-priv.h31 struct psil_ep *src; member
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Duaccess_flushcache.c10 void memcpy_flushcache(void *dst, const void *src, size_t cnt) in memcpy_flushcache() argument
/kernel/linux/linux-6.6/arch/m68k/lib/
H A Dchecksum.c132 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument
274 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck() argument

Completed in 7 milliseconds

12345678910>>...160