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

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

Completed in 147 milliseconds