Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_lazy.c1226 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local
1255 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()
1256 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()
1298 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local
1313 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()
1314 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()