Searched defs:dlen (Results 1 – 13 of 13) sorted by relevance
/u-boot/fs/btrfs/ |
A D | compression.c | 19 static u32 decompress_lzo(const u8 *cbuf, u32 clen, u8 *dbuf, u32 dlen) in decompress_lzo() 86 static u32 decompress_zlib(const u8 *_cbuf, u32 clen, u8 *dbuf, u32 dlen) in decompress_zlib() 137 static u32 decompress_zstd(const u8 *cbuf, u32 clen, u8 *dbuf, u32 dlen) in decompress_zstd() 189 u32 btrfs_decompress(u8 type, const char *c, u32 clen, char *d, u32 dlen) in btrfs_decompress()
|
/u-boot/drivers/i2c/ |
A D | fsl_i2c.c | 409 int olen, u8 *data, int dlen) in __i2c_read() 456 u8 *offset, int olen, u8 *data, int dlen) in __i2c_write() 513 int olen, u8 *data, int dlen) in fsl_i2c_read() 522 int olen, u8 *data, int dlen) in fsl_i2c_write()
|
/u-boot/fs/ubifs/ |
A D | ubifs.c | 114 unsigned int *dlen) in crypto_comp_decompress() 681 unsigned int dlen; in read_block() local 763 int dlen; in do_readpage() local
|
A D | recovery.c | 471 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local
|
A D | debug.c | 479 int dlen = le32_to_cpu(ch->len) - UBIFS_DATA_NODE_SZ; in ubifs_dump_node() local
|
/u-boot/net/ |
A D | dns.c | 121 int found, stop, dlen; in dns_handler() local
|
/u-boot/arch/arm/mach-socfpga/ |
A D | scan_manager.c | 114 const unsigned int dlen) in scan_mgr_jtag_insn_data()
|
/u-boot/include/ |
A D | pci_rom.h | 24 uint16_t dlen; member
|
/u-boot/lib/lzo/ |
A D | lzo1x_decompress.c | 83 u32 slen, dlen; in lzop_decompress() local
|
/u-boot/arch/mips/mach-octeon/include/mach/ |
A D | cvmx-bootloader.h | 51 uint32_t dlen; /* Length of data (following header) in bytes */ member
|
/u-boot/drivers/mtd/ubispl/ |
A D | ubispl.c | 916 u32 pnum, crc, dlen; in ubi_load_block() local
|
/u-boot/tools/ |
A D | asn1_compiler.c | 321 size_t dlen, clen; in directive_compare() local
|
/u-boot/fs/zfs/ |
A D | zfs.c | 184 uint32_t slen, uint32_t dlen) in zlib_decompress()
|
Completed in 27 milliseconds