Searched refs:cplext (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.c176 static const ush cplext[] = { /* Extra bits 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.c177 static const ush cplext[] = { /* Extra bits 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.c198 static const unsigned char cplext[] ALIGN1 = {
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.c3638 local uInt cplext[] = { /* Extra bits 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.c4138 local const uInt cplext[31] = { /* Extra bits 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 111 milliseconds