Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c802 U64 hitMask; member
1247 mtctx->rsync.hitMask = (1ULL << rsyncBits) - 1; in ZSTDMT_initCStream_internal()
1659 U64 const hitMask = mtctx->rsync.hitMask; in findSynchronizationPoint() local
1688 if ((hash & hitMask) == hitMask) { in findSynchronizationPoint()
1721 if ((hash & hitMask) == hitMask) { in findSynchronizationPoint()