Searched refs:huft_build (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 530 static int huft_build (unsigned *, unsigned, unsigned, ush *, ush *, 542 huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */ function 902 unsigned l[288]; /* length list for huft_build */ 914 if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0) 924 if ((i = huft_build (l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) 985 if ((i = huft_build (ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) 1056 if ((i = huft_build (ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) 1067 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 3613 local int huft_build OF(( 3691 local int huft_build(b, n, s, d, e, t, m, zs) function 3902 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z); 3928 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK) 3942 if ((r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z)) != Z_OK) 4012 unsigned c[288]; /* length list for huft_build */ 4030 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z); 4036 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z); 4053 /* Free the malloc'ed tables built by huft_build(), which makes a linked
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 4763 local int huft_build OF(( 4832 huft_build(b, n, s, d, e, t, m, hp, hn, v) function 5077 uIntf v[19]; /* work area for huft_build */ 5079 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, 5106 uIntf v[288]; /* work area for huft_build */ 5109 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); 5123 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v); 5179 uIntf *c; /* length list for huft_build */ 5200 (void) huft_build(c, 288, 257, cplens, cplext, &fixed_tl, 5207 (void) huft_build( [all...] |
Completed in 104 milliseconds