Lines Matching defs:dictLimit
69 hc4->dictLimit = 64 * KB;
110 const U32 dictLimit = hc4->dictLimit;
125 if (matchIndex >= dictLimit) {
144 + (dictLimit - matchIndex);
153 base + dictLimit,
181 const U32 dictLimit = hc4->dictLimit;
182 const BYTE * const lowPrefixPtr = base + dictLimit;
198 if (matchIndex >= dictLimit) {
230 const BYTE *vLimit = ip + (dictLimit - matchIndex);
239 mlt += LZ4_count(ip + mlt, base + dictLimit,
658 ctxPtr->lowLimit = ctxPtr->dictLimit;
659 ctxPtr->dictLimit = (U32)(ctxPtr->end - ctxPtr->base);
661 ctxPtr->base = newBlock - ctxPtr->dictLimit;
664 ctxPtr->nextToUpdate = ctxPtr->dictLimit;
684 - ctxPtr->dictLimit;
699 const BYTE * const dictEnd = ctxPtr->dictBase + ctxPtr->dictLimit;
707 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4)
708 ctxPtr->lowLimit = ctxPtr->dictLimit;
741 - (streamPtr->base + streamPtr->dictLimit));
757 streamPtr->dictLimit = endIndex - dictSize;
760 if (streamPtr->nextToUpdate < streamPtr->dictLimit)
761 streamPtr->nextToUpdate = streamPtr->dictLimit;