Searched refs:compressed (Results 1 - 6 of 6) sorted by relevance

/u-boot/cmd/riscv/
H A Dexception.c15 printf("The system supports compressed instructions.\n");
59 U_BOOT_CMD_MKENT(compressed, CONFIG_SYS_MAXARGS, 1, do_compressed,
74 " compressed - compressed instruction\n"
/u-boot/cmd/
H A Dpstore.c45 * @compressed: Returns TRUE if kernel buffer is compressed, else FALSE.
49 * If <compression> is equal to 'C' then the buffer is compressed, else iter
54 static int pstore_read_kmsg_hdr(char *buffer, bool *compressed) argument
57 *compressed = false;
69 *compressed = true;
252 bool compressed; local
296 header_len = pstore_read_kmsg_hdr(buffer, &compressed);
302 if (compressed) {
372 bool compressed; local
[all...]
/u-boot/fs/squashfs/
H A Dsqfs_inode.c140 bool *compressed, u32 *data_size)
153 *compressed = SQFS_COMPRESSED_METADATA(header);
139 sqfs_read_metablock(unsigned char *file_mapping, int offset, bool *compressed, u32 *data_size) argument
H A Dsqfs.c98 * compressed
448 * elements of m_list. Those metadata blocks come from the compressed directory
644 * given the compressed size of this table, we can calculate how much metadata
702 bool compressed; local
722 ret = sqfs_read_metablock(itb, table_offset, &compressed, &src_len);
746 /* Extract compressed Inode table */
748 sqfs_read_metablock(itb, table_offset, &compressed, &src_len);
749 if (compressed) {
789 bool compressed; local
810 ret = sqfs_read_metablock(dtb, table_offset, &compressed,
[all...]
H A Dsqfs_filesystem.h302 bool *compressed, u32 *data_size);
/u-boot/tools/binman/
H A Dcontrol.py336 already compressed so should be used as is
381 already compressed so should be used as is
410 compressed if the entry requires it, False if the data is already
411 compressed.
659 # compressed we cannot know this compressed size in advance,
661 # alter the compressed size of the device tree. So we need a
770 do_compress=not args.compressed,

Completed in 56 milliseconds