Lines Matching defs:LITERALS
311 #define LITERALS 256
314 #define L_CODES (LITERALS+1+LENGTH_CODES)
487 uchf *l_buf; /* buffer for literals or lengths */
490 /* Size of match buffer for literals/lengths. There are 4 reasons for
595 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
2230 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
3134 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
3186 send_code(s, code+LITERALS+1, ltree); /* send the length code */
3226 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;
3799 exhaustive search was 1004 huft structures (850 for length/literals
5037 /* infcodes.c -- process literals and length/distance pairs
5402 /* inffast.c -- process literals and length/distance pairs fast