Searched refs:dmax (Results 1 – 8 of 8) sorted by relevance
97 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local124 dmax = state->dmax; in inflate_fast()192 if (dist > dmax) { in inflate_fast()
78 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
35 state->dmax = 32768U; in zlib_inflateReset()375 state->dmax = 1U << len; in zlib_inflate()635 if (state->offset > state->dmax) { in zlib_inflate()
423 int dmax) in input_mt_assign_slots() argument426 int mu = 2 * dmax * dmax; in input_mt_assign_slots()
27 Use specific request line passing from dmax
30 Use specific request line passing from dmax
123 int dmax);
380 int dmax, dmaxdir; in boundary_nearer() local382 boundary_sub(max, maxdir, best, bestdir, &dmax, &dmaxdir); in boundary_nearer()383 return boundary_lt(dmin, dmindir, dmax, dmaxdir); in boundary_nearer()