Searched refs:length_of_length (Results 1 – 1 of 1) sorted by relevance
334 int length_of_length = **pos & 0x7F; in ReadLength() local335 READ_ASSERT(length_of_length <= 4); in ReadLength()337 READ_ASSERT(*pos + length_of_length < end); in ReadLength()340 for (int i = 0; i < length_of_length; ++i) { in ReadLength()