Home
last modified time | relevance | path

Searched refs:max_inst_ (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/re2/
Dcompile.cc223 int max_inst_; // Maximum number of instructions. member in re2::Compiler
247 max_inst_ = 1; // make AllocInst for fail instruction okay in Compiler()
251 max_inst_ = 0; // Caller must change in Compiler()
260 if (failed_ || inst_len_ + n > max_inst_) { in AllocInst()
959 max_inst_ = 100000; // more than enough in Setup()
962 max_inst_ = 0; in Setup()
980 max_inst_ = m; in Setup()
1009 Frag f = c.WalkExponential(sre, kNullFrag, 2*c.max_inst_); in Compile()
1100 Frag all = c.WalkExponential(re, kNullFrag, 2*c.max_inst_); in CompileSet()
/external/regex-re2/
Ducs2.diff171 c.max_inst_ = 100000; // more than enough