Home
last modified time | relevance | path

Searched refs:huft_build (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c530 static int huft_build (unsigned *, unsigned, unsigned, ush *, ush *,
542 huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */ in huft_build() function
914 if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0) in init_fixed_block()
924 if ((i = huft_build (l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) in init_fixed_block()
985 if ((i = huft_build (ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) in init_dynamic_block()
1056 if ((i = huft_build (ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) in init_dynamic_block()
1067 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in init_dynamic_block()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3623 local int huft_build OF((
3701 local int huft_build(b, n, s, d, e, t, m, zs) in huft_build() function
3912 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
3938 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
3952 if ((r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z)) != Z_OK)
4040 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
4046 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4761 local int huft_build OF((
4830 huft_build(b, n, s, d, e, t, m, hp, hn, v) in huft_build() function
5077 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb,
5107 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
5121 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
5198 (void) huft_build(c, 288, 257, cplens, cplext, &fixed_tl,
5205 (void) huft_build(c, 30, 0, cpdist, cpdext, &fixed_td,
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog1206 . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new()
1208 . ZALLOC the value area for huft_build() instead of using stack