Searched refs:numMatches (Results 1 – 1 of 1) sorted by relevance
1199 size_t numMatches = 0; in ZSTD_RowFindBestMatch() local1207 assert(numMatches < rowEntries); in ZSTD_RowFindBestMatch()1215 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()1227 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()1268 size_t numMatches = 0; in ZSTD_RowFindBestMatch() local1278 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()1282 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()