Lines Matching refs:lowLimit
70 hc4->lowLimit = 64 * KB;
111 const U32 lowLimit = (hc4->lowLimit + 64 * KB > (U32)(ip - base))
112 ? hc4->lowLimit
122 while ((matchIndex >= lowLimit)
183 const U32 lowLimit = (hc4->lowLimit + 64 * KB > (U32)(ip - base))
184 ? hc4->lowLimit
195 while ((matchIndex >= lowLimit)
242 && (matchIndex + back > lowLimit)
658 ctxPtr->lowLimit = ctxPtr->dictLimit;
698 const BYTE * const dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit;
705 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase);
707 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4)
708 ctxPtr->lowLimit = ctxPtr->dictLimit;
758 streamPtr->lowLimit = endIndex - dictSize;