Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/zlib/
A Dinffast.c62 unsigned dmax; /* maximum distance from zlib header */ local
89 dmax = state->dmax;
161 if (dist > dmax) {
A Dinflate.h92 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
A Dinflate.c135 state->dmax = 32768U;
700 state->dmax = 1U << len;
1159 if (state->offset > state->dmax) {

Completed in 5 milliseconds