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