Lines Matching refs:compressed
463 # a gzip-compressed kernel as example, to illustrate it:
465 # The file layout of gzip compressed kernel is:
473 # compressed data blocks[N]
501 # compressed data is placed at the end of the buffer. The output pointer
503 # where the compressed data starts. Problems will occur when the output
508 # triggered by data whose compressed form is larger than the uncompressed
511 # The worst case at the block level is a growth of the compressed data
514 # The worst case internal to a compressed block is very hard to figure.
524 # block will stop the byte before the compressed data for a block begins.
525 # To avoid problems with the compressed data's meta information an extra 18
542 # LZ4 is even worse: data that cannot be further compressed grows by 0.4%,
548 # ZSTD compressed data grows by at most 3 bytes per 128K, and only has a 22