tag
line
file
source code
ml
346
zBoot/inflate.c
unsigned ml, md; /* masks for bl and bd bits */
ml
357
zBoot/inflate.c
ml = mask_bits[bl]; /* precompute masks for speed */
ml
362
zBoot/inflate.c
if ((e = (t = tl + ((unsigned)b & ml))->e) > 16)