Searched refs:dmax (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libz/
H A Dinflate.h83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c79 unsigned dmax; /* maximum distance from zlib header */ local
106 dmax = state->dmax;
178 if (dist > dmax) {
H A Dinflate.c116 state->dmax = 32768U;
627 state->dmax = 1U << len;
1033 if (state->offset > state->dmax) {
H A Dinfback.c54 state->dmax = 32768U;
/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 23 milliseconds