HomeSort by relevance Sort by last modified time
    Searched defs:next_line (Results 1 - 3 of 3) sorted by null

  /system/extras/sane_schedstat/
sane_schedstat.c 58 static const char *next_line(const char *b) { function
121 b = next_line(b);
127 b = next_line(b);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_linux.cc 193 char *next_line = (char*)internal_memchr(current_, '\n', last - current_); local
194 if (next_line == 0)
195 next_line = last;
227 while (current_ < next_line && *current_ == ' ')
231 while (current_ < next_line) {
238 current_ = next_line + 1;
  /art/runtime/verifier/
method_verifier.cc 2887 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); local
    [all...]

Completed in 787 milliseconds