Searched defs:buf_ptr_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dbit_reader.h45 uint8_t* buf_ptr_; /* next input will write here */ member in struct:__anon11688
103 uint8_t* dst = br->buf_ptr_;
130 br->buf_ptr_ = br->buf_ + BROTLI_READ_SIZE;
132 br->buf_ptr_ = br->buf_;

Completed in 169 milliseconds