Lines Matching defs:code
20 the crc code when it is not needed. For shared libraries, gzip encoding
35 /* number of length codes, not counting the special END_BLOCK code */
41 /* number of Literal or Length codes, including the END_BLOCK code */
71 /* Data structure describing a single value and its code string. */
75 ush code; /* bit string */
84 #define Code fc.code
92 int max_code; /* largest code with non zero frequency */
246 * example a binary file with poorly compressible code followed by
296 /* In order to simplify the code, particularly on 16 bit machines, match
316 /* Mapping from a distance to a distance code. dist is the distance - 1 and