Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_lazy.c827 U32 const next = (*tagRow - 1) & rowMask; in ZSTD_row_nextIndex()
923 U32 const pos = ZSTD_row_nextIndex(tagRow, rowMask); in ZSTD_row_update_internalImpl()
960 ZSTD_row_update_internalImpl(ms, idx, target, mls, rowLog, rowMask, useCache); in ZSTD_row_update_internal()
970 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update() local
974 ZSTD_row_update_internal(ms, ip, mls, rowLog, rowMask, 0 /* dont use cache */); in ZSTD_row_update()
1144 const U32 rowMask = rowEntries - 1; in ZSTD_RowFindBestMatch() local
1181 ZSTD_row_update_internal(ms, ip, mls, rowLog, rowMask, 1 /* useCache */); in ZSTD_RowFindBestMatch()
1188 U32 const head = *tagRow & rowMask; in ZSTD_RowFindBestMatch()
1196 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch()
1212 U32 const pos = ZSTD_row_nextIndex(tagRow, rowMask); in ZSTD_RowFindBestMatch()
[all …]