Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h181 #define DefaultMaxOff 28 macro
231 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c224 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_buildSuperBlockEntropy_sequences()
234 … countWksp, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSuperBlockEntropy_sequences()
650 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_compress.c2257 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_entropyCompressSequences_internal()
2270 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_entropyCompressSequences_internal()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6477 #define DefaultMaxOff 28 macro
6515 static const S16 OF_defaultNorm[DefaultMaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2,
11930 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_buildSuperBlockEntropy_sequences()
11940 … countWksp, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSuperBlockEntropy_sequences()
15149 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_compressSequences_internal()
15162 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_compressSequences_internal()