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

/linux-master/lib/zlib_deflate/
H A Ddefutil.h14 #define LENGTH_CODES 29 macro
20 #define L_CODES (LITERALS+1+LENGTH_CODES)
H A Ddeftree.c64 static const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
104 static int base_length[LENGTH_CODES];
186 for (code = 0; code < LENGTH_CODES-1; code++) {

Completed in 244 milliseconds