MAX_BITS          200 tools/packfi2/deflate.h     ush bl_count[MAX_BITS+1];
MAX_BITS          130 tools/packfi2/trees.c {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
MAX_BITS          133 tools/packfi2/trees.c {static_dtree, extra_dbits, 0,          D_CODES, MAX_BITS};
MAX_BITS          247 tools/packfi2/trees.c     ush bl_count[MAX_BITS+1];
MAX_BITS          293 tools/packfi2/trees.c     for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0;
MAX_BITS          507 tools/packfi2/trees.c     for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0;
MAX_BITS          582 tools/packfi2/trees.c     ush next_code[MAX_BITS+1]; /* next code value for each bit length */
MAX_BITS          590 tools/packfi2/trees.c     for (bits = 1; bits <= MAX_BITS; bits++) {
MAX_BITS          596 tools/packfi2/trees.c     Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,