reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
76 static const int NumBitsPerType = 6;
77 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType; 78 static const unsigned TooBig = 1u << NumBitsPerType; 737 Working = Working << NumBitsPerType | Type;