Lines Matching defs:dynamic

231  *   in the deflate format.  See the format notes for fixed() and dynamic().
324 * one symbol, which is an error in a dynamic block.
327 * This is assured by the construction of the length arrays in dynamic() and
334 * bit instead of zero bits. See the format notes for fixed() and dynamic().
386 * description if dynamic is a combination of literals and length/distance
507 /* done with a valid fixed or dynamic block */
517 * which the size of the code descriptions in a dynamic block exceeds the
578 * Process a dynamic codes block.
582 * - A dynamic block starts with a description of the literal/length and
583 * distance codes for that block. New dynamic blocks allow the compressor to
614 * must be the end-of-block code, since every dynamic block has one. This
635 * - A dynamic block starts with three fixed-size counts from which is computed
643 * to be seen in a dynamic code description, hence what may appear initially
651 * - So to summarize, the code description at the start of a dynamic block is
661 * - For reference, a "typical" size for the code description in a dynamic
664 local int dynamic(struct state *s)
770 * -3: dynamic block code description: too many length or distance codes
771 * -4: dynamic block code description: code lengths codes incomplete
772 * -5: dynamic block code description: repeat lengths with no first length
773 * -6: dynamic block code description: repeat more than specified lengths
774 * -7: dynamic block code description: invalid literal/length code lengths
775 * -8: dynamic block code description: invalid distance code lengths
776 * -9: dynamic block code description: missing end-of-block code
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
824 dynamic(&s) :