Lines Matching defs:prefixLowestIndex
65 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog);
66 const BYTE* const prefixLowest = base + prefixLowestIndex;
140 if (idxl0 > prefixLowestIndex) {
153 if (idxs0 > prefixLowestIndex) {
188 if (idxl1 > prefixLowestIndex) {
273 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog);
274 const BYTE* const prefixLowest = base + prefixLowestIndex;
288 const U32 dictIndexDelta = prefixLowestIndex - (U32)(dictEnd - dictBase);
320 const BYTE* repMatch = (repIndex < prefixLowestIndex) ?
326 if (((U32)((prefixLowestIndex-1) - repIndex) >= 3 /* intentional underflow */)
328 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
335 if (matchIndexL > prefixLowestIndex) {
356 if (matchIndexS > prefixLowestIndex) {
386 if (matchIndexL3 > prefixLowestIndex) {
408 if (matchIndexS < prefixLowestIndex) {
443 const BYTE* repMatch2 = repIndex2 < prefixLowestIndex ?
446 if ( ((U32)((prefixLowestIndex-1) - (U32)repIndex2) >= 3 /* intentional overflow */)
448 const BYTE* const repEnd2 = repIndex2 < prefixLowestIndex ? dictEnd : iend;