Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_internal.h108 #define OffFSELog 8 macro
Ddecompress.c70 FSE_DTable OFTable[FSE_DTABLE_SIZE_U32(OffFSELog)];
843 … ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, OFtype, MaxOff, OffFSELog, ip, iend - ip, in ZSTD_decodeSeqHeaders()
991 if (ZSTD_32bits() || (totalBits > 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_decodeSequence()
1232 if (ZSTD_32bits() || (totalBits > 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_decodeSequenceLong_generic()
1895 if (offcodeLog > OffFSELog) in ZSTD_loadEntropy()
Dcompress.c84 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)];
697 const U32 tableLog = FSE_optimalTableLog(OffFSELog, nbSeq, max); in ZSTD_compressSequences_internal()
796 if (ZSTD_32bits() || (ofBits + mlBits + llBits >= 64 - 7 - (LLFSELog + MLFSELog + OffFSELog))) in ZSTD_compressSequences_internal()
2649 if (offcodeLog > OffFSELog) in ZSTD_loadZstdDictionary()