Home
last modified time | relevance | path

Searched refs:maxCode (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Derror_private.c52 case PREFIX(maxCode): in ERR_getErrorString()
H A Derror_private.h56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c603 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument
614 unsigned max = maxCode; in ZSTD_estimateSubBlockSize_symbolType()
H A Dzstd_compress_sequences.c214 assert(compressedCost < ERROR(maxCode)); in ZSTD_selectEncodingType()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v03.c582 ITEM(PREFIX(maxCode))
591 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
H A Dzstd_v02.c580 ITEM(PREFIX(maxCode))
589 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c810 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
2746 case PREFIX(maxCode): in ERR_getErrorString()
11455 assert(compressedCost < ERROR(maxCode)); in ZSTD_selectEncodingType()
12311 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument
12322 unsigned max = maxCode; in ZSTD_estimateSubBlockSize_symbolType()