Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/common/
Dzstd_internal.h173 #define DefaultMaxOff 28 macro
223 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_superblock.c225 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_buildSuperBlockEntropy_sequences()
235 … countWksp, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSuperBlockEntropy_sequences()
653 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_estimateSubBlockSize_sequences()
Dzstd_compress.c2206 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_entropyCompressSequences_internal()
2219 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_entropyCompressSequences_internal()