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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dexplode.c27 c1 30 Mar 92 M. Adler explode that uses huft_build from inflate
61 to the changes in inflate's huft_build()
111 The codes themselves are decoded using tables made by huft_build() from
494 the tables needed to decode them (using huft_build() from inflate.c),
545 if ((r = huft_build(__G__ l, 256, 256, NULL, NULL, &tb, &bb)) != 0)
555 if ((r = huft_build(__G__ l, 64, 0, cplen3, extra, &tl, &bl)) != 0)
569 if ((r = huft_build(__G__ l, 64, 0, cplen2, extra, &tl, &bl)) != 0)
585 r = huft_build(__G__ l, 64, 0, cpdist8, extra, &td, &bd);
590 r = huft_build(__G__ l, 64, 0, cpdist4, extra, &td, &bd);
H A Dinflate.c36 fixed cast of q in huft_build();
49 huft_build significantly (factor of two to
81 c14h 7 Dec 93 C. Ghisler huft_build() optimizations.
100 changed voidp to zvoid; moved huft_build()
109 c16 20 Apr 97 J. Altman added memzero(v[]) in huft_build()
118 corresponding huft_build() parameter e from
845 block. See the huft_build() routine.
1146 unsigned l[288]; /* length list for huft_build */
1159 if ((i = huft_build(__G__ l, 288, 257, G.cplens, G.cplext,
1162 if ((i = huft_build(__G_
[all...]
H A Dunzpriv.h2404 int huft_build OF((__GPRO__ ZCONST unsigned *b, unsigned n,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dinflate.c149 STATIC int INIT huft_build OF((unsigned *, unsigned, unsigned,
321 STATIC int INIT huft_build( function
569 /* Free the malloc'ed tables built by huft_build(), which makes a linked
774 unsigned *l; /* length list for huft_build */
792 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) {
801 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
900 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
977 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
989 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c4115 local int huft_build OF((
4188 local int huft_build(b, n, s, d, e, t, m, zs) function
4400 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
4426 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z);
4441 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z);
4502 unsigned c[288]; /* length list for huft_build */
4521 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
4527 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);
4544 /* Free the malloc'ed tables built by huft_build(), which makes a linked

Completed in 287 milliseconds