Lines Matching refs:dictEnd
287 const BYTE* const dictEnd = dms->window.nextSrc;
288 const U32 dictIndexDelta = prefixLowestIndex - (U32)(dictEnd - dictBase);
291 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictStart));
328 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
347 assert(dictMatchL < dictEnd);
350 mLength = ZSTD_count_2segments(ip+8, dictMatchL+8, iend, dictEnd, prefixLowest) + 8;
398 assert(dictMatchL3 < dictEnd);
400 mLength = ZSTD_count_2segments(ip+1+8, dictMatchL3+8, iend, dictEnd, prefixLowest) + 8;
409 mLength = ZSTD_count_2segments(ip+4, match+4, iend, dictEnd, prefixLowest) + 4;
448 const BYTE* const repEnd2 = repIndex2 < prefixLowestIndex ? dictEnd : iend;
554 const BYTE* const dictEnd = dictBase + prefixStartIndex;
585 const BYTE* repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend;
591 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend;
609 const BYTE* const matchEnd = matchIndex3 < prefixStartIndex ? dictEnd : iend;
616 const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend;
653 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend;