Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = {
H A Ddeflate.h30 #define LENGTH_CODES 29 macro
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
H A Dtrees.c62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
107 local int base_length[LENGTH_CODES];
257 for (code = 0; code < LENGTH_CODES-1; code++) { in tr_static_init()
361 for (i = 0; i < LENGTH_CODES; i++) { in gen_trees_header()
363 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header()