Searched refs:ndist (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h41 unsigned ndist; /* number of distance code lengths */ member in struct:inflate_state
H A Dinfback9.c351 state->ndist = BITS(5) + 1;
385 while (state->have < state->nlen + state->ndist) {
423 if (state->have + copy > state->nlen + state->ndist) {
450 state->ndist, &(state->next), &(distbits),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h41 unsigned ndist; /* number of distance code lengths */ member in struct:inflate_state
H A Dinfback9.c351 state->ndist = BITS(5) + 1;
385 while (state->have < state->nlen + state->ndist) {
423 if (state->have + copy > state->nlen + state->ndist) {
450 state->ndist, &(state->next), &(distbits),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.h109 unsigned ndist; /* number of distance code lengths */ member in struct:inflate_state
H A Dinfback.c354 state->ndist = BITS(5) + 1;
359 if (state->nlen > 286 || state->ndist > 30) {
390 while (state->have < state->nlen + state->ndist) {
428 if (state->have + copy > state->nlen + state->ndist) {
454 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinflate.c841 state->ndist = BITS(5) + 1;
846 if (state->nlen > 286 || state->ndist > 30) {
877 while (state->have < state->nlen + state->ndist) {
915 if (state->have + copy > state->nlen + state->ndist) {
941 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h109 unsigned ndist; /* number of distance code lengths */ member in struct:inflate_state
H A Dinfback.c354 state->ndist = BITS(5) + 1;
359 if (state->nlen > 286 || state->ndist > 30) {
390 while (state->have < state->nlen + state->ndist) {
428 if (state->have + copy > state->nlen + state->ndist) {
454 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
H A Dinflate.c841 state->ndist = BITS(5) + 1;
846 if (state->nlen > 286 || state->ndist > 30) {
877 while (state->have < state->nlen + state->ndist) {
915 if (state->have + copy > state->nlen + state->ndist) {
941 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.h101 unsigned ndist; /* number of distance code lengths */ member in struct:inflate_state
H A Dinflate.c452 state->ndist = BITS(5) + 1;
457 if (state->nlen > 286 || state->ndist > 30) {
486 while (state->have < state->nlen + state->ndist) {
524 if (state->have + copy > state->nlen + state->ndist) {
550 ret = zlib_inflate_table(DISTS, state->lens + state->nlen, state->ndist,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/puff/
H A Dpuff.c609 * lengths (ndist), then they are treated as one long list of nlen + ndist
628 int nlen, ndist, ncode; /* number of lengths in descriptor */ local
641 ndist = bits(s, 5) + 1;
643 if (nlen > MAXLCODES || ndist > MAXDCODES)
658 while (index < nlen + ndist) {
676 if (index + symbol > nlen + ndist)
689 err = construct(&distcode, lengths + nlen, ndist);
690 if (err < 0 || (err > 0 && ndist - distcode.count[0] != 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c609 * lengths (ndist), then they are treated as one long list of nlen + ndist
628 int nlen, ndist, ncode; /* number of lengths in descriptor */ local
641 ndist = bits(s, 5) + 1;
643 if (nlen > MAXLCODES || ndist > MAXDCODES)
658 while (index < nlen + ndist) {
676 if (index + symbol > nlen + ndist)
689 err = construct(&distcode, lengths + nlen, ndist);
690 if (err < 0 || (err > 0 && ndist - distcode.count[0] != 1))

Completed in 113 milliseconds