Lines Matching full:code
15 information needed to do the operation requested by the code that
17 table that indexes more bits of the code. op indicates whether
19 distance, an end-of-block, or an invalid code. For a table
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 */
30 unsigned short val; /* offset in table or code value */
31 } code; typedef
38 01000000 - invalid code
42 exhaustive search was 1444 code structures (852 for length/literals
49 /* Type of code to build for inftable() */
57 unsigned codes, code **table,