Lines Matching refs:OffFSELog

6482 #define OffFSELog   8  macro
6483 #define MaxFSELog MAX(MAX(MLFSELog, LLFSELog), OffFSELog)
9981 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)];
11579 if (MEM_32bits() || (ofBits+mlBits+llBits >= 64-7-(LLFSELog+MLFSELog+OffFSELog))) in ZSTD_encodeSequences_body()
11935 OffFSELog, prevEntropy->offcodeCTable, in ZSTD_buildSuperBlockEntropy_sequences()
11939 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_OffsetBits, OffFSELog, (symbol… in ZSTD_buildSuperBlockEntropy_sequences()
15154 OffFSELog, prevEntropy->fse.offcodeCTable, in ZSTD_compressSequences_internal()
15160 CTable_OffsetBits, OffFSELog, (symbolEncodingType_e)Offtype, in ZSTD_compressSequences_internal()
16011 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadCEntropy()
22699 …ZSTD_seqSymbol OFTable[SEQSYMBOL_TABLE_SIZE(OffFSELog)]; /* is also used as temporary workspace …
25594 RETURN_ERROR_IF(offcodeLog > OffFSELog, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
26920 OFtype, MaxOff, OffFSELog, in ZSTD_decodeSeqHeaders()
27289 …if (MEM_64bits() && UNLIKELY(totalBits >= STREAM_ACCUMULATOR_MIN_64-(LLFSELog+MLFSELog+OffFSELog))) in ZSTD_decodeSequence()
27292 ZSTD_STATIC_ASSERT(16+LLFSELog+MLFSELog+OffFSELog < STREAM_ACCUMULATOR_MIN_64); in ZSTD_decodeSequence()
27719 assert(max <= (1 << OffFSELog)); /* max not too large */ in ZSTD_getLongOffsetsShare()
27724 assert(tableLog <= OffFSELog); in ZSTD_getLongOffsetsShare()
27725 total <<= (OffFSELog - tableLog); /* scale to OffFSELog */ in ZSTD_getLongOffsetsShare()