Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/zmod/
H A Dinflate.h111 unsigned ndist; /* number of distance code lengths */ member
H A Dinflate.c859 state->ndist = BITS(5) + 1;
864 if (state->nlen > 286 || state->ndist > 30) {
897 while (state->have < state->nlen + state->ndist) {
935 if (state->have + copy > state->nlen + state->ndist) {
961 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,