Searched refs:maxShortLength (Results 1 – 3 of 3) sorted by relevance
142 const uint8_t maxShortLength = 30; in DecodeValueLengthReturnLen() local153 if (oneByte <= maxShortLength) { in DecodeValueLengthReturnLen()185 const uint8_t maxShortLength = 30; in DecodeValueLength() local196 if (oneByte <= maxShortLength) { in DecodeValueLength()
176 const uint32_t maxShortLength = 30; in EncodeValueLength() local178 if (value <= maxShortLength) { in EncodeValueLength()
235 const uint8_t maxShortLength = 30; in DecodeValueLengthReturnLen() local247 if (oneByte <= maxShortLength) { in DecodeValueLengthReturnLen()278 const uint8_t maxShortLength = 30; in DecodeValueLength() local289 if (oneByte <= maxShortLength) { in DecodeValueLength()