Searched refs:numMatches (Results 1 – 1 of 1) sorted by relevance
1225 size_t numMatches = 0; in ZSTD_RowFindBestMatch() local1234 assert(numMatches < rowEntries); in ZSTD_RowFindBestMatch()1242 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()1255 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()1297 size_t numMatches = 0; in ZSTD_RowFindBestMatch() local1308 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()1313 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()