Searched refs:LITERALS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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;
|
/kernel/linux/linux-6.6/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;
|
Completed in 6 milliseconds