Searched refs:nextline_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.h195 char *nextline_; // start of next line member in class:ProcMapsIterator
H A Dsysinfo.cc746 stext_ = etext_ = nextline_ = ibuf_;
748 nextline_ = ibuf_;
832 stext_ = nextline_;
835 nextline_ = static_cast<char *>(memchr (stext_, '\n', etext_ - stext_));
836 if (!nextline_) {
860 nextline_ = static_cast<char *>(memchr (stext_, '\n', etext_ + 1 - stext_));
862 *nextline_ = 0; // turn newline into nul
863 nextline_ += ((nextline_ < etext_)? 1 : 0); // skip nul if not end of text
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.h195 char *nextline_; // start of next line member in class:ProcMapsIterator
H A Dsysinfo.cc590 stext_ = etext_ = nextline_ = ibuf_;
592 nextline_ = ibuf_;
676 stext_ = nextline_;
679 nextline_ = static_cast<char *>(memchr (stext_, '\n', etext_ - stext_));
680 if (!nextline_) {
704 nextline_ = static_cast<char *>(memchr (stext_, '\n', etext_ + 1 - stext_));
706 *nextline_ = 0; // turn newline into nul
707 nextline_ += ((nextline_ < etext_)? 1 : 0); // skip nul if not end of text

Completed in 219 milliseconds