Home
last modified time | relevance | path

Searched refs:rowMask (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/lib/zstd/compress/
H A Dzstd_lazy.c800 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() argument
903 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() argument
952 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update() local
1166 const U32 rowMask = rowEntries - 1; in ZSTD_RowFindBestMatch() local
1207 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 …]