Searched refs:etext_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.cc746 stext_ = etext_ = nextline_ = ibuf_;
835 nextline_ = static_cast<char *>(memchr (stext_, '\n', etext_ - stext_));
838 int count = etext_ - stext_;
843 etext_ = ibuf_ + count;
846 while (etext_ < ebuf_) {
847 NO_INTR(nread = read(fd_, etext_, ebuf_ - etext_));
849 etext_ += nread;
856 if (etext_ != ebuf_ && nread == 0) {
857 memset(etext_,
[all...]
H A Dsysinfo.h194 char *etext_; // end of text member in class:ProcMapsIterator
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.cc590 stext_ = etext_ = nextline_ = ibuf_;
679 nextline_ = static_cast<char *>(memchr (stext_, '\n', etext_ - stext_));
682 int count = etext_ - stext_;
687 etext_ = ibuf_ + count;
690 while (etext_ < ebuf_) {
691 NO_INTR(nread = read(fd_, etext_, ebuf_ - etext_));
693 etext_ += nread;
700 if (etext_ != ebuf_ && nread == 0) {
701 memset(etext_,
[all...]
H A Dsysinfo.h194 char *etext_; // end of text member in class:ProcMapsIterator
/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc115 const char* etext_; // end of text being matched (for endmatch_) member in class:re2::NFA
135 etext_ = NULL;
340 if (endmatch_ && p != etext_)
427 etext_ = text.end();
/external/regex-re2/re2/
H A Dnfa.cc115 const char* etext_; // end of text being matched (for endmatch_) member in class:re2::NFA
135 etext_ = NULL;
340 if (endmatch_ && p != etext_)
427 etext_ = text.end();

Completed in 4614 milliseconds