Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1198 U32 matchBuffer[ZSTD_ROW_HASH_MAX_ENTRIES]; in ZSTD_RowFindBestMatch() local
1215 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()
1228 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()
1267 U32 matchBuffer[ZSTD_ROW_HASH_MAX_ENTRIES]; in ZSTD_RowFindBestMatch() local
1278 matchBuffer[numMatches++] = matchIndex; in ZSTD_RowFindBestMatch()
1283 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch()