MAXBITS            58 third_party/zlib/inftrees.c     unsigned short count[MAXBITS+1];    /* number of codes of each length */
MAXBITS            59 third_party/zlib/inftrees.c     unsigned short offs[MAXBITS+1];     /* offsets in table for each length */
MAXBITS           107 third_party/zlib/inftrees.c     for (len = 0; len <= MAXBITS; len++)
MAXBITS           114 third_party/zlib/inftrees.c     for (max = MAXBITS; max >= 1; max--)
MAXBITS           132 third_party/zlib/inftrees.c     for (len = 1; len <= MAXBITS; len++) {
MAXBITS           142 third_party/zlib/inftrees.c     for (len = 1; len < MAXBITS; len++)