Home
last modified time | relevance | path

Searched refs:max_match (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/regexp/
Dregexp-ast.h204 virtual int max_match() = 0;
229 int max_match() override { return max_match_; } in max_match() function
253 int max_match() override { return max_match_; } in max_match() function
281 int max_match() override { return 0; } in max_match() function
303 int max_match() override { return 2; } in max_match() function
339 int max_match() override { return data_.length(); } in max_match() function
358 int max_match() override { return length_; } in max_match() function
381 if (max > 0 && body->max_match() > kInfinity / max) { in RegExpQuantifier()
384 max_match_ = max * body->max_match(); in RegExpQuantifier()
396 int max_match() override { return max_match_; } in max_match() function
[all …]
Dregexp-ast.cc82 if (node->max_match() > 0) { in IsAnchoredAtStart()
97 if (node->max_match() > 0) { in IsAnchoredAtEnd()
303 max_match_ = first_alternative->max_match(); in RegExpDisjunction()
307 max_match_ = Max(max_match_, alternative->max_match()); in RegExpDisjunction()
330 int node_max_match = node->max_match(); in RegExpAlternative()
Dregexp-parser.cc1775 if (atom->max_match() == 0) { in AddQuantifierToAtom()
Djsregexp.cc6655 int max_length = data->tree->max_match(); in Compile()
/external/elfutils/libdw/
Ddwarf_getsrc_file.c51 size_t max_match = *nsrcs ?: ~0u; in dwarf_getsrc_file() local
138 if (cur_match < max_match) in dwarf_getsrc_file()
162 if (cur_match == max_match) in dwarf_getsrc_file()
/external/elfutils/libdwfl/
Ddwfl_module_getsrc_file.c68 size_t max_match = *nsrcs ?: ~0u; in dwfl_module_getsrc_file() local
137 if (cur_match < max_match) in dwfl_module_getsrc_file()
/external/syslinux/gpxe/src/util/
Dnrv2b.c147 unsigned int max_match; member
942 while (m_len > c->conf.max_match) in code_match()
944 code_match(c, c->conf.max_match - 3, m_off); in code_match()
945 m_len -= c->conf.max_match - 3; in code_match()
1103 if (c->conf.max_match < swd->nice_length) in ucl_nrv2b_99_compress()
1104 swd->nice_length = c->conf.max_match; in ucl_nrv2b_99_compress()