Searched refs:kEmptyShift (Results 1 – 1 of 1) sorted by relevance
169 static const int kEmptyShift = 6; // number of empty flags in prog.h variable170 static const int kRealCapShift = kEmptyShift + 1;177 static const uint32_t kMatchWins = 1 << kEmptyShift;185 static_assert((1<<kEmptyShift)-1 == kEmptyAllFlags, in OnePass_Checks()