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

/linux-master/lib/zlib_deflate/
H A Ddefutil.h17 #define LITERALS 256 macro
20 #define L_CODES (LITERALS+1+LENGTH_CODES)
H A Ddeftree.c119 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
934 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
985 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1027 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;

Completed in 206 milliseconds