Searched refs:MSBit (Results 1 – 1 of 1) sorted by relevance
19 static constexpr UIntType MSBit = UIntType(1) << (8 * sizeof(UIntType) - 1); variable20 static constexpr UIntType UIntMax = (MSBit - 1) + MSBit;