Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c951 const U32 kSkipThreshold = 384; in ZSTD_row_update_internal() local
961 if (UNLIKELY(target - idx > kSkipThreshold)) { in ZSTD_row_update_internal()