Searched refs:currMatch (Results 1 – 1 of 1) sorted by relevance
1200 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local1227 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()1228 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()1269 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local1282 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()1283 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()