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