Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h171 virtual int max_match() = 0;
195 int max_match() override { return max_match_; }
218 int max_match() override { return max_match_; }
246 int max_match() override { return 0; }
305 // make max_match() dependent on the character class content.
306 int max_match() override { return 2; }
340 int max_match() override { return data_.length(); }
392 int max_match() override { return length_; }
419 if (max > 0 && body->max_match() > kInfinity / max) { in RegExpQuantifier()
422 max_match_ = max * body->max_match(); in RegExpQuantifier()
[all...]
H A Dregexp-ast.cc84 if (node->max_match() > 0) { in IsAnchoredAtStart()
99 if (node->max_match() > 0) { in IsAnchoredAtEnd()
311 max_match_ = first_alternative->max_match(); in RegExpDisjunction()
315 max_match_ = std::max(max_match_, alternative->max_match()); in RegExpDisjunction()
340 int node_max_match = node->max_match(); in RegExpAlternative()
H A Dregexp-parser.cc2306 if (atom->max_match() == 0) { in AddQuantifierToAtom()
H A Dregexp.cc979 int max_length = data->tree->max_match(); in Compile()
/third_party/rust/crates/aho-corasick/src/
H A Ddfa.rs309 if id > self.repr().max_match { in get_match()
376 if id > self.repr().max_match { in get_match()
412 max_match: S,
433 id <= self.max_match && id > dead_id() in is_match_state()
439 id <= self.max_match in is_match_or_dead_state()
456 if id > self.max_match { in get_match()
511 /// This updates `self.max_match` to point to the last matching state as
562 self.max_match = S::from_usize(first_non_match - 1); in shuffle_match_states()
587 self.max_match = S::from_usize(self.max_match in premultiply()
[all...]
/third_party/elfutils/libdw/
H A 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()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c72 size_t max_match = *nsrcs ?: ~0u; in dwfl_module_getsrc_file() local
143 if (cur_match < max_match) in dwfl_module_getsrc_file()
/third_party/skia/third_party/externals/brotli/research/
H A Ddeorummolae.cc226 TextIdx max_match = static_cast<TextIdx>(dictionary_size_limit) - total; in DM_generate() local
259 if (effective_lcp > max_match) effective_lcp = max_match; in DM_generate()

Completed in 10 milliseconds