HomeSort by relevance Sort by last modified time
    Searched refs:last (Results 176 - 200 of 1447) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/oprofile/libutil/
op_list.h 135 struct list_head * last = list->prev; local
141 last->next = at;
142 at->prev = last;
  /external/regex-re2/util/
stringpiece.cc 22 // Test last byte in case strings share large common prefix
65 const char* last = ptr_ + min(ulen - s.length_, pos) + s.length_; local
66 const char* result = std::find_end(ptr_, last, s.ptr_, s.ptr_ + s.length_);
67 return result != last ? result - ptr_ : npos;
benchmark.cc 96 int n, last; local
106 last = n;
112 n = max(last+1, min(n+n/2, 100*last));
  /external/v8/test/cctest/
cctest.cc 79 PrintTestList(CcTest::last());
91 CcTest* test = CcTest::last();
105 CcTest* test = CcTest::last();
test-ast.cc 48 CHECK_EQ(node, list->last());
  /external/webkit/Source/JavaScriptCore/parser/
ParserArena.h 54 return m_identifiers.last();
60 return m_identifiers.last();
101 ParserArenaRefCounted* last() const;