Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zlib_deflate/
Ddefutil.h12 #define LENGTH_CODES 29 macro
18 #define L_CODES (LITERALS+1+LENGTH_CODES)
Ddeftree.c64 static const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
109 static int base_length[LENGTH_CODES];
240 for (code = 0; code < LENGTH_CODES-1; code++) { in tr_static_init()