Searched refs:ZSTD_defaultDisallowed (Results 1 – 4 of 4) sorted by relevance
18 ZSTD_defaultDisallowed = 0, enumerator
163 ZSTD_STATIC_ASSERT(ZSTD_defaultDisallowed == 0 && ZSTD_defaultAllowed != 0); in ZSTD_selectEncodingType()
225 …licy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_defaultDisallowed; in ZSTD_buildSuperBlockEntropy_sequences()
2206 …licy_e const defaultPolicy = (max <= DefaultMaxOff) ? ZSTD_defaultAllowed : ZSTD_defaultDisallowed; in ZSTD_entropyCompressSequences_internal()