Searched refs:LL_deltaCode (Results 1 – 2 of 2) sorted by relevance
595 static const U32 LL_deltaCode = 19; in ZSTD_LLcode() local596 return (litLength > 63) ? ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[litLength]; in ZSTD_LLcode()
594 static const U32 LL_deltaCode = 19; in ZSTD_LLcode() local595 return (litLength > 63) ? ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[litLength]; in ZSTD_LLcode()