Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 25 of 113) sorted by relevance

12345

/u-boot/arch/arm/lib/
A Deabi_compat.c29 void __aeabi_memcpy(void *dest, const void *src, size_t n) in __aeabi_memcpy()
34 void __aeabi_memset(void *dest, size_t n, int c) in __aeabi_memset()
/u-boot/fs/jffs2/
A Dmini_inflate.c106 static void decompress_none(struct bitstream *stream, unsigned char *dest) in decompress_none()
139 static void decompress_huffman(struct bitstream *stream, unsigned char *dest) in decompress_huffman()
212 static void decompress_dynamic(struct bitstream *stream, unsigned char *dest) in decompress_dynamic()
318 static void decompress_fixed(struct bitstream *stream, unsigned char *dest) in decompress_fixed()
350 long decompress_block(unsigned char *dest, unsigned char *source, in decompress_block()
/u-boot/lib/zlib/
A Duncompr.c27 int ZEXPORT uncompress2(dest, destLen, source, sourceLen) in uncompress2() argument
90 int ZEXPORT uncompress(dest, destLen, source, sourceLen) in uncompress() argument
/u-boot/arch/arm/mach-imx/
A Dcmd_bmode.c31 static int create_usage(char *dest) in create_usage()
100 char *dest; in add_board_boot_modes() local
/u-boot/fs/squashfs/
A Dsqfs_decompressor.c95 static int sqfs_zstd_decompress(struct squashfs_ctxt *ctxt, void *dest, in sqfs_zstd_decompress()
110 int sqfs_decompress(struct squashfs_ctxt *ctxt, void *dest, in sqfs_decompress()
/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/
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 Dcircbuf.c41 int buf_pop (circbuf_t * buf, char *dest, unsigned int len) in buf_pop()
A Dlinux_compat.c13 unsigned long copy_from_user(void *dest, const void *src, in copy_from_user()
/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_chain_partition_descriptor.c10 const AvbChainPartitionDescriptor* src, AvbChainPartitionDescriptor* dest) { in avb_chain_partition_descriptor_validate_and_byteswap()
A Davb_hash_descriptor.c10 AvbHashDescriptor* dest) { 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_kernel_cmdline_descriptor.c10 const AvbKernelCmdlineDescriptor* src, AvbKernelCmdlineDescriptor* dest) { in avb_kernel_cmdline_descriptor_validate_and_byteswap()
A Davb_sysdeps_posix.c17 void* avb_memcpy(void* dest, const void* src, size_t n) { in avb_memcpy()
21 void* avb_memset(void* dest, const int c, size_t n) { in avb_memset()
A Davb_crypto.c346 const AvbRSAPublicKeyHeader* src, AvbRSAPublicKeyHeader* dest) { in avb_rsa_public_key_header_validate_and_byteswap()
/u-boot/drivers/usb/dwc3/
A Dlinux-compat.h16 static inline size_t strlcat(char *dest, const char *src, size_t n) in strlcat()
/u-boot/arch/powerpc/include/asm/
A Dpci_io.h10 #define pci_read_le16(addr, dest) \ argument
19 #define pci_read_le32(addr, dest) \ argument
A Dfsl_portals.h38 #define SET_QP_INFO(dqrr, fdata, off, dest) \ argument
/u-boot/drivers/rtc/
A Dmk48t59.c53 void *nvram_read(void *dest, const short src, size_t count) in nvram_read()
64 void nvram_write(short dest, const void *src, size_t count) in nvram_write()
/u-boot/drivers/mtd/nand/raw/
A Dsunxi_nand_spl.c257 void *dest, int len) in nand_read_page()
370 void *dest) in nand_detect_ecc_config()
442 static int nand_detect_config(struct nfc_config *conf, u32 offs, void *dest) in nand_detect_config()
476 unsigned int size, void *dest) in nand_read_buffer()
526 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dest) in nand_spl_load_image()
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dfsl_portals.h16 #define SET_QP_INFO(streamid, dest) \ argument
/u-boot/drivers/usb/gadget/
A Dconfig.c37 u8 *dest = buf; in usb_descriptor_fillbuf() local
/u-boot/fs/btrfs/
A Dinode.c362 struct btrfs_file_extent_item *fi, char *dest) in btrfs_read_extent_inline()
416 int len, char *dest) in btrfs_read_extent_reg()
613 int start, int len, char *dest) in read_and_truncate_page()
650 char *dest) in btrfs_file_read()
/u-boot/net/
A Dping.c22 static void set_icmp_header(uchar *pkt, struct in_addr dest) in set_icmp_header()

Completed in 35 milliseconds

12345