Home
last modified time | relevance | path

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

/lib/zstd/common/
A Dzstd_internal.h95 #define MaxLL 35 macro
98 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */
106 #define ZSTD_MAX_FSE_HEADERS_SIZE (((MaxML + 1) * MLFSELog + (MaxLL + 1) * LLFSELog + (MaxOff + 1) …
108 static UNUSED_ATTR const U8 LL_bits[MaxLL+1] = {
115 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = {
/lib/zstd/decompress/
A Dzstd_decompress_internal.h26 static UNUSED_ATTR const U32 LL_base[MaxLL+1] = {
A Dzstd_decompress.c1309 { short litlengthNCount[MaxLL+1]; in ZSTD_loadDEntropy()
1310 unsigned litlengthMaxValue = MaxLL, litlengthLog; in ZSTD_loadDEntropy()
1313 RETURN_ERROR_IF(litlengthMaxValue > MaxLL, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
A Dzstd_decompress_block.c686 LLtype, MaxLL, LLFSELog, in ZSTD_decodeSeqHeaders()

Completed in 20 milliseconds