Home
last modified time | relevance | path

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

/dragonfly/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()