Searched refs:min (Results 1 – 7 of 7) sorted by relevance
28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local112 for (min = 1; min <= MAXBITS; min++) in zlib_inflate_table()113 if (count[min] != 0) break; in zlib_inflate_table()114 if (root < min) root = min; in zlib_inflate_table()189 len = min; /* starting code length */ in zlib_inflate_table()221 min = fill; /* save offset to next table */ in zlib_inflate_table()252 next += min; /* here min is 1 << curr */ in zlib_inflate_table()
162 linelen = min(remaining, rowsize); in print_hex_dump()
434 len = min(miter.length, buflen - offset); in sg_copy_buffer()
902 nbitsinlong = min(nbits_reg, BITS_PER_LONG); in __reg_op()
404 base = min(lmbbase + lmbsize, max_addr); in __lmb_alloc_base()
344 sz = min(PAGE_SIZE - offset, size); in swiotlb_bounce()
239 for (i = min(deg_lambda, nroots - 1) & ~1; i >= 0; i -= 2) {