Home
last modified time | relevance | path

Searched defs:AU32 (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs1204 struct AU32(#[allow(unused)] u32); in test_repr_c_struct_padding() struct
/linux/rust/zerocopy/src/
H A Dlib.rs6581 type AU32 = AlignSize<4, 4>; in test_known_layout_derive() typedef