Home
last modified time | relevance | path

Searched defs:headGrouped (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/lib/zstd/compress/
Dzstd_lazy.c1009 …row_getNEONMask(const U32 rowEntries, const BYTE* const src, const BYTE tag, const U32 headGrouped) in ZSTD_row_getNEONMask()
1062 ZSTD_row_getMatchMask(const BYTE* const tagRow, const BYTE tag, const U32 headGrouped, const U32 ro… in ZSTD_row_getMatchMask()
1223 U32 const headGrouped = (*tagRow & rowMask) * groupWidth; in ZSTD_RowFindBestMatch() local
1295 { U32 const headGrouped = (*dmsTagRow & rowMask) * groupWidth; in ZSTD_RowFindBestMatch() local