Lines Matching full:fixed
49 * - Fix fixed codes table error
89 * they are fixed by the deflate format.
95 #define FIXLCODES 288 /* number of fixed literal/length codes */
232 * in the deflate format. See the format notes for fixed() and dynamic().
329 * fixed() and is not verified by construct().
333 * - Permitted and expected examples of incomplete codes are one of the fixed
335 * bit instead of zero bits. See the format notes for fixed() and dynamic().
386 * - Compressed data that is after the block type if fixed or after the code
476 return -10; /* invalid fixed code */
508 /* done with a valid fixed or dynamic block */
513 * Process a fixed codes block.
519 * benefit of custom codes for that block. For fixed codes, no bits are
521 * codes and distance codes are fixed. The specific lengths for each symbol
531 * - The fixed distance codes also have two invalid symbols that should result
536 local int fixed(struct state *s)
543 /* build fixed huffman tables if first call (may not be thread safe) */
616 * is not the most efficient way to create an empty block (an empty fixed
636 * - A dynamic block starts with three fixed-size counts from which is computed
780 * -10: invalid literal/length or distance code in fixed or dynamic block
781 * -11: distance is too far back in fixed or dynamic block
790 * block (if it was a fixed or dynamic block) are undefined and have no
825 fixed(&s) :