Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_lazy.c1224 U32 matchBuffer[ZSTD_ROW_HASH_MAX_ENTRIES]; in ZSTD_RowFindBestMatch() local
1242 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()
1256 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()
1296 U32 matchBuffer[ZSTD_ROW_HASH_MAX_ENTRIES]; in ZSTD_RowFindBestMatch() local
1308 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()
1314 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()