Searched refs:maxCode (Results 1 – 11 of 11) sorted by relevance
52 case PREFIX(maxCode): in ERR_getErrorString()
57 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
58 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
326 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument337 unsigned max = maxCode; in ZSTD_estimateSubBlockSize_symbolType()
216 assert(compressedCost < ERROR(maxCode)); in ZSTD_selectEncodingType()
3264 const BYTE* codeTable, size_t nbSeq, unsigned maxCode, in ZSTD_estimateBlockSize_symbolType() argument3275 unsigned max = maxCode; in ZSTD_estimateBlockSize_symbolType()
604 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument615 unsigned max = maxCode; in ZSTD_estimateSubBlockSize_symbolType()
202 assert(compressedCost < ERROR(maxCode)); in ZSTD_selectEncodingType()
578 ITEM(PREFIX(maxCode))587 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
576 ITEM(PREFIX(maxCode))585 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()