Home | History | Annotate | Download | only in src

Lines Matching refs:Code

20    the crc code when it is not needed.  For shared libraries, gzip encoding
31 /* number of length codes, not counting the special END_BLOCK code */
37 /* number of Literal or Length codes, including the END_BLOCK code */
64 /* Data structure describing a single value and its code string. */
68 ush code; /* bit string */
77 #define Code fc.code
85 int max_code; /* largest code with non zero frequency */
232 * example a binary file with poorly compressible code followed by
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
287 /* In order to simplify the code, particularly on 16 bit machines, match
307 /* Mapping from a distance to a distance code. dist is the distance - 1 and