Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h114 static const int kMaxInst = (1<<28) - 1; variable
Dcompile.cc1113 if (m > Prog::Inst::kMaxInst) in Setup()
1114 m = Prog::Inst::kMaxInst; in Setup()