Lines Matching defs:rowMask
826 FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextIndex(BYTE* const tagRow, U32 const rowMask) {
827 U32 const next = (*tagRow - 1) & rowMask;
908 U32 const rowMask, U32 const useCache)
923 U32 const pos = ZSTD_row_nextIndex(tagRow, rowMask);
937 U32 const rowMask, U32 const useCache)
954 ZSTD_row_update_internalImpl(ms, idx, bound, mls, rowLog, rowMask, useCache);
960 ZSTD_row_update_internalImpl(ms, idx, target, mls, rowLog, rowMask, useCache);
970 const U32 rowMask = (1u << rowLog) - 1;
974 ZSTD_row_update_internal(ms, ip, mls, rowLog, rowMask, 0 /* dont use cache */);
1144 const U32 rowMask = rowEntries - 1;
1181 ZSTD_row_update_internal(ms, ip, mls, rowLog, rowMask, 1 /* useCache */);
1188 U32 const head = *tagRow & rowMask;
1196 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask;
1212 U32 const pos = ZSTD_row_nextIndex(tagRow, rowMask);
1257 { U32 const head = *dmsTagRow & rowMask;
1264 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask;