Searched refs:LL_Code (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 301 static const BYTE LL_Code[64] = { 0, 1, 2, 3, 4, 5, 6, 7, in ZSTD_LLcode() local 310 return (litLength > 63) ? ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[litLength]; in ZSTD_LLcode()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 471 static const BYTE LL_Code[64] = { 0, 1, 2, 3, 4, 5, 6, 7, in ZSTD_LLcode() local 480 return (litLength > 63) ? ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[litLength]; in ZSTD_LLcode()
|