Lines Matching full:compressed
405 # a gzip-compressed kernel as example, to illustrate it:
407 # The file layout of gzip compressed kernel is:
415 # compressed data blocks[N]
443 # compressed data is placed at the end of the buffer. The output pointer
445 # where the compressed data starts. Problems will occur when the output
450 # triggered by data whose compressed form is larger than the uncompressed
453 # The worst case at the block level is a growth of the compressed data
456 # The worst case internal to a compressed block is very hard to figure.
466 # block will stop the byte before the compressed data for a block begins.
467 # To avoid problems with the compressed data's meta information an extra 18
475 # Above analysis is for decompressing gzip compressed kernel only. Up to
484 # LZ4 is even worse: data that cannot be further compressed grows by 0.4%,
490 # ZSTD compressed data grows by at most 3 bytes per 128K, and only has a 22