Searched refs:StorageUnitSize (Results 1 – 1 of 1) sorted by relevance
1541 uint64_t StorageUnitSize = FieldInfo.Width; in LayoutBitField() local1605 FieldAlign = StorageUnitSize; in LayoutBitField()1610 if (LastBitfieldStorageUnitSize != StorageUnitSize || in LayoutBitField()1631 StorageUnitSize = 32; in LayoutBitField()1637 if (FieldAlign < StorageUnitSize) { in LayoutBitField()1640 FieldAlign = StorageUnitSize; in LayoutBitField()1752 StorageUnitSize)) in LayoutBitField()1806 RoundedFieldSize = (FieldSize ? StorageUnitSize in LayoutBitField()1822 setDataSize(FieldOffset + StorageUnitSize); in LayoutBitField()1823 UnfilledBitsInLastUnit = StorageUnitSize; in LayoutBitField()[all …]