Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_lazy.c942 const U32 kSkipThreshold = 384; in ZSTD_row_update_internal() local
952 if (UNLIKELY(target - idx > kSkipThreshold)) { in ZSTD_row_update_internal()