Home
last modified time | relevance | path

Searched refs:numMatches (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_lazy.c1225 size_t numMatches = 0; in ZSTD_RowFindBestMatch() local
1234 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() local
1308 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()
1313 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()