Home
last modified time | relevance | path

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

/external/puffin/src/
Dpuffin_stream.cc106 extra_byte_(0), in PuffinStream()
364 cur_puff_->length + extra_byte_ - skip_bytes_); in Write()
370 if (skip_bytes_ == cur_puff_->length + extra_byte_) { in Write()
390 if (extra_byte_ == 1) { in Write()
428 extra_byte_ = 0; in SetExtraByte()
433 extra_byte_ = 1; in SetExtraByte()
435 extra_byte_ = 0; in SetExtraByte()
Dpuffin_stream.h146 size_t extra_byte_; variable