Lines Matching refs:MaxOff
6478 #define MaxOff 31 macro
9981 FSE_CTable offcodeCTable[FSE_CTABLE_SIZE_U32(OffFSELog, MaxOff)];
11927 unsigned max = MaxOff; in ZSTD_buildSuperBlockEntropy_sequences()
12350 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, MaxOff, in ZSTD_estimateSubBlockSize_sequences()
14196 + ZSTD_cwksp_alloc_size((MaxOff+1) * sizeof(U32)) in ZSTD_sizeof_matchState()
14473 … ms->opt.offCodeFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxOff+1) * sizeof(unsigned)); in ZSTD_reset_matchState()
15145 { unsigned max = MaxOff; in ZSTD_compressSequences_internal()
16016 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy()
16080 short offcodeNCount[MaxOff+1]; in ZSTD_loadZstdDictionary()
16081 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadZstdDictionary()
16095 U32 offcodeMax = MaxOff; in ZSTD_loadZstdDictionary()
16101 …ORWARD_IF_ERROR(ZSTD_checkDictNCount(offcodeNCount, offcodeMaxValue, MIN(offcodeMax, MaxOff)), ""); in ZSTD_loadZstdDictionary()
20307 for (of=0; of<=MaxOff; of++) { in ZSTD_rescaleFreqs()
20337 for (of=0; of<=MaxOff; of++) in ZSTD_rescaleFreqs()
20340 optPtr->offCodeSum = MaxOff+1; in ZSTD_rescaleFreqs()
20350 optPtr->offCodeSum = ZSTD_downscaleStat(optPtr->offCodeFreq, MaxOff, 0); in ZSTD_rescaleFreqs()
20452 assert(offCode <= MaxOff); in ZSTD_updateStats()
21242 optPtr->offCodeSum = ZSTD_upscaleStat(optPtr->offCodeFreq, MaxOff, 0); in ZSTD_upscaleStats()
22658 static const U32 OF_base[MaxOff+1] = {
22664 static const U32 OF_bits[MaxOff+1] = {
25589 { short offcodeNCount[MaxOff+1]; in ZSTD_loadDEntropy()
25590 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy()
25593 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy()
26920 OFtype, MaxOff, OffFSELog, in ZSTD_decodeSeqHeaders()
27248 assert(ofBits <= MaxOff); in ZSTD_decodeSequence()