Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c47 U32* const nextCandidatePtr = bt + 2*(idx&btMask); in ZSTD_updateDUBT() local
48 U32* const sortMarkPtr = nextCandidatePtr + 1; in ZSTD_updateDUBT()
52 *nextCandidatePtr = matchIndex; /* update BT like a chain */ in ZSTD_updateDUBT()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c57 U32* const nextCandidatePtr = bt + 2*(idx&btMask); in ZSTD_updateDUBT() local
58 U32* const sortMarkPtr = nextCandidatePtr + 1; in ZSTD_updateDUBT()
62 *nextCandidatePtr = matchIndex; /* update BT like a chain */ in ZSTD_updateDUBT()