Home
last modified time | relevance | path

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

/external/chromium_org/third_party/re2/re2/
Dprog.h126 static const int kMaxInst = (1<<28) - 1; variable
Dcompile.cc978 if (m > Prog::Inst::kMaxInst) in Setup()
979 m = Prog::Inst::kMaxInst; in Setup()
/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()