Searched refs:cpdist (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dinflate.c778 static ZCONST ush cpdist[] = { variable
1175 if ((i = huft_build(__G__ l, MAXDISTS, 0, cpdist, G.cpdext,
1178 if ((i = huft_build(__G__ l, MAXDISTS, 0, cpdist, cpdext,
1351 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
1353 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dgzip_inflate.c180 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */ 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dinflate.c182 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */ variable
801 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
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.c204 static const unsigned short cpdist[] ALIGN2 = {
757 i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd);
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.c3641 local uInt cpdist[] = { /* Copy offsets for distance codes 0..29 */ 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-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c3641 local uInt cpdist[] = { /* Copy offsets for distance codes 0..29 */ 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-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4141 local const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */ 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);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c4138 local const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */ variable
4441 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z);
4527 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);

Completed in 157 milliseconds