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