Searched refs:LITERALS (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.h | 33 #define LITERALS 256 macro 36 #define L_CODES (LITERALS+1+LENGTH_CODES) 332 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
|
H A D | trees.c | 131 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; 1044 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; 1096 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1156 for (n = 32; n < LITERALS; n++)
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | defutil.h | 17 #define LITERALS 256 macro 20 #define L_CODES (LITERALS+1+LENGTH_CODES)
|
H A D | deftree.c | 119 {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;
|