Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/zlib/
A Dinffast.c61 unsigned dmax; /* maximum distance from zlib header */ local
88 dmax = state->dmax;
160 if (dist > dmax) {
A Dinflate.h90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
A Dinflate.c133 state->dmax = 32768U;
699 state->dmax = 1U << len;
1138 if (state->offset > state->dmax) {

Completed in 6 milliseconds