Searched refs:src (Results 1 - 25 of 399) sorted by path

1234567891011>>

/u-boot/arch/x86/lib/
H A Dstring.c133 void *memmove(void *dest, const void *src, size_t n) argument
287 "1" (src),
/u-boot/drivers/bios_emulator/
H A DMakefile13 ccflags-y := -I$(srctree)/$(src) -I$(srctree)/$(src)/include \
/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.h57 unsigned int src);
/u-boot/fs/jffs2/
H A Dcompr_lzo.c94 #define __COPY4(dst,src) * (lzo_uint32p)(dst) = * (const lzo_uint32p)(src)
95 #define COPY4(dst,src) __COPY4((lzo_ptr_t)(dst),(lzo_ptr_t)(src))
/u-boot/include/
H A Dcircbuf.h24 int buf_push (circbuf_t * buf, const char *src, unsigned int len);
/u-boot/include/cramfs/
H A Dcramfs_fs.h96 int cramfs_uncompress_block(void *dst, void *src, int srclen);
/u-boot/include/jffs2/
H A Dmini_inflate.h66 void *(*inflate_memcpy)(void *dest, const void *src, size n));
/u-boot/include/linux/
H A Dfb.h443 void (*writeio)(struct fb_info *info, void *dst, void *src, unsigned int size);
444 void (*readio) (struct fb_info *info, void *dst, void *src, unsigned int size);
H A Dlzo.h23 int lzo1x_1_compress(const unsigned char *src, size_t src_len,
27 int lzo1x_decompress_safe(const unsigned char *src, size_t src_len,
31 int lzop_decompress(const unsigned char *src, size_t src_len,
35 bool lzop_is_valid_header(const unsigned char *src);
/u-boot/lib/libavb/
H A Davb_chain_partition_descriptor.c10 const AvbChainPartitionDescriptor* src, AvbChainPartitionDescriptor* dest) {
13 avb_memcpy(dest, src, sizeof(AvbChainPartitionDescriptor));
15 if (!avb_descriptor_validate_and_byteswap((const AvbDescriptor*)src,
9 avb_chain_partition_descriptor_validate_and_byteswap( const AvbChainPartitionDescriptor* src, AvbChainPartitionDescriptor* dest) argument
H A Davb_chain_partition_descriptor.h40 /* Copies |src| to |dest| and validates, byte-swapping fields in the
46 const AvbChainPartitionDescriptor* src,
H A Davb_crypto.c346 const AvbRSAPublicKeyHeader* src, AvbRSAPublicKeyHeader* dest) {
347 avb_memcpy(dest, src, sizeof(AvbRSAPublicKeyHeader));
345 avb_rsa_public_key_header_validate_and_byteswap( const AvbRSAPublicKeyHeader* src, AvbRSAPublicKeyHeader* dest) argument
H A Davb_crypto.h144 /* Copies |src| to |dest| and validates, byte-swapping fields in the
148 const AvbRSAPublicKeyHeader* src,
H A Davb_descriptor.h48 /* Copies |src| to |dest| and validates, byte-swapping fields in the
54 const AvbDescriptor* src, AvbDescriptor* dest) AVB_ATTR_WARN_UNUSED_RESULT;
H A Davb_footer.c9 bool avb_footer_validate_and_byteswap(const AvbFooter* src, AvbFooter* dest) { argument
10 avb_memcpy(dest, src, sizeof(AvbFooter));
H A Davb_footer.h57 /* Copies |src| to |dest| and validates, byte-swapping fields in the
60 bool avb_footer_validate_and_byteswap(const AvbFooter* src, AvbFooter* dest)
H A Davb_hash_descriptor.c9 bool avb_hash_descriptor_validate_and_byteswap(const AvbHashDescriptor* src, argument
13 avb_memcpy(dest, src, sizeof(AvbHashDescriptor));
15 if (!avb_descriptor_validate_and_byteswap((const AvbDescriptor*)src,
H A Davb_hash_descriptor.h56 /* Copies |src| to |dest| and validates, byte-swapping fields in the
61 bool avb_hash_descriptor_validate_and_byteswap(const AvbHashDescriptor* src,
H A Davb_hashtree_descriptor.c10 const AvbHashtreeDescriptor* src, AvbHashtreeDescriptor* dest) {
13 avb_memcpy(dest, src, sizeof(AvbHashtreeDescriptor));
15 if (!avb_descriptor_validate_and_byteswap((const AvbDescriptor*)src,
9 avb_hashtree_descriptor_validate_and_byteswap( const AvbHashtreeDescriptor* src, AvbHashtreeDescriptor* dest) argument
H A Davb_hashtree_descriptor.h66 /* Copies |src| to |dest| and validates, byte-swapping fields in the
72 const AvbHashtreeDescriptor* src,
H A Davb_kernel_cmdline_descriptor.c10 const AvbKernelCmdlineDescriptor* src, AvbKernelCmdlineDescriptor* dest) {
13 avb_memcpy(dest, src, sizeof(AvbKernelCmdlineDescriptor));
15 if (!avb_descriptor_validate_and_byteswap((const AvbDescriptor*)src,
9 avb_kernel_cmdline_descriptor_validate_and_byteswap( const AvbKernelCmdlineDescriptor* src, AvbKernelCmdlineDescriptor* dest) argument
H A Davb_kernel_cmdline_descriptor.h49 /* Copies |src| to |dest| and validates, byte-swapping fields in the
55 const AvbKernelCmdlineDescriptor* src,
H A Davb_property_descriptor.c10 const AvbPropertyDescriptor* src, AvbPropertyDescriptor* dest) {
13 avb_memcpy(dest, src, sizeof(AvbPropertyDescriptor));
15 if (!avb_descriptor_validate_and_byteswap((const AvbDescriptor*)src,
9 avb_property_descriptor_validate_and_byteswap( const AvbPropertyDescriptor* src, AvbPropertyDescriptor* dest) argument
H A Davb_property_descriptor.h32 /* Copies |src| to |dest| and validates, byte-swapping fields in the
38 const AvbPropertyDescriptor* src,
H A Davb_vbmeta_image.h178 /* Copies |src| to |dest|, byte-swapping fields in the process.
180 * Make sure you've verified |src| using avb_vbmeta_image_verify()
183 void avb_vbmeta_image_header_to_host_byte_order(const AvbVBMetaImageHeader* src,

Completed in 279 milliseconds

1234567891011>>