Lines Matching defs:fixed
49 * - Fix fixed codes table error
88 * they are fixed by the deflate format.
94 #define FIXLCODES 288 /* number of fixed literal/length codes */
231 * in the deflate format. See the format notes for fixed() and dynamic().
328 * fixed() and is not verified by construct().
332 * - Permitted and expected examples of incomplete codes are one of the fixed
334 * bit instead of zero bits. See the format notes for fixed() and dynamic().
385 * - Compressed data that is after the block type if fixed or after the code
475 return -10; /* invalid fixed code */
507 /* done with a valid fixed or dynamic block */
512 * Process a fixed codes block.
518 * benefit of custom codes for that block. For fixed codes, no bits are
520 * codes and distance codes are fixed. The specific lengths for each symbol
530 * - The fixed distance codes also have two invalid symbols that should result
535 local int fixed(struct state *s)
542 /* build fixed huffman tables if first call (may not be thread safe) */
615 * is not the most efficient way to create an empty block (an empty fixed
635 * - A dynamic block starts with three fixed-size counts from which is computed
777 * -10: invalid literal/length or distance code in fixed or dynamic block
778 * -11: distance is too far back in fixed or dynamic block
787 * block (if it was a fixed or dynamic block) are undefined and have no
822 fixed(&s) :