Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_sequences.h19 ZSTD_defaultAllowed = 1 enumerator
Dzstd_compress_superblock.c207 ZSTD_defaultAllowed, strategy); in ZSTD_buildSuperBlockEntropy_sequences()
225 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_buildSuperBlockEntropy_sequences()
254 ZSTD_defaultAllowed, strategy); in ZSTD_buildSuperBlockEntropy_sequences()
Dzstd_compress_sequences.c163 ZSTD_STATIC_ASSERT(ZSTD_defaultDisallowed == 0 && ZSTD_defaultAllowed != 0); in ZSTD_selectEncodingType()
Dzstd_compress.c2184 ZSTD_defaultAllowed, strategy); in ZSTD_entropyCompressSequences_internal()
2206 …ZSTD_defaultPolicy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_def… in ZSTD_entropyCompressSequences_internal()
2239 ZSTD_defaultAllowed, strategy); in ZSTD_entropyCompressSequences_internal()