Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_sequences.c162 ZSTD_defaultPolicy_e const isDefaultAllowed, in ZSTD_selectEncodingType() argument
168 if (isDefaultAllowed && nbSeq <= 2) { in ZSTD_selectEncodingType()
180 if (isDefaultAllowed) { in ZSTD_selectEncodingType()
206 …size_t const basicCost = isDefaultAllowed ? ZSTD_crossEntropyCost(defaultNorm, defaultNormLog, cou… in ZSTD_selectEncodingType()
211 if (isDefaultAllowed) { in ZSTD_selectEncodingType()
221 assert(isDefaultAllowed); in ZSTD_selectEncodingType()
H A Dzstd_compress_sequences.h28 ZSTD_defaultPolicy_e const isDefaultAllowed,