Searched refs:LITERALS (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/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++)
|
| /OK3568_Linux_fs/kernel/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;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 241 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \ 283 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
|