Searched refs:max_match (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getsrc_file.c51 size_t max_match = *nsrcs ?: ~0u; local
138 if (cur_match < max_match)
162 if (cur_match == max_match)
/external/v8/src/regexp/
H A Dregexp-ast.h204 virtual int max_match() = 0;
229 int max_match() override { return max_match_; }
253 int max_match() override { return max_match_; }
281 int max_match() override { return 0; }
302 // make max_match() dependent on the character class content.
303 int max_match() override { return 2; }
339 int max_match() override { return data_.length(); }
358 int max_match() override { return length_; }
381 if (max > 0 && body->max_match() > kInfinity / max) {
384 max_match_ = max * body->max_match();
[all...]
H A Dregexp-ast.cc82 if (node->max_match() > 0) {
97 if (node->max_match() > 0) {
303 max_match_ = first_alternative->max_match();
307 max_match_ = Max(max_match_, alternative->max_match());
330 int node_max_match = node->max_match();
H A Dregexp-parser.cc1775 if (atom->max_match() == 0) {
H A Djsregexp.cc5514 // where max_match is zero the parser has removed the quantifier if min was
6660 int max_length = data->tree->max_match();
/external/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c68 size_t max_match = *nsrcs ?: ~0u; local
137 if (cur_match < max_match)
/external/chromium-trace/catapult/tracing/tracing_build/
H A Dmerge_traces.py212 max_match_set, max_match = max(matches.iteritems(),
218 if not any(max_match):
225 canonical_entry, max_match)
/external/v8/test/cctest/
H A Dtest-regexp.cc143 int max_match; member in struct:MinMaxPair
157 int max_match = result.tree->max_match(); local
158 MinMaxPair pair = { min_match, max_match };
168 CHECK_EQ(max, min_max.max_match); \

Completed in 508 milliseconds