Searched refs:AU32 (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/zerocopy/src/ |
| H A D | lib.rs | 6581 type AU32 = AlignSize<4, 4>; in test_known_layout_derive() typedef 6601 struct KL01(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive() 6612 struct KL01Align(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive() 6623 struct KL01Packed(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive() 6634 struct KL01PackedN(NotKnownLayout<AU32>, NotKnownLayout<AU16>); in test_known_layout_derive() 6658 struct KL03Align(NotKnownLayout<AU32>, u8); in test_known_layout_derive() 6669 struct KL03Packed(NotKnownLayout<AU32>, u8); in test_known_layout_derive() 6680 struct KL03PackedN(NotKnownLayout<AU32>, u8); in test_known_layout_derive() 6714 struct KL10(NotKnownLayout<AU32>, [u8]); in test_known_layout_derive() 6717 .extend(DstLayout::for_type::<NotKnownLayout<AU32>>(), None) in test_known_layout_derive() [all …]
|
| /linux/rust/zerocopy/src/util/ |
| H A D | macro_util.rs | 1204 struct AU32(#[allow(unused)] u32); in test_repr_c_struct_padding() struct 1206 test!((AU64, [AU32]) => true); in test_repr_c_struct_padding()
|