Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprog.h126 static const int kMaxInst = (1<<28) - 1; variable
Dcompile.cc977 if (m > Prog::Inst::kMaxInst) in Setup()
978 m = Prog::Inst::kMaxInst; in Setup()