Searched refs:groupWidth (Results 1 – 1 of 1) sorted by relevance
1168 const U32 groupWidth = ZSTD_row_matchMaskGroupWidth(rowEntries); in ZSTD_RowFindBestMatch() local1223 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()