Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_lazy.c1189 U32 matchBuffer[ZSTD_ROW_HASH_MAX_ENTRIES]; in ZSTD_RowFindBestMatch() local
1206 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()
1219 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()
1258 U32 matchBuffer[ZSTD_ROW_HASH_MAX_ENTRIES]; in ZSTD_RowFindBestMatch() local
1269 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()
1274 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()