Searched refs:rowMask (Results 1 – 1 of 1) sorted by relevance
800 U32 next = (*tagRow-1) & rowMask; in ZSTD_row_nextIndex()801 next += (next == 0) ? rowMask : 0; /* skip first position */ in ZSTD_row_nextIndex()889 U32 const rowMask, U32 const useCache) in ZSTD_row_update_internalImpl() argument903 U32 const pos = ZSTD_row_nextIndex(tagRow, rowMask); in ZSTD_row_update_internalImpl()919 U32 const rowMask, U32 const useCache) in ZSTD_row_update_internal() argument952 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update() local1166 const U32 rowMask = rowEntries - 1; in ZSTD_RowFindBestMatch() local1207 ZSTD_row_update_internal(ms, ip, mls, rowLog, rowMask, 1 /* useCache */); in ZSTD_RowFindBestMatch()1223 U32 const headGrouped = (*tagRow & rowMask) * groupWidth; in ZSTD_RowFindBestMatch()1249 U32 const pos = ZSTD_row_nextIndex(tagRow, rowMask); in ZSTD_RowFindBestMatch()[all …]