HomeSort by relevance Sort by last modified time
    Searched refs:nextline_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.h 195 char *nextline_; // start of next line member in class:ProcMapsIterator
sysinfo.cc 746 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
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.h 195 char *nextline_; // start of next line member in class:ProcMapsIterator
sysinfo.cc 590 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
    [all...]

Completed in 190 milliseconds