tag | line | file | source code |
mask_bits | 71 | arch/i386/boot/compressed/inflate.c | ush mask_bits[] = { |
mask_bits | 349 | arch/i386/boot/compressed/inflate.c | ml = mask_bits[bl]; /* precompute masks for speed */ |
mask_bits | 350 | arch/i386/boot/compressed/inflate.c | md = mask_bits[bd]; |
mask_bits | 361 | arch/i386/boot/compressed/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
mask_bits | 380 | arch/i386/boot/compressed/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
mask_bits | 392 | arch/i386/boot/compressed/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
mask_bits | 395 | arch/i386/boot/compressed/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
mask_bits | 618 | arch/i386/boot/compressed/inflate.c | m = mask_bits[bl]; |