Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1200 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local
1227 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()
1228 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()
1269 size_t currMatch = 0; in ZSTD_RowFindBestMatch() local
1282 for (; currMatch < numMatches; ++currMatch) { in ZSTD_RowFindBestMatch()
1283 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()