Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_lazy.c1191 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local
1218 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()
1219 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()
1260 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local
1273 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()
1274 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()