Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c1231 … U32 const matchPos = ((headGrouped + ZSTD_VecMask_next(matches)) / groupWidth) & rowMask; in ZSTD_RowFindBestMatch() local
1232 U32 const matchIndex = row[matchPos]; in ZSTD_RowFindBestMatch()
1233 if(matchPos == 0) continue; in ZSTD_RowFindBestMatch()
1302 … U32 const matchPos = ((headGrouped + ZSTD_VecMask_next(matches)) / groupWidth) & rowMask; in ZSTD_RowFindBestMatch() local
1303 U32 const matchIndex = dmsRow[matchPos]; in ZSTD_RowFindBestMatch()
1304 if(matchPos == 0) continue; in ZSTD_RowFindBestMatch()
/src/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1205 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() local
1206 U32 const matchIndex = row[matchPos]; in ZSTD_RowFindBestMatch()
1273 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() local
1274 U32 const matchIndex = dmsRow[matchPos]; in ZSTD_RowFindBestMatch()