Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Derror_private.c52 case PREFIX(maxCode): in ERR_getErrorString()
Derror_private.h56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DReaderBasedJsonParser.java1817 final int maxCode = codes.length; in _handleOddName() local
1822 if (i < maxCode) { // identifier, or a number ([Issue#102]) in _handleOddName()
1837 if (ch < maxCode) { in _handleOddName()
1866 final int maxCode = codes.length; in _parseAposName() local
1875 if (ch < maxCode && codes[ch] != 0) { in _parseAposName()
2003 final int maxCode = codes.length; in _handleOddName2() local
2013 if (i < maxCode) { in _handleOddName2()
2054 final int maxCode = codes.length; in _finishString() local
2058 if (ch < maxCode && codes[ch] != 0) { in _finishString()
2082 final int maxCode = codes.length; in _finishString2() local
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
DO_S_2f_2.py219 maxCode = max(codes)
222 self.usLastCharIndex = min(0xFFFF, maxCode)
/external/zstd/lib/compress/
Dzstd_compress_superblock.c603 const BYTE* codeTable, unsigned maxCode, in ZSTD_estimateSubBlockSize_symbolType() argument
614 unsigned max = maxCode; in ZSTD_estimateSubBlockSize_symbolType()
Dzstd_compress_sequences.c214 assert(compressedCost < ERROR(maxCode)); in ZSTD_selectEncodingType()
/external/zstd/lib/legacy/
Dzstd_v03.c582 ITEM(PREFIX(maxCode))
591 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
Dzstd_v02.c580 ITEM(PREFIX(maxCode))
589 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
/external/dokka/core/libs/
Dkotlinx-html-jvm-0.6.8-google.jarMETA-INF/MANIFEST.MF META-INF/ kotlinx/ kotlinx/html/ kotlinx/ ...