Searched refs:MAXBITS (Results 1 – 2 of 2) 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()
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()