Lines Matching refs:prefixLowestIndex
67 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_generic() local
68 const BYTE* const prefixLowest = base + prefixLowestIndex; in ZSTD_compressBlock_doubleFast_generic()
91 prefixLowestIndex - (U32)(dictEnd - dictBase) : in ZSTD_compressBlock_doubleFast_generic()
139 && repIndex < prefixLowestIndex) ? in ZSTD_compressBlock_doubleFast_generic()
146 && ((U32)((prefixLowestIndex-1) - repIndex) >= 3 /* intentional underflow */) in ZSTD_compressBlock_doubleFast_generic()
148 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_generic()
164 if (matchIndexL > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()
185 if (matchIndexS > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()
215 if (matchIndexL3 > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()
237 if (dictMode == ZSTD_dictMatchState && matchIndexS < prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()
274 && repIndex2 < prefixLowestIndex ? in ZSTD_compressBlock_doubleFast_generic()
277 … if ( ((U32)((prefixLowestIndex-1) - (U32)repIndex2) >= 3 /* intentional overflow */) in ZSTD_compressBlock_doubleFast_generic()
279 const BYTE* const repEnd2 = repIndex2 < prefixLowestIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_generic()