Home
last modified time | relevance | path

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

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