Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/zlib/
H A Dinffast.c88 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local
115 dmax = state->dmax; in inflate_fast()
187 if (dist > dmax) { in inflate_fast()
H A Dinflate.h110 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
H A Dinflate.c144 state->dmax = 32768U; in inflateReset()
650 state->dmax = 1U << len; in inflate()
1075 if (state->offset > state->dmax) { in inflate()
H A Dinfback.c81 state->dmax = 32768U; in inflateBackInit_()