OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_match
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
session.h
41
struct thread *
last_match
;
member in struct:perf_session
/external/chromium/chrome/browser/history/
in_memory_url_index.cc
662
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
);
[
all
...]
/external/mksh/src/
jobs.c
1545
Job *j, *
last_match
;
local
[
all
...]
Completed in 172 milliseconds