Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dinffast.c58 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local
85 dmax = state->dmax; in inflate_fast()
157 if (dist > dmax) { in inflate_fast()
H A Dinflate.h91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
H A Dinflate.c119 state->dmax = 32768U; in inflateResetKeep()
663 state->dmax = 1U << len; in inflate()
1123 if (state->offset > state->dmax) { in inflate()