Searched refs:headGrouped (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_lazy.c | 1022 return ZSTD_rotateRight_U64(matches, headGrouped) & 0x8888888888888888ull; in ZSTD_row_getNEONMask() 1035 return ZSTD_rotateRight_U64(matches, headGrouped) & 0x5555555555555555ull; in ZSTD_row_getNEONMask() 1050 return ZSTD_rotateRight_U64(matches, headGrouped); in ZSTD_row_getNEONMask() 1071 return ZSTD_row_getSSEMask(rowEntries / 16, src, tag, headGrouped); in ZSTD_row_getMatchMask() 1078 return ZSTD_row_getNEONMask(rowEntries, src, tag, headGrouped); in ZSTD_row_getMatchMask() 1115 return ZSTD_rotateRight_U16((U16)matches, headGrouped); in ZSTD_row_getMatchMask() 1117 return ZSTD_rotateRight_U32((U32)matches, headGrouped); in ZSTD_row_getMatchMask() 1119 return ZSTD_rotateRight_U64((U64)matches, headGrouped); in ZSTD_row_getMatchMask() 1223 U32 const headGrouped = (*tagRow & rowMask) * groupWidth; in ZSTD_RowFindBestMatch() local 1227 ZSTD_VecMask matches = ZSTD_row_getMatchMask(tagRow, (BYTE)tag, headGrouped, rowEntries); in ZSTD_RowFindBestMatch() [all …]
|