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

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c251 U32 const unsortLimit = MAX(btLow, windowLow); local
263 while ( (matchIndex > unsortLimit)
278 if ( (matchIndex > unsortLimit)
291 nbCandidates, unsortLimit, dictMode);
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c251 U32 const unsortLimit = MAX(btLow, windowLow); local
264 while ( (matchIndex > unsortLimit)
279 if ( (matchIndex > unsortLimit)
292 nbCandidates, unsortLimit, dictMode);

Completed in 163 milliseconds