Home | History | Annotate | Download | only in dec

Lines Matching full:start_

57   size_t start_;        // start location of the data to be decoded
99 return (mem->end_ - mem->start_);
121 const uint8_t* const new_base = mem->buf_ + mem->start_;
159 const uint8_t* const old_start = mem->buf_ + mem->start_;
181 mem->start_ = new_mem_start;
189 DoRemap(idec, mem->buf_ + mem->start_ - old_start);
197 const uint8_t* const old_start = old_buf + mem->start_;
205 DoRemap(idec, mem->buf_ + mem->start_ - old_start);
283 mem->start_ += consumed_bytes;
284 assert(mem->start_ <= mem->end_);
285 idec->io_.data = mem->buf_ + mem->start_;
292 const uint8_t* data = mem->buf_ + mem->start_;
335 const uint8_t* data = idec->mem_.buf_ + idec->mem_.start_;
379 mem->start_ += psize;
459 idec->mem_.start_ = token_br->buf_ - idec->mem_.buf_;
460 assert(idec->mem_.start_ <= idec->mem_.end_);