Home
last modified time | relevance | path

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

/lib/zlib/
A Dinffast.c61 unsigned dmax; /* maximum distance from zlib header */ local
96 dmax = state->dmax;
168 if (dist > dmax) {
A Dinflate.h83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
A Dinflate.c22 state->dmax = 32768U; in inflateReset()
398 state->dmax = 1U << len; in inflate()
824 if (state->offset > state->dmax) { in inflate()

Completed in 7 milliseconds