Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c258 U32 previousCandidate = 0; in ZSTD_DUBT_findBestMatch() local
269 …*unsortedMark = previousCandidate; /* the unsortedMark becomes a reversed chain, to move up back … in ZSTD_DUBT_findBestMatch()
270 previousCandidate = matchIndex; in ZSTD_DUBT_findBestMatch()
287 matchIndex = previousCandidate; in ZSTD_DUBT_findBestMatch()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c257 U32 previousCandidate = 0; in ZSTD_DUBT_findBestMatch() local
269 …*unsortedMark = previousCandidate; /* the unsortedMark becomes a reversed chain, to move up back … in ZSTD_DUBT_findBestMatch()
270 previousCandidate = matchIndex; in ZSTD_DUBT_findBestMatch()
287 matchIndex = previousCandidate; in ZSTD_DUBT_findBestMatch()