Searched refs:matchPos (Results 1 – 2 of 2) sorted by relevance
1231 … U32 const matchPos = ((headGrouped + ZSTD_VecMask_next(matches)) / groupWidth) & rowMask; in ZSTD_RowFindBestMatch() local1232 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() local1303 U32 const matchIndex = dmsRow[matchPos]; in ZSTD_RowFindBestMatch()1304 if(matchPos == 0) continue; in ZSTD_RowFindBestMatch()
1205 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() local1206 U32 const matchIndex = row[matchPos]; in ZSTD_RowFindBestMatch()1273 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() local1274 U32 const matchIndex = dmsRow[matchPos]; in ZSTD_RowFindBestMatch()