Searched refs:huft_build (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c146 STATIC int INIT huft_build OF((unsigned *, unsigned, unsigned,
279 STATIC int INIT huft_build( function
527 /* Free the malloc'ed tables built by huft_build(), which makes a linked
732 unsigned *l; /* length list for huft_build */
750 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) {
759 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
855 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
932 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
944 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c147 STATIC int huft_build OF((unsigned *, unsigned, unsigned,
280 STATIC int huft_build(b, n, s, d, e, t, m) function
500 /* Free the malloc'ed tables built by huft_build(), which makes a linked
694 unsigned l[288]; /* length list for huft_build */
708 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
716 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
801 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
871 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
882 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c19 * Fixed huft_build() so decoding end-of-block code does not grab more bits
243 * Free the malloc'ed tables built by huft_build(), which makes a linked
274 static int huft_build(unsigned *b, const unsigned n, function
731 unsigned l[288]; /* length list for huft_build */
747 i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl);
757 i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd);
829 i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl);
897 i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl);
908 i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3613 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4118 local int huft_build OF((
4191 local int huft_build(b, n, s, d, e, t, m, zs) function
4403 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
4429 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z);
4444 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z);
4505 unsigned c[288]; /* length list for huft_build */
4524 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
4530 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);
4547 /* Free the malloc'ed tables built by huft_build(), which makes a linked

Completed in 82 milliseconds