| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | mini_inflate.c | 108 static void decompress_none(struct bitstream *stream, unsigned char *dest) in decompress_none() 141 static void decompress_huffman(struct bitstream *stream, unsigned char *dest) in decompress_huffman() 214 static void decompress_dynamic(struct bitstream *stream, unsigned char *dest) in decompress_dynamic() 320 static void decompress_fixed(struct bitstream *stream, unsigned char *dest) in decompress_fixed() 352 long decompress_block(unsigned char *dest, unsigned char *source, in decompress_block()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | eabi_compat.c | 30 void __aeabi_memcpy(void *dest, const void *src, size_t n) in __aeabi_memcpy() 35 void __aeabi_memset(void *dest, size_t n, int c) in __aeabi_memset()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | charset.c | 31 uint16_t *utf16_strcpy(uint16_t *dest, const uint16_t *src) in utf16_strcpy() 51 uint8_t *utf16_to_utf8(uint8_t *dest, const uint16_t *src, size_t size) in utf16_to_utf8()
|
| H A D | string.c | 73 char * strcpy(char * dest,const char *src) in strcpy() 94 char * strncpy(char * dest,const char *src,size_t count) in strncpy() 117 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy() 136 char * strcat(char * dest, const char * src) in strcat() 159 char * strncat(char *dest, const char *src, size_t count) in strncat() 508 void * memcpy(void *dest, const void *src, size_t count) in memcpy() 542 void * memmove(void * dest,const void *src,size_t count) in memmove()
|
| H A D | linux_compat.c | 10 unsigned long copy_from_user(void *dest, const void *src, in copy_from_user()
|
| H A D | circbuf.c | 41 int buf_pop (circbuf_t * buf, char *dest, unsigned int len) in buf_pop()
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | cmd_bmode.c | 32 static int create_usage(char *dest) in create_usage() 89 char *dest; in add_board_boot_modes() local
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_footer.c | 28 bool avb_footer_validate_and_byteswap(const AvbFooter* src, AvbFooter* dest) { in avb_footer_validate_and_byteswap()
|
| H A D | avb_hashtree_descriptor.c | 29 const AvbHashtreeDescriptor* src, AvbHashtreeDescriptor* dest) { in avb_hashtree_descriptor_validate_and_byteswap()
|
| H A D | avb_chain_partition_descriptor.c | 29 const AvbChainPartitionDescriptor* src, AvbChainPartitionDescriptor* dest) { in avb_chain_partition_descriptor_validate_and_byteswap()
|
| H A D | avb_hash_descriptor.c | 29 AvbHashDescriptor* dest) { in avb_hash_descriptor_validate_and_byteswap()
|
| H A D | avb_kernel_cmdline_descriptor.c | 29 const AvbKernelCmdlineDescriptor* src, AvbKernelCmdlineDescriptor* dest) { in avb_kernel_cmdline_descriptor_validate_and_byteswap()
|
| H A D | avb_sysdeps_posix.c | 43 void* avb_memcpy(void* dest, const void* src, size_t n) { in avb_memcpy() 47 void* avb_memset(void* dest, const int c, size_t n) { in avb_memset()
|
| H A D | avb_crypto.c | 365 const AvbRSAPublicKeyHeader* src, AvbRSAPublicKeyHeader* dest) { in avb_rsa_public_key_header_validate_and_byteswap()
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | mk48t59.c | 54 void *nvram_read(void *dest, const short src, size_t count) in nvram_read() 65 void nvram_write(short dest, const void *src, size_t count) in nvram_write()
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | pci_io.h | 10 #define pci_read_le16(addr, dest) \ argument 19 #define pci_read_le32(addr, dest) \ argument
|
| H A D | fsl_portals.h | 39 #define SET_QP_INFO(dqrr, fdata, off, dest) \ argument
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand_spl.c | 256 void *dest, int len) in nand_read_page() 369 void *dest) in nand_detect_ecc_config() 441 static int nand_detect_config(struct nfc_config *conf, u32 offs, void *dest) in nand_detect_config() 475 unsigned int size, void *dest) in nand_read_buffer() 525 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dest) in nand_spl_load_image()
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | linux-compat.h | 17 static inline size_t strlcat(char *dest, const char *src, size_t n) in strlcat()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | config.c | 38 u8 *dest = buf; in usb_descriptor_fillbuf() local
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_gop.c | 88 u32 *dest = fb + ((i + dy) * line_len32) + in gop_blt() local 103 u16 *dest = fb + ((i + dy) * line_len16) + in gop_blt() local
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | tables.c | 41 void table_fill_string(char *dest, const char *src, size_t n, char pad) in table_fill_string()
|
| /rk3399_rockchip-uboot/fs/cbfs/ |
| H A D | cbfs.c | 42 static void swap_header(struct cbfs_header *dest, struct cbfs_header *src) in swap_header() 53 static void swap_file_header(struct cbfs_fileheader *dest, in swap_file_header()
|
| /rk3399_rockchip-uboot/net/ |
| H A D | ping.c | 20 static void set_icmp_header(uchar *pkt, struct in_addr dest) in set_icmp_header()
|
| H A D | sntp.c | 51 static void sntp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in sntp_handler()
|