MAX_DIST          335 tools/packfi2/deflate.c     if (length > MAX_DIST(s)) {
MAX_DIST          336 tools/packfi2/deflate.c         length = MAX_DIST(s);
MAX_DIST         1037 tools/packfi2/deflate.c     IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
MAX_DIST         1038 tools/packfi2/deflate.c         s->strstart - (IPos)MAX_DIST(s) : NIL;
MAX_DIST         1293 tools/packfi2/deflate.c         if (s->strstart >= wsize+MAX_DIST(s)) {
MAX_DIST         1409 tools/packfi2/deflate.c             Assert(s->strstart < s->w_size+MAX_DIST(s) ||
MAX_DIST         1433 tools/packfi2/deflate.c         if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
MAX_DIST         1479 tools/packfi2/deflate.c         if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
MAX_DIST         1589 tools/packfi2/deflate.c             s->strstart - hash_head <= MAX_DIST(s)) {
MAX_DIST         1036 tools/packfi2/trees.c         Assert((ush)dist < (ush)MAX_DIST(s) &&