Searched refs:matchPos (Results 1 – 1 of 1) 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()