Searched refs:maxShortInteger (Results 1 – 3 of 3) sorted by relevance
379 const uint8_t maxShortInteger = 0x7f; in DecodeShortInteger() local386 if (oneByte > maxShortInteger) { in DecodeShortInteger()464 const uint8_t maxShortInteger = 0x7f; in DecodeIsShortInt() local467 if (oneByte > maxShortInteger) { in DecodeIsShortInt()
194 const uint32_t maxShortInteger = 127; in EncodeInteger() local195 if (value <= maxShortInteger) { in EncodeInteger()
455 const uint8_t maxShortInteger = 0x7f; in DecodeShortInteger() local463 if (oneByte > maxShortInteger) { in DecodeShortInteger()