Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h255 static const U32 LL_deltaCode = 19; in ZSTD_LLcode() local
256 return (litLength > 63) ? ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[litLength]; in ZSTD_LLcode()