Searched refs:matchPos (Results 1 – 1 of 1) sorted by relevance
1196 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() local1197 U32 const matchIndex = row[matchPos]; in ZSTD_RowFindBestMatch()1264 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() local1265 U32 const matchIndex = dmsRow[matchPos]; in ZSTD_RowFindBestMatch()