Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1205 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() local
1206 U32 const matchIndex = row[matchPos]; in ZSTD_RowFindBestMatch()
1273 U32 const matchPos = (head + ZSTD_VecMask_next(matches)) & rowMask; in ZSTD_RowFindBestMatch() local
1274 U32 const matchIndex = dmsRow[matchPos]; in ZSTD_RowFindBestMatch()
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1103 unsigned int matchPos; /* Match pos in dst */ member
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c2359 outSeqs[i].matchPos = (unsigned int)position; in ZSTD_copyBlockSequences()