Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_lazy.c1168 const U32 groupWidth = ZSTD_row_matchMaskGroupWidth(rowEntries); in ZSTD_RowFindBestMatch() local
1223 U32 const headGrouped = (*tagRow & rowMask) * groupWidth; in ZSTD_RowFindBestMatch()
1231 … U32 const matchPos = ((headGrouped + ZSTD_VecMask_next(matches)) / groupWidth) & rowMask; in ZSTD_RowFindBestMatch()
1295 { U32 const headGrouped = (*dmsTagRow & rowMask) * groupWidth; in ZSTD_RowFindBestMatch()
1302 … U32 const matchPos = ((headGrouped + ZSTD_VecMask_next(matches)) / groupWidth) & rowMask; in ZSTD_RowFindBestMatch()