Home | History | Annotate | Download | only in net

Lines Matching defs:huft_build

4451 local int huft_build(
4516 local int huft_build(uIntf *b, /* code lengths in bits (all assumed <= BMAX) */
4727 uIntf *v; /* work area for huft_build */
4731 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL,
4757 uIntf *v; /* work area for huft_build */
4764 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
4779 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
4989 uIntf *c; /* length list for huft_build */
4990 uIntf *v; /* work area for huft_build */
5011 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl,
5018 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd,