/src/common/dist/zlib/ |
inftrees.c | 39 unsigned mmin, mmax; /* minimum and maximum code lengths */ local in function:inflate_table 111 for (mmax = MAXBITS; mmax >= 1; mmax--) 112 if (count[mmax] != 0) break; 113 if (root > mmax) root = mmax; 114 if (mmax == 0) { /* no symbols to code at all */ 134 if (left > 0 && (type == CODES || mmax != 1)) 172 all codes of length mmax, i.e. all codes, have been processed. Thi [all...] |
inftrees.c | 39 unsigned mmin, mmax; /* minimum and maximum code lengths */ local in function:inflate_table 111 for (mmax = MAXBITS; mmax >= 1; mmax--) 112 if (count[mmax] != 0) break; 113 if (root > mmax) root = mmax; 114 if (mmax == 0) { /* no symbols to code at all */ 134 if (left > 0 && (type == CODES || mmax != 1)) 172 all codes of length mmax, i.e. all codes, have been processed. Thi [all...] |
/src/sys/arch/hppa/spmath/ |
impys.S | 219 mmax: extrs op1,30,31,pu label 228 movb,tr op2,op1,mmax ; use op2 as multiplicand
|
impys.S | 219 mmax: extrs op1,30,31,pu label 228 movb,tr op2,op1,mmax ; use op2 as multiplicand
|