Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/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()