Searched refs:rowMask (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 836 U32 const next = (*tagRow - 1) & rowMask; in ZSTD_row_nextIndex() 932 U32 const pos = ZSTD_row_nextIndex(tagRow, rowMask); in ZSTD_row_update_internalImpl() 969 ZSTD_row_update_internalImpl(ms, idx, target, mls, rowLog, rowMask, useCache); in ZSTD_row_update_internal() 979 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update() local 983 ZSTD_row_update_internal(ms, ip, mls, rowLog, rowMask, 0 /* dont use cache */); in ZSTD_row_update() 1153 const U32 rowMask = rowEntries - 1; in ZSTD_RowFindBestMatch() local 1190 ZSTD_row_update_internal(ms, ip, mls, rowLog, rowMask, 1 /* useCache */); in ZSTD_RowFindBestMatch() 1197 U32 const head = *tagRow & rowMask; in ZSTD_RowFindBestMatch() 1205 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() 1221 U32 const pos = ZSTD_row_nextIndex(tagRow, rowMask); in ZSTD_RowFindBestMatch() [all …]
|