Lines Matching refs:repIndex2
17636 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_generic() local
17638 && repIndex2 < prefixLowestIndex ? in ZSTD_compressBlock_doubleFast_generic()
17639 dictBase + repIndex2 - dictIndexDelta : in ZSTD_compressBlock_doubleFast_generic()
17640 base + repIndex2; in ZSTD_compressBlock_doubleFast_generic()
17641 … if ( ((U32)((prefixLowestIndex-1) - (U32)repIndex2) >= 3 /* intentional overflow */) in ZSTD_compressBlock_doubleFast_generic()
17643 const BYTE* const repEnd2 = repIndex2 < prefixLowestIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_generic()
17839 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() local
17840 … const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2; in ZSTD_compressBlock_doubleFast_extDict_generic()
17841 …if ( (((U32)((prefixStartIndex-1) - repIndex2) >= 3) /* intentional overflow : ensure repIndex2 … in ZSTD_compressBlock_doubleFast_extDict_generic()
17842 & (repIndex2 > dictStartIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic()
17844 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_doubleFast_extDict_generic()
18211 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic() local
18212 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? in ZSTD_compressBlock_fast_dictMatchState_generic()
18213 dictBase - dictIndexDelta + repIndex2 : in ZSTD_compressBlock_fast_dictMatchState_generic()
18214 base + repIndex2; in ZSTD_compressBlock_fast_dictMatchState_generic()
18215 if ( ((U32)((prefixStartIndex-1) - (U32)repIndex2) >= 3 /* intentional overflow */) in ZSTD_compressBlock_fast_dictMatchState_generic()
18217 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_dictMatchState_generic()
18339 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_extDict_generic() local
18340 …const BYTE* const repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repInde… in ZSTD_compressBlock_fast_extDict_generic()
18341 …if ( (((U32)((prefixStartIndex-1) - repIndex2) >= 3) & (repIndex2 > dictStartIndex)) /* intention… in ZSTD_compressBlock_fast_extDict_generic()
18343 const BYTE* const repEnd2 = repIndex2 < prefixStartIndex ? dictEnd : iend; in ZSTD_compressBlock_fast_extDict_generic()