Searched refs:StorageUnitSize (Results 1 – 1 of 1) sorted by relevance
1539 uint64_t StorageUnitSize = FieldInfo.Width; in LayoutBitField() local1603 FieldAlign = StorageUnitSize; in LayoutBitField()1608 if (LastBitfieldStorageUnitSize != StorageUnitSize || in LayoutBitField()1629 StorageUnitSize = 32; in LayoutBitField()1635 if (FieldAlign < StorageUnitSize) { in LayoutBitField()1638 FieldAlign = StorageUnitSize; in LayoutBitField()1750 StorageUnitSize)) in LayoutBitField()1797 RoundedFieldSize = (FieldSize ? StorageUnitSize in LayoutBitField()1813 setDataSize(FieldOffset + StorageUnitSize); in LayoutBitField()1814 UnfilledBitsInLastUnit = StorageUnitSize; in LayoutBitField()[all …]