Lines Matching defs:dictStart
113 hc4->dictStart = start;
260 const BYTE* const dictStart = hc4->dictStart;
262 const BYTE* const dictEnd = dictStart + prefixIdx - dictIdx;
299 const BYTE* const matchPtr = dictStart + (matchIndex - dictIdx);
309 back = lookBackLength ? LZ4HC_countBack(ip, matchPtr, iLowLimit, dictStart) : 0;
355 const BYTE* const matchPtr = (extDict ? dictStart - dictIdx : prefixPtr - prefixIdx) + matchCandidateIdx;
363 { const BYTE* const lowestMatchPtr = extDict ? dictStart : prefixPtr;
370 backLength += LZ4HC_reverseCountPattern(dictEnd, dictStart, rotatedPattern);
1101 ctxPtr->dictStart = ctxPtr->prefixStart;
1137 const BYTE* const dictBegin = ctxPtr->dictStart;
1138 const BYTE* const dictEnd = ctxPtr->dictStart + (ctxPtr->dictLimit - ctxPtr->lowLimit);
1141 ctxPtr->lowLimit += (U32)(sourceEnd - ctxPtr->dictStart);
1142 ctxPtr->dictStart += (U32)(sourceEnd - ctxPtr->dictStart);
1145 ctxPtr->dictStart = ctxPtr->prefixStart;
1188 streamPtr->dictStart = streamPtr->prefixStart;