Searched defs:dmax (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Dinffast.c79 unsigned dmax; /* maximum distance from zlib header */ local
106 dmax = state->dmax;
178 if (dist > dmax) {
H A Dinflate.h83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
/ast/src/cmd/INIT/
H A Dratz.c1644 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
2075 unsigned dmax; /* maximum distance from zlib header */ local
2102 dmax = state->dmax;
2174 if (dist > dmax) {
2342 state->dmax = 32768;
2846 state->dmax = ((unsigned int)1) << len;
3252 if (state->offset > state->dmax) {

Completed in 1223 milliseconds