Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_lazy.c264 U32 const unsortLimit = MAX(btLow, windowLow); in ZSTD_DUBT_findBestMatch() local
277 while ( (matchIndex > unsortLimit) in ZSTD_DUBT_findBestMatch()
292 if ( (matchIndex > unsortLimit) in ZSTD_DUBT_findBestMatch()
305 nbCandidates, unsortLimit, dictMode); in ZSTD_DUBT_findBestMatch()