Home | History | Annotate | Download | only in zlib

Lines Matching refs:dmax

116     state->dmax = 32768U;
627 state->dmax = 1U << len;
1033 if (state->offset > state->dmax) {