HomeSort by relevance Sort by last modified time
    Searched refs:kMaxInst (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/re2/
prog.h 126 static const int kMaxInst = (1<<28) - 1;
compile.cc 978 if (m > Prog::Inst::kMaxInst)
979 m = Prog::Inst::kMaxInst;
    [all...]

Completed in 561 milliseconds