Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c253 U32* nextCandidate = bt + 2*(matchIndex&btMask); in ZSTD_DUBT_findBestMatch() local
271 matchIndex = *nextCandidate; in ZSTD_DUBT_findBestMatch()
272 nextCandidate = bt + 2*(matchIndex&btMask); in ZSTD_DUBT_findBestMatch()
283 *nextCandidate = *unsortedMark = 0; in ZSTD_DUBT_findBestMatch()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c266 U32* nextCandidate = bt + 2*(matchIndex&btMask); in ZSTD_DUBT_findBestMatch() local
284 matchIndex = *nextCandidate; in ZSTD_DUBT_findBestMatch()
285 nextCandidate = bt + 2*(matchIndex&btMask); in ZSTD_DUBT_findBestMatch()
296 *nextCandidate = *unsortedMark = 0; in ZSTD_DUBT_findBestMatch()