tag | line | file | source code |
---|---|---|---|
ml | 338 | arch/i386/boot/compressed/inflate.c | unsigned ml, md; /* masks for bl and bd bits */ |
ml | 349 | arch/i386/boot/compressed/inflate.c | ml = mask_bits[bl]; /* precompute masks for speed */ |
ml | 354 | arch/i386/boot/compressed/inflate.c | if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) |