Lines Matching refs:dictEnd
398 const BYTE* const dictEnd = dms->window.nextSrc;
399 const U32 dictIndexDelta = prefixStartIndex - (U32)(dictEnd - dictBase);
400 const U32 dictAndPrefixLength = (U32)(ip - prefixStart + dictEnd - dictStart);
414 assert(prefixStartIndex >= (U32)(dictEnd - dictBase));
439 const BYTE* const repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend;
455 mLength = ZSTD_count_2segments(ip+4, dictMatch+4, iend, dictEnd, prefixStart) + 4;
499 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend;
569 const BYTE* const dictEnd = dictBase + prefixStartIndex;
598 const BYTE* const repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend;
611 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend;
633 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend;