Symbol: huft_build
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3623
local int huft_build OF((
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3912
r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3938
if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3952
if ((r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z)) != Z_OK)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4040
huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4046
huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);
usr/src/grub/grub-0.97/stage2/gunzip.c
1056
if ((i = huft_build (ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
usr/src/grub/grub-0.97/stage2/gunzip.c
1067
if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
usr/src/grub/grub-0.97/stage2/gunzip.c
530
static int huft_build (unsigned *, unsigned, unsigned, ush *, ush *,
usr/src/grub/grub-0.97/stage2/gunzip.c
914
if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
usr/src/grub/grub-0.97/stage2/gunzip.c
924
if ((i = huft_build (l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
usr/src/grub/grub-0.97/stage2/gunzip.c
985
if ((i = huft_build (ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4761
local int huft_build OF((
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5077
r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5107
r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5121
r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5198
(void) huft_build(c, 288, 257, cplens, cplext, &fixed_tl,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5205
(void) huft_build(c, 30, 0, cpdist, cpdext, &fixed_td,