Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_internal.h181 #define DefaultMaxOff 28 macro
231 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6478 #define DefaultMaxOff 28 macro
6516 static const S16 OF_defaultNorm[DefaultMaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2,
11932 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_buildSuperBlockEntropy_sequences()
11942 … countWksp, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSuperBlockEntropy_sequences()
15151 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_compressSequences_internal()
15164 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_compressSequences_internal()