Searched refs:last_match (Results 1 - 7 of 7) sorted by relevance

/external/linux-tools-perf/util/
H A Dthread.c75 if (self->last_match && self->last_match->pid == pid)
76 return self->last_match;
83 self->last_match = th;
97 self->last_match = th;
H A Dbuild-id.c56 session->last_match = NULL;
H A Dsession.h41 struct thread *last_match; member in struct:perf_session
H A Dsession.c149 self->last_match = NULL;
227 self->last_match = NULL;
/external/v8/tools/
H A Djs2c.py130 last_match = end
141 add_arg(lines[last_match:end])
142 last_match = end + 1
149 add_arg(lines[last_match:end-1])
/external/mksh/src/
H A Djobs.c1545 Job *j, *last_match; local
1595 last_match = NULL;
1599 if (last_match) {
1604 last_match = j;
1606 if (last_match)
1607 return (last_match);
1613 last_match = NULL;
1616 if (last_match) {
1621 last_match = j;
1623 if (last_match)
[all...]
/external/chromium/chrome/browser/history/
H A Din_memory_url_index.cc662 TermMatch last_match = sorted_matches[0]; local
663 clean_matches.push_back(last_match);
666 if (iter->offset >= last_match.offset + last_match.length) {
667 last_match = *iter;
668 clean_matches.push_back(last_match);

Completed in 149 milliseconds