Lines Matching full:deflate
8 * deflate format. It is not written for speed but rather simplicity. As a
10 * important than speed, such as bootstrap applications. For typical deflate
25 * code is meant to supplement RFC 1951, which formally describes the deflate
28 * http://www.zlib.org/rfc-deflate.html
82 * they are fixed by the deflate format.
222 * in the deflate format. See the format notes for fixed() and dynamic().
321 * codes and any code with a single symbol which in deflate is coded as one
393 * base value 227 plus the maximum extra value of 31. While a good deflate
567 * - The codes used by the deflate format are "canonical", which means that
579 * deflate format to represent a zero-length code.
587 * in deflate, that code has to be at least one bit. So for example, if
727 * size of the uncompressed data and the size of the deflate data respectively.
729 * source data, i.e. it is not in the deflate format, then a negative value is
765 * - The leftover bits in the last byte of the deflate data after the last
820 where file is the input file with deflate data, nnn is the number of bytes