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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_line_reader.cpp 35 line_start_ = 0;
44 line_start_ += line_len_;
50 line_start_,
56 const char* line = buff_ + line_start_;
57 const size_t range = buff_size_ - line_start_;
68 line_start_,
71 buff_ + line_start_);
76 if (line_start_ > 0) {
77 ::memmove(buff_, buff_ + line_start_, buff_size_ - line_start_);
    [all...]
crazy_linker_line_reader.h 50 size_t line_start_; member in class:crazy::LineReader
  /ndk/sources/android/crazy_linker/src/
crazy_linker_line_reader.cpp 35 line_start_ = 0;
44 line_start_ += line_len_;
50 line_start_,
55 const char* line = buff_ + line_start_;
57 ::memchr(line, '\n', buff_size_ - line_start_));
63 line_start_,
66 buff_ + line_start_);
71 if (line_start_ > 0) {
72 ::memmove(buff_, buff_ + line_start_, buff_size_ - line_start_);
    [all...]
crazy_linker_line_reader.h 50 size_t line_start_; member in class:crazy::LineReader

Completed in 85 milliseconds