Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_lazy.c251 U32 const unsortLimit = MAX(btLow, windowLow); in ZSTD_DUBT_findBestMatch() local
264 while ( (matchIndex > unsortLimit) in ZSTD_DUBT_findBestMatch()
279 if ( (matchIndex > unsortLimit) in ZSTD_DUBT_findBestMatch()
292 nbCandidates, unsortLimit, dictMode); in ZSTD_DUBT_findBestMatch()