Home
last modified time | relevance | path

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

/external/puffin/src/
Dpuffin_stream.cc105 last_byte_(0), in PuffinStream()
356 last_byte_ |= bytes[bytes_wrote++] << (deflate_bit_pos_ & 7); in Write()
382 bit_writer.WriteBits(cur_deflate_->offset & 7, last_byte_)); in Write()
383 last_byte_ = 0; in Write()
399 last_byte_ = deflate_buffer_->data()[bytes_to_write - 1]; in Write()
Dpuffin_stream.h140 uint8_t last_byte_; variable