Searched refs:MAX_DIST (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Ddeflate.h286 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) macro
288 * distances are limited to MAX_DIST instead of WSIZE.
H A Ddeflate.c1141 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1158 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1419 if (s->strstart >= wsize+MAX_DIST(s)) {
1423 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1455 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1457 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1583 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1607 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(
[all...]
H A Dtrees.c1024 Assert((ush)dist < (ush)MAX_DIST(s) &&

Completed in 35 milliseconds