Searched refs:sof_abi_hdr (Results 1 – 4 of 4) sorted by relevance
58 pub struct sof_abi_hdr { struct75 ::std::mem::size_of::<sof_abi_hdr>(), in bindgen_test_layout_sof_abi_hdr() argument77 concat!("Size of: ", stringify!(sof_abi_hdr)) in bindgen_test_layout_sof_abi_hdr()80 ::std::mem::align_of::<sof_abi_hdr>(), in bindgen_test_layout_sof_abi_hdr()82 concat!("Alignment of ", stringify!(sof_abi_hdr)) in bindgen_test_layout_sof_abi_hdr()85 unsafe { &(*(::std::ptr::null::<sof_abi_hdr>())).magic as *const _ as usize }, in bindgen_test_layout_sof_abi_hdr()89 stringify!(sof_abi_hdr), in bindgen_test_layout_sof_abi_hdr()95 unsafe { &(*(::std::ptr::null::<sof_abi_hdr>())).type_ as *const _ as usize }, in bindgen_test_layout_sof_abi_hdr()99 stringify!(sof_abi_hdr), in bindgen_test_layout_sof_abi_hdr()105 unsafe { &(*(::std::ptr::null::<sof_abi_hdr>())).size as *const _ as usize }, in bindgen_test_layout_sof_abi_hdr()[all …]
12 pub use bindings::sof_abi_hdr;
20 struct sof_abi_hdr { struct
7 use sof_sys::sof_abi_hdr;59 const SOF_HEADER_SIZE: usize = mem::size_of::<sof_abi_hdr>() / mem::size_of::<i32>();