Home
last modified time | relevance | path

Searched refs:ReadByteArrayToUint16 (Results 1 – 1 of 1) sorted by relevance

/external/puffin/src/
Dpuff_reader.cc18 inline uint16_t ReadByteArrayToUint16(const uint8_t* buffer) { in ReadByteArrayToUint16() function
54 auto distance = ReadByteArrayToUint16(&puff_buf_in_[index_]); in GetNext()
76 length = ReadByteArrayToUint16(&puff_buf_in_[index_]) + 127; in GetNext()
98 length = ReadByteArrayToUint16(&puff_buf_in_[index_]) + 1; in GetNext()