Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/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()