Home
last modified time | relevance | path

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

/lib/
Dinflate.c598 unsigned ml, md; /* masks for bl and bd bits */ in inflate_codes() local
609 ml = mask_bits[bl]; /* precompute masks for speed */ in inflate_codes()
614 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) in inflate_codes()