Searched refs:huft_build (Results 1 – 3 of 3) sorted by relevance
/titanic_50/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) */ 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()
|
/titanic_50/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) in huft_build() 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) 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);
|
/titanic_50/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) in huft_build() function 5079 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, 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); 5200 (void) huft_build(c, 288, 257, cplens, cplext, &fixed_tl, 5207 (void) huft_build(c, 30, 0, cpdist, cpdext, &fixed_td,
|