Searched refs:numMatches (Results 1 – 1 of 1) sorted by relevance
1190 size_t numMatches = 0; in ZSTD_RowFindBestMatch() local1198 assert(numMatches < rowEntries); in ZSTD_RowFindBestMatch()1206 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()1218 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()1259 size_t numMatches = 0; in ZSTD_RowFindBestMatch() local1269 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()1273 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()