Searched refs:kEmptyShift (Results 1 – 2 of 2) sorted by relevance
159 static const int kEmptyShift = 6; // number of empty flags in prog.h variable160 static const int kRealCapShift = kEmptyShift + 1;167 static const uint32 kMatchWins = 1 << kEmptyShift;175 COMPILE_ASSERT((1<<kEmptyShift)-1 == kEmptyAllFlags, in OnePass_Checks()