Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c18638 U32* nextCandidate = bt + 2*(matchIndex&btMask); in ZSTD_DUBT_findBestMatch() local
18655 matchIndex = *nextCandidate; in ZSTD_DUBT_findBestMatch()
18656 nextCandidate = bt + 2*(matchIndex&btMask); in ZSTD_DUBT_findBestMatch()
18667 *nextCandidate = *unsortedMark = 0; in ZSTD_DUBT_findBestMatch()