Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_lazy.c1196 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() local
1197 U32 const matchIndex = row[matchPos]; in ZSTD_RowFindBestMatch()
1264 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() local
1265 U32 const matchIndex = dmsRow[matchPos]; in ZSTD_RowFindBestMatch()