Searched refs:ncode (Results 1 - 9 of 9) sorted by relevance

/external/zlib/src/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) {
/external/qemu/distrib/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) {
/external/zlib/src/
H A Dinflate.h111 unsigned ncode; /* number of code length code lengths */ member in struct:inflate_state
H A Dinfback.c365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
H A Dinflate.c902 state->ncode = BITS(4) + 4;
915 while (state->have < state->ncode) {
/external/zlib/src/contrib/puff/
H A Dpuff.c666 int nlen, ndist, ncode; /* number of lengths in descriptor */ local
685 ncode = bits(s, 4) + 4;
690 for (index = 0; index < ncode; index++)

Completed in 123 milliseconds