tag | line | file | source code |
bl | 328 | arch/i386/boot/compressed/inflate.c | int inflate_codes(tl, td, bl, bd) |
bl | 330 | arch/i386/boot/compressed/inflate.c | int bl, bd; /* number of bits decoded by tl[] and td[] */ |
bl | 349 | arch/i386/boot/compressed/inflate.c | ml = mask_bits[bl]; /* precompute masks for speed */ |
bl | 353 | arch/i386/boot/compressed/inflate.c | NEEDBITS((unsigned)bl) |
bl | 498 | arch/i386/boot/compressed/inflate.c | int bl; /* lookup bits for tl */ |
bl | 513 | arch/i386/boot/compressed/inflate.c | bl = 7; |
bl | 514 | arch/i386/boot/compressed/inflate.c | if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) |
bl | 532 | arch/i386/boot/compressed/inflate.c | if (inflate_codes(tl, td, bl, bd)) |
bl | 554 | arch/i386/boot/compressed/inflate.c | int bl; /* lookup bits for tl */ |
bl | 606 | arch/i386/boot/compressed/inflate.c | bl = 7; |
bl | 607 | arch/i386/boot/compressed/inflate.c | if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) |
bl | 618 | arch/i386/boot/compressed/inflate.c | m = mask_bits[bl]; |
bl | 622 | arch/i386/boot/compressed/inflate.c | NEEDBITS((unsigned)bl) |
bl | 676 | arch/i386/boot/compressed/inflate.c | bl = lbits; |
bl | 677 | arch/i386/boot/compressed/inflate.c | if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) |
bl | 707 | arch/i386/boot/compressed/inflate.c | if (inflate_codes(tl, td, bl, bd)) |
bl | 2132 | drivers/scsi/53c7,8xx.c | TOKEN(bc,1), TOKEN(bl,0), TOKEN(bs,1), TOKEN(g,0), TOKEN(halt,0), |