tag | line | file | source code |
bd | 336 | zBoot/inflate.c | int inflate_codes(tl, td, bl, bd) |
bd | 338 | zBoot/inflate.c | int bl, bd; /* number of bits decoded by tl[] and td[] */ |
bd | 358 | zBoot/inflate.c | md = mask_bits[bd]; |
bd | 392 | zBoot/inflate.c | NEEDBITS((unsigned)bd) |
bd | 507 | zBoot/inflate.c | int bd; /* lookup bits for td */ |
bd | 529 | zBoot/inflate.c | bd = 5; |
bd | 530 | zBoot/inflate.c | if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) |
bd | 540 | zBoot/inflate.c | if (inflate_codes(tl, td, bl, bd)) |
bd | 563 | zBoot/inflate.c | int bd; /* lookup bits for td */ |
bd | 695 | zBoot/inflate.c | bd = dbits; |
bd | 696 | zBoot/inflate.c | if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) |
bd | 715 | zBoot/inflate.c | if (inflate_codes(tl, td, bl, bd)) |