Searched refs:currMatch (Results 1 – 1 of 1) sorted by relevance
1226 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local1255 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()1256 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()1298 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local1313 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()1314 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()