Home
last modified time | relevance | path

Searched refs:ndist (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dinflate.h117 unsigned ndist; /* number of distance code lengths */ member
H A Dinflate.c902 state->ndist = BITS(5) + 1; in inflate()
907 if (state->nlen > 286 || state->ndist > 30) { in inflate()
940 while (state->have < state->nlen + state->ndist) { in inflate()
977 if (state->have + copy > state->nlen + state->ndist) { in inflate()
1012 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()