Searched refs:matchPos (Results 1 – 3 of 3) sorted by relevance
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()
1103 unsigned int matchPos; /* Match pos in dst */ member
2359 outSeqs[i].matchPos = (unsigned int)position; in ZSTD_copyBlockSequences()