Searched refs:max_match (Results 1 - 7 of 7) 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.cc5509 // where max_match is zero the parser has removed the quantifier if min was
6655 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/syslinux/gpxe/src/util/
H A Dnrv2b.c147 unsigned int max_match; member in struct:ucl_compress_config
942 while (m_len > c->conf.max_match)
944 code_match(c, c->conf.max_match - 3, m_off);
945 m_len -= c->conf.max_match - 3;
1103 if (c->conf.max_match < swd->nice_length)
1104 swd->nice_length = c->conf.max_match;

Completed in 142 milliseconds