Home | History | Annotate | Download | only in zlib

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
39 exhaustive search was 1444 code structures (852 for length/literals
46 /* Type of code to build for inftable() */
54 unsigned codes, code FAR * FAR *table,