extra_lbits        61 tools/packfi2/trees.c local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
extra_lbits       130 tools/packfi2/trees.c {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
extra_lbits       254 tools/packfi2/trees.c     static_l_desc.extra_bits = extra_lbits;
extra_lbits       263 tools/packfi2/trees.c         for (n = 0; n < (1<<extra_lbits[code]); n++) {
extra_lbits      1093 tools/packfi2/trees.c             extra = extra_lbits[code];