Lines Matching +full:part +full:- +full:number
4 /* inftrees.h -- header to use inftrees.c
5 * Copyright (C) 1995-2005 Mark Adler
10 part of the implementation of the compression library and is
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
22 is the number of extra bits to get after the code. bits is
23 the number of bits in this code or part of the code to drop off
29 unsigned char bits; /* bits in this part of the code */
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-