Lines Matching refs:compressed
400 # a gzip-compressed kernel as example, to illustrate it:
402 # The file layout of gzip compressed kernel is:
410 # compressed data blocks[N]
438 # compressed data is placed at the end of the buffer. The output pointer
440 # where the compressed data starts. Problems will occur when the output
445 # triggered by data whose compressed form is larger than the uncompressed
448 # The worst case at the block level is a growth of the compressed data
451 # The worst case internal to a compressed block is very hard to figure.
461 # block will stop the byte before the compressed data for a block begins.
462 # To avoid problems with the compressed data's meta information an extra 18
479 # LZ4 is even worse: data that cannot be further compressed grows by 0.4%,
485 # ZSTD compressed data grows by at most 3 bytes per 128K, and only has a 22