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