Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Dinffast.c79 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local
114 dmax = state->dmax; in inflate_fast()
186 if (dist > dmax) { in inflate_fast()
H A Dinflate.h83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
H A Dinflate.c20 state->dmax = 32768U; in inflateReset()
399 state->dmax = 1U << len; in inflate()
807 if (state->offset > state->dmax) { in inflate()