Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zlib/
H A Dinflate.h115 unsigned ncode; /* number of code length code lengths */ member
H A Dinfback.c352 state->ncode = BITS(4) + 4; in inflateBack()
365 while (state->have < state->ncode) { in inflateBack()
H A Dinflate.c904 state->ncode = BITS(4) + 4; in inflate()
918 while (state->have < state->ncode) { in inflate()