Searched refs:matchIndexS (Results 1 – 2 of 2) sorted by relevance
134 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_generic() local136 const BYTE* match = base + matchIndexS; in ZSTD_compressBlock_doubleFast_generic()185 if (matchIndexS > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()194 matchIndexS = dictMatchIndexS + dictIndexDelta; in ZSTD_compressBlock_doubleFast_generic()237 if (dictMode == ZSTD_dictMatchState && matchIndexS < prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_generic()239 offset = (U32)(current - matchIndexS); in ZSTD_compressBlock_doubleFast_generic()
316 U32 matchIndexS = hashSmall[h]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local318 const BYTE* match = base + matchIndexS; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()356 if (matchIndexS > prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()365 matchIndexS = dictMatchIndexS + dictIndexDelta; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()408 if (matchIndexS < prefixLowestIndex) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()410 offset = (U32)(curr - matchIndexS); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()