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

/external/puffin/src/
H A Dpuff_reader.cc18 inline uint16_t ReadByteArrayToUint16(const uint8_t* buffer) { function in namespace:puffin::__anon19150
57 auto distance = ReadByteArrayToUint16(&puff_buf_in_[index_]);
82 length = ReadByteArrayToUint16(&puff_buf_in_[index_]) + 127;
106 length = ReadByteArrayToUint16(&puff_buf_in_[index_]) + 1;

Completed in 127 milliseconds