Lines Matching defs:lowLimit
95 U32 lowLimit; /* below that point, no more dict */
125 hc4->lowLimit = 64 KB;
162 const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) - (64 KB - 1);
172 while ((matchIndex>=lowLimit) && (nbAttempts))
220 const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) - (64 KB - 1);
232 while ((matchIndex>=lowLimit) && (nbAttempts))
267 while ((ip+back > iLowLimit) && (matchIndex+back > lowLimit) && (ip[back-1] == match[back-1])) back--;
623 ctxPtr->lowLimit = ctxPtr->dictLimit;
654 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit;
659 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase);
660 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit;
693 streamPtr->lowLimit = endIndex - dictSize;