Searched refs:length_high (Results 1 – 1 of 1) sorted by relevance
60 const int length_high = ReadByteAsInt(input_stream); in Read2ByteLength() local62 if (length_high == -1 || length_low == -1) { in Read2ByteLength()67 return length_high << 8 | length_low; in Read2ByteLength()