Home
last modified time | relevance | path

Searched refs:defaultMax (Results 1 – 8 of 8) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.h36 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
H A Dzstd_compress_superblock.c329 short const* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_estimateSubBlockSize_symbolType() argument
342 assert(max <= defaultMax); in ZSTD_estimateSubBlockSize_symbolType()
343 cSymbolTypeSizeEstimateInBits = max <= defaultMax in ZSTD_estimateSubBlockSize_symbolType()
H A Dzstd_compress_sequences.c247 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_buildCTable() argument
265 …FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, defaultNorm, defaultMax, defaultNormLog, entropy… in ZSTD_buildCTable()
H A Dzstd_compress.c3267 short const* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_estimateBlockSize_symbolType() argument
3280 assert(max <= defaultMax); in ZSTD_estimateBlockSize_symbolType()
3281 (void)defaultMax; in ZSTD_estimateBlockSize_symbolType()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.h38 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
H A Dzstd_compress_superblock.c335 short const* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_estimateSubBlockSize_symbolType() argument
348 assert(max <= defaultMax); in ZSTD_estimateSubBlockSize_symbolType()
349 cSymbolTypeSizeEstimateInBits = max <= defaultMax in ZSTD_estimateSubBlockSize_symbolType()
H A Dzstd_compress_sequences.c248 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_buildCTable() argument
266 …FORWARD_IF_ERROR(FSE_buildCTable_wksp(nextCTable, defaultNorm, defaultMax, defaultNormLog, entropy… in ZSTD_buildCTable()
H A Dzstd_compress.c3862 short const* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_estimateBlockSize_symbolType() argument
3875 assert(max <= defaultMax); in ZSTD_estimateBlockSize_symbolType()
3876 (void)defaultMax; in ZSTD_estimateBlockSize_symbolType()