Lines Matching defs:code
22 /* number of length codes, not counting the special END_BLOCK code */
28 /* number of Literal or Length codes, including the END_BLOCK code */
48 /* Data structure describing a single value and its code string. */
52 ush code; /* bit string */
61 #define Code fc.code
69 int max_code; /* largest code with non zero frequency */
215 * example a binary file with poorly compressible code followed by
225 /* Buffer for distances. To simplify the code, d_buf and l_buf have
233 int last_eob_len; /* bit length of EOB code for last block */
263 /* In order to simplify the code, particularly on 16 bit machines, match
278 /* Mapping from a distance to a distance code. dist is the distance - 1 and