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

/bionic/linker/
H A Dlinker_sleb128.h28 : current_(buffer), end_(buffer+count) { }
38 if (current_ >= end_) {
55 const uint8_t* const end_; member in class:sleb128_decoder
H A Dlinker_reloc_iterators.h37 : begin_(rel_array), end_(begin_ + count), current_(begin_) {}
40 return current_ < end_;
48 rel_t* const end_; member in class:plain_reloc_iterator
/bionic/libc/bionic/
H A Dlibc_logging.cpp70 end_ = buffer + size - 1;
86 int avail = end_ - pos_;
105 char* end_; member in struct:BufferOutputStream

Completed in 1110 milliseconds