Lines Matching defs:lowLimit
513 const BYTE* lowLimit;
536 lowLimit = (const BYTE*)source;
540 lowLimit = (const BYTE*)source - dictPtr->dictSize;
544 lowLimit = (const BYTE*)source;
579 lowLimit = dictionary;
584 lowLimit = (const BYTE*)source;
596 while ((ip>anchor) && (match+refDelta > lowLimit) && (unlikely(ip[-1]==match[refDelta-1]))) { ip--; match--; }
626 if ((dict==usingExtDict) && (lowLimit==dictionary))
675 lowLimit = dictionary;
680 lowLimit = (const BYTE*)source;
965 const BYTE* const lowLimit = lowPrefix - dictSize;
1028 if ((checkOffset) && (unlikely(match < lowLimit))) goto _output_error; /* Error : offset outside destination buffer */