Lines Matching +full:literal +full:- +full:block
1 /* inftrees.h -- header to use inftrees.c
2 * Copyright (C) 1995-2005, 2010 Mark Adler
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
22 of a literal, the base length or distance, or the offset from
31 00000000 - literal
32 0000tttt - table link, tttt != 0 is the number of table index bits
33 0001eeee - length or distance, eeee is the number of extra bits
34 01100000 - end of block
35 01000000 - invalid code
39 1444, which is the sum of 852 for literal/length codes and 592 for distance
43 maximum bit length of a code. "enough 286 9 15" for literal/length codes