Home
last modified time | relevance | path

Searched refs:ncode (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/zlib/
H A Dinflate.h115 unsigned ncode; /* number of code length code lengths */ member
H A Dinfback.c301 state->ncode = BITS(4) + 4; in inflateBack()
315 while (state->have < state->ncode) { in inflateBack()
H A Dinflate.c788 state->ncode = BITS(4) + 4; in inflate()
803 while (state->have < state->ncode) { in inflate()