Home
last modified time | relevance | path

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

/xnu-8792.41.9/libkern/zlib/
H A Dinflate.h134 unsigned ncode; /* number of code length code lengths */ member
H A Dinfback.c380 state->ncode = BITS(4) + 4; in inflateBack()
393 while (state->have < state->ncode) { in inflateBack()
H A Dinflate.c879 state->ncode = BITS(4) + 4; in inflate()
893 while (state->have < state->ncode) { in inflate()