Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c160 ZSTD_defaultPolicy_e const isDefaultAllowed, in ZSTD_selectEncodingType() argument
166 if (isDefaultAllowed && nbSeq <= 2) { in ZSTD_selectEncodingType()
178 if (isDefaultAllowed) { in ZSTD_selectEncodingType()
204 …size_t const basicCost = isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, cou… in ZSTD_selectEncodingType()
209 if (isDefaultAllowed) { in ZSTD_selectEncodingType()
219 assert(isDefaultAllowed); in ZSTD_selectEncodingType()
H A Dzstd_compress_sequences.h28 ZSTD_defaultPolicy_e const isDefaultAllowed,
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c11241 ZSTD_defaultPolicy_e const isDefaultAllowed,
11401 ZSTD_defaultPolicy_e const isDefaultAllowed, in ZSTD_selectEncodingType() argument
11407 if (isDefaultAllowed && nbSeq <= 2) { in ZSTD_selectEncodingType()
11419 if (isDefaultAllowed) { in ZSTD_selectEncodingType()
11445 …size_t const basicCost = isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, cou… in ZSTD_selectEncodingType()
11450 if (isDefaultAllowed) { in ZSTD_selectEncodingType()
11460 assert(isDefaultAllowed); in ZSTD_selectEncodingType()