Home | History | Annotate | Download | only in src

Lines Matching refs:code

12    information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code;
35 01000000 - invalid code
38 /* Maximum size of the dynamic table. The maximum number of code structures is
43 maximum bit length of a code. "enough 286 9 15" for literal/length codes
53 /* Type of code to build for inflate_table() */
61 unsigned codes, code FAR * FAR *table,