Lines Matching +full:four +full:- +full:byte
4 /* inftrees.h -- header to use inftrees.c
5 * Copyright (C) 1995-2005 Mark Adler
19 distance, an end-of-block, or an invalid code. For a table
20 pointer, the low four bits of op is the number of index bits of
21 that table. For a length or distance, the low four bits of op
24 of the bit buffer. val is the actual byte to output in the case
26 the current table to the next table. Each entry is four bytes. */
34 00000000 - literal
35 0000tttt - table link, tttt != 0 is the number of table index bits
36 0001eeee - length or distance, eeee is the number of extra bits
37 01100000 - end of block
38 01000000 - invalid code
41 /* Maximum size of dynamic tree. The maximum found in a long but non-