Searched refs:cplens (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.c172 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */ variable
750 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) {
932 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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);

Completed in 112 milliseconds