Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 230) sorted by relevance

12345678910

/u-boot/lib/
A Dcharset.c95 const char **src = (const char **)data; in read_string() local
140 s32 utf8_get(const char **src) in utf8_get()
174 size_t utf8_utf16_strnlen(const char *src, size_t count) in utf8_utf16_strnlen()
195 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count) in utf8_utf16_strncpy()
211 s32 utf16_get(const u16 **src) in utf16_get()
257 size_t utf16_strnlen(const u16 *src, size_t count) in utf16_strnlen()
275 size_t utf16_utf8_strnlen(const u16 *src, size_t count) in utf16_utf8_strnlen()
299 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count) in utf16_utf8_strncpy()
402 u16 *u16_strcpy(u16 *dest, const u16 *src) in u16_strcpy()
415 u16 *u16_strdup(const void *src) in u16_strdup()
[all …]
A Dlz4_wrapper.c14 static u16 LZ4_readLE16(const void *src) { return le16_to_cpu(*(u16 *)src); } in LZ4_readLE16()
15 static void LZ4_copy4(void *dst, const void *src) { *(u32 *)dst = *(u32 *)src; } in LZ4_copy4()
16 static void LZ4_copy8(void *dst, const void *src) { *(u64 *)dst = *(u64 *)src; } in LZ4_copy8()
31 int ulz4fn(const void *src, size_t srcn, void *dst, size_t *dstn) in ulz4fn()
A Dlinux_compat.c13 unsigned long copy_from_user(void *dest, const void *src, in copy_from_user()
55 void *kmemdup(const void *src, size_t len, gfp_t gfp) in kmemdup()
A Dgunzip.c47 int gzip_parse_header(const unsigned char *src, unsigned long len) in gzip_parse_header()
75 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp) in gunzip()
119 int gzwrite(unsigned char *src, int len, in gzwrite()
278 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp, in zunzip()
A Dstring.c74 char * strcpy(char * dest,const char *src) in strcpy()
95 char * strncpy(char * dest,const char *src,size_t count) in strncpy()
118 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy()
137 char * strcat(char * dest, const char * src) in strcat()
160 char * strncat(char *dest, const char *src, size_t count) in strncat()
532 void * memcpy(void *dest, const void *src, size_t count) in memcpy()
566 void * memmove(void * dest,const void *src,size_t count) in memmove()
A Dgzip.c40 unsigned char *src, unsigned long srclen) in gzip()
48 int zzip(void *dst, unsigned long *lenp, unsigned char *src, in zzip()
A Delf.c38 void *src = (void *)addr + phdr->p_offset; in load_elf64_image_phdr() local
153 void *src = (void *)addr + phdr->p_offset; in load_elf_image_phdr() local
/u-boot/arch/arm/include/asm/arch-s32v234/
A Dimx-regs.h134 u32 bmr1;
135 u32 bmr2;
138 u32 gpr1;
139 u32 gpr2;
140 u32 gpr3;
141 u32 gpr4;
142 u32 gpr5;
143 u32 gpr6;
144 u32 gpr7;
146 u32 gpr9;
[all …]
/u-boot/drivers/crypto/fsl/
A Dfsl_blob.c31 int blob_decap(u8 *key_mod, u8 *src, u8 *dst, u32 len) in blob_decap()
96 int blob_encap(u8 *key_mod, u8 *src, u8 *dst, u32 len) in blob_encap()
150 int blob_dek(const u8 *src, u8 *dst, u8 len) in blob_dek()
/u-boot/post/lib_powerpc/
A Dstring.c38 char src [31], dst [31]; in cpu_post_test_string() local
60 char src [95], dst [95]; in cpu_post_test_string() local
A Dmulti.c32 ulong src[27], dst[27]; in cpu_post_test_multi() local
/u-boot/lib/lzo/
A Dlzo1x_decompress.c24 #define COPY4(dst, src) \ argument
34 bool lzop_is_valid_header(const unsigned char *src) in lzop_is_valid_header()
45 static inline const unsigned char *parse_header(const unsigned char *src) in parse_header()
78 int lzop_decompress(const unsigned char *src, size_t src_len, in lzop_decompress()
/u-boot/arch/arm/include/asm/arch-imx8m/
A Dimx-regs.h269 u32 scr;
288 u32 srsr;
290 u32 sisr;
291 u32 simr;
293 u32 gpr1;
294 u32 gpr2;
295 u32 gpr3;
296 u32 gpr4;
297 u32 gpr5;
298 u32 gpr6;
[all …]
/u-boot/cmd/
A Dblob.c22 __weak int blob_decap(u8 *key_mod, u8 *src, u8 *dst, u32 len) in blob_decap()
36 __weak int blob_encap(u8 *key_mod, u8 *src, u8 *dst, u32 len) in blob_encap()
/u-boot/include/
A Dhexdump.h55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin()
75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex()
/u-boot/lib/efi_loader/
A Defi_freestanding.c45 void *memmove(void *dest, const void *src, size_t n) in memmove()
70 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
/u-boot/lib/libavb/
A Davb_footer.c9 bool avb_footer_validate_and_byteswap(const AvbFooter* src, AvbFooter* dest) { in avb_footer_validate_and_byteswap()
A Davb_hash_descriptor.c9 bool avb_hash_descriptor_validate_and_byteswap(const AvbHashDescriptor* src, in avb_hash_descriptor_validate_and_byteswap()
A Davb_hashtree_descriptor.c10 const AvbHashtreeDescriptor* src, AvbHashtreeDescriptor* dest) { in avb_hashtree_descriptor_validate_and_byteswap()
A Davb_chain_partition_descriptor.c10 const AvbChainPartitionDescriptor* src, AvbChainPartitionDescriptor* dest) { in avb_chain_partition_descriptor_validate_and_byteswap()
A Davb_kernel_cmdline_descriptor.c10 const AvbKernelCmdlineDescriptor* src, AvbKernelCmdlineDescriptor* dest) { in avb_kernel_cmdline_descriptor_validate_and_byteswap()
/u-boot/drivers/mmc/
A Dmmc_private.h53 lbaint_t blkcnt, const void *src) in mmc_bwrite()
65 lbaint_t blkcnt, const void *src) in mmc_bwrite()
/u-boot/arch/mips/mach-mtmips/
A Dcpu.c26 void *src, *dst; in last_stage_init() local
/u-boot/arch/arm/include/asm/arch-vf610/
A Dimx-regs.h309 u32 scr;
311 u32 srsr;
312 u32 secr;
313 u32 gpsr;
314 u32 sicr;
315 u32 simr;
317 u32 gpr0;
318 u32 gpr1;
319 u32 gpr2;
320 u32 gpr3;
[all …]
/u-boot/arch/arm/mach-tegra/tegra20/
A Dcrypto.c49 static void sign_object(u8 *key, u8 *key_schedule, u8 *src, u8 *dst, in sign_object()
103 static int encrypt_and_sign(u8 *key, enum security_op oper, u8 *src, in encrypt_and_sign()

Completed in 39 milliseconds

12345678910