Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Donepass.cc159 static const int kEmptyShift = 6; // number of empty flags in prog.h variable
160 static const int kRealCapShift = kEmptyShift + 1;
167 static const uint32 kMatchWins = 1 << kEmptyShift;
175 COMPILE_ASSERT((1<<kEmptyShift)-1 == kEmptyAllFlags, in OnePass_Checks()