Lines Matching refs:dictEnd
79 const BYTE* const dictEnd = dictBase + dictLimit;
116 matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iend, dictEnd, prefixStart);
173 const BYTE* const dictEnd = dms->window.nextSrc;
192 matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iend, dictEnd, prefixStart);
301 const BYTE* const dictEnd = dictBase + dictLimit;
322 matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iend, dictEnd, prefixStart);
662 const BYTE* const dictEnd = dictBase + dictLimit;
698 assert(match+4 <= dictEnd);
700 currentMl = ZSTD_count_2segments(ip+4, match+4, iLimit, dictEnd, prefixStart) + 4;
1136 const BYTE* const dictEnd = dictBase + dictLimit;
1231 assert(match+4 <= dictEnd);
1233 currentMl = ZSTD_count_2segments(ip+4, match+4, iLimit, dictEnd, prefixStart) + 4;
1503 const BYTE* const dictEnd = isDxS ? dms->window.nextSrc : NULL;
1505 prefixLowestIndex - (U32)(dictEnd - dictBase) :
1507 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictLowest));
1553 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
1596 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
1632 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
1687 const BYTE* const repEnd2 = repIndex < prefixLowestIndex ? dictEnd : iend;
1879 const BYTE* const dictEnd = dictBase + dictLimit;
1919 const BYTE* const repEnd = repIndex < dictLimit ? dictEnd : iend;
1951 const BYTE* const repEnd = repIndex < dictLimit ? dictEnd : iend;
1983 const BYTE* const repEnd = repIndex < dictLimit ? dictEnd : iend;
2030 const BYTE* const repEnd = repIndex < dictLimit ? dictEnd : iend;