Searched refs:cplens (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dinflate.c759 # define cplens32 cplens
1159 if ((i = huft_build(__G__ l, 288, 257, G.cplens, G.cplext,
1162 if ((i = huft_build(__G__ l, 288, 257, cplens, cplext,
1327 retval = huft_build(__G__ ll, nl, 257, G.cplens, G.cplext, &tl, &bl);
1329 retval = huft_build(__G__ ll, nl, 257, cplens, cplext, &tl, &bl);
1462 G.cplens = cplens64;
1470 G.cplens = cplens32;
H A Dglobals.h340 ZCONST ush *cplens; /* inflate static */ member in struct:Globals
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dgzip_inflate.c173 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */ variable
708 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
871 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dinflate.c175 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */ variable
792 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) {
977 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c191 static const unsigned short cplens[] ALIGN2 = {
747 i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl);
897 i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3634 local uInt cplens[] = { /* Copy lengths for literal codes 257..285 */ variable
3928 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
4030 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c3634 local uInt cplens[] = { /* Copy lengths for literal codes 257..285 */ variable
3928 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
4030 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4134 local const uInt cplens[31] = { /* Copy lengths for literal codes 257..285 */ variable
4429 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z);
4524 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c4131 local const uInt cplens[31] = { /* Copy lengths for literal codes 257..285 */ variable
4426 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z);
4521 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);

Completed in 224 milliseconds