Searched refs:ncode (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.h39 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinfback9.c353 state->ncode = BITS(4) + 4;
364 while (state->have < state->ncode) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h39 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinfback9.c353 state->ncode = BITS(4) + 4;
364 while (state->have < state->ncode) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.h107 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinfback.c356 state->ncode = BITS(4) + 4;
369 while (state->have < state->ncode) {
H A Dinflate.c843 state->ncode = BITS(4) + 4;
856 while (state->have < state->ncode) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h107 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinfback.c356 state->ncode = BITS(4) + 4;
369 while (state->have < state->ncode) {
H A Dinflate.c843 state->ncode = BITS(4) + 4;
856 while (state->have < state->ncode) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.h99 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinflate.c454 state->ncode = BITS(4) + 4;
466 while (state->have < state->ncode) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/puff/
H A Dpuff.c628 int nlen, ndist, ncode; /* number of lengths in descriptor */ local
642 ncode = bits(s, 4) + 4;
647 for (index = 0; index < ncode; index++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c628 int nlen, ndist, ncode; /* number of lengths in descriptor */ local
642 ncode = bits(s, 4) + 4;
647 for (index = 0; index < ncode; index++)

Completed in 119 milliseconds