Lines Matching defs:decode
2983 * on 5 bits or less, inflate may have only 5+3 bits of lookahead to decode
3909 } decode; /* if CODES, current state */
4031 inflate_codes_free(s->sub.decode.codes, z);
4108 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
4109 if (s->sub.decode.codes == Z_NULL)
4281 s->sub.decode.codes = c;
4291 inflate_codes_free(s->sub.decode.codes, z);
4482 The fastest way to decode is to simply build a lookup table whose
4489 the longer codes. The time it costs to decode the longer codes is
4494 length codes can decode in one step, and dbits is the same thing for
4528 tables to decode that set of codes. Return Z_OK on success, Z_BUF_ERROR
5146 inflate_codes_statef *c = s->sub.decode.codes; /* codes state */
5482 /* decode distance base of block to copy */