Searched refs:LL_Code (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h459 static const BYTE LL_Code[64] = { 0, 1, 2, 3, 4, 5, 6, 7, local
468 return (litLength > 63) ? ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[litLength];

Completed in 101 milliseconds