Searched refs:MAXBITS (Results 1 – 3 of 3) sorted by relevance
9 #define MAXBITS 15 macro44 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in zlib_inflate_table()45 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in zlib_inflate_table()93 for (len = 0; len <= MAXBITS; len++) in zlib_inflate_table()100 for (max = MAXBITS; max >= 1; max--) in zlib_inflate_table()112 for (min = 1; min < MAXBITS; min++) in zlib_inflate_table()118 for (len = 1; len <= MAXBITS; len++) { in zlib_inflate_table()128 for (len = 1; len < MAXBITS; len++) in zlib_inflate_table()
11 #define MAXBITS 15 macro54 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in inflate_table()55 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table()103 for (len = 0; len <= MAXBITS; len++) in inflate_table()110 for (max = MAXBITS; max >= 1; max--) in inflate_table()122 for (min = 1; min <= MAXBITS; min++) in inflate_table()128 for (len = 1; len <= MAXBITS; len++) { in inflate_table()138 for (len = 1; len < MAXBITS; len++) in inflate_table()
264 #define MAXBITS 512 in overwrite_test() macro265 static unsigned bitstats[MAXBITS]; /* bit error histogram. */ in overwrite_test()286 if (err >= MAXBITS) { in overwrite_test()