Searched refs:cpdext (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.c183 static const ush cpdext[] = { /* Extra bits for distance codes */ variable
759 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
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.c184 static const ush cpdext[] = { /* Extra bits for distance codes */ variable
716 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
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.c210 static const unsigned char cpdext[] ALIGN1 = {
757 i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd);
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.c3645 local uInt cpdext[] = { /* Extra bits for distance codes */ variable
3942 if ((r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z)) != Z_OK)
4036 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4145 local const uInt cpdext[30] = { /* Extra bits for distance codes */ variable
4444 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z);
4530 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);

Completed in 196 milliseconds