Home
last modified time | relevance | path

Searched refs:LITERALS (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/lib/zlib_deflate/
Ddefutil.h15 #define LITERALS 256 macro
18 #define L_CODES (LITERALS+1+LENGTH_CODES)
Ddeftree.c123 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
988 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
1039 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1081 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;