Searched refs:currMatch (Results 1 – 1 of 1) sorted by relevance
1191 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local1218 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()1219 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()1260 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local1273 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()1274 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()