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.c1190 size_t numMatches = 0; in ZSTD_RowFindBestMatch() local
1198 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() local
1269 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()
1273 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()