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

/u-boot/lib/zlib/
H A Dinflate.h83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c61 unsigned dmax; /* maximum distance from zlib header */ local
96 dmax = state->dmax;
168 if (dist > dmax) {
H A Dinflate.c20 state->dmax = 32768U;
396 state->dmax = 1U << len;
805 if (state->offset > state->dmax) {

Completed in 50 milliseconds