zlib.c | 4451 local int huft_build( 4516 local int huft_build(uIntf *b, /* code lengths in bits (all assumed <= BMAX) */ function in typeref:typename:local int 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 [all...] |