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

/vbox/src/libs/zlib-1.2.6/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) {
/vbox/src/libs/zlib-1.2.6/
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.c907 state->ncode = BITS(4) + 4;
920 while (state->have < state->ncode) {
/vbox/src/libs/zlib-1.2.6/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 62 milliseconds