Home
last modified time | relevance | path

Searched refs:min (Results 1 – 7 of 7) sorted by relevance

/lib/zlib_inflate/
Dinftrees.c28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local
112 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()
/lib/
Dhexdump.c162 linelen = min(remaining, rowsize); in print_hex_dump()
Dscatterlist.c434 len = min(miter.length, buflen - offset); in sg_copy_buffer()
Dbitmap.c902 nbitsinlong = min(nbits_reg, BITS_PER_LONG); in __reg_op()
Dlmb.c404 base = min(lmbbase + lmbsize, max_addr); in __lmb_alloc_base()
Dswiotlb.c344 sz = min(PAGE_SIZE - offset, size); in swiotlb_bounce()
/lib/reed_solomon/
Ddecode_rs.c239 for (i = min(deg_lambda, nroots - 1) & ~1; i >= 0; i -= 2) {