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