Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Dinflate.h109 unsigned ndist; /* number of distance code lengths */ member
H A Dinflate.c614 state->ndist = BITS(5) + 1; in inflate()
619 if (state->nlen > 286 || state->ndist > 30) { in inflate()
650 while (state->have < state->nlen + state->ndist) { in inflate()
688 if (state->have + copy > state->nlen + state->ndist) { in inflate()
714 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, in inflate()