Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A 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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c18636 U32 const unsortLimit = MAX(btLow, windowLow); in ZSTD_DUBT_findBestMatch() local
18648 while ( (matchIndex > unsortLimit) in ZSTD_DUBT_findBestMatch()
18663 if ( (matchIndex > unsortLimit) in ZSTD_DUBT_findBestMatch()
18676 nbCandidates, unsortLimit, dictMode); in ZSTD_DUBT_findBestMatch()