Home
last modified time | relevance | path

Searched refs:rte_atomic16_t (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_mbuf_1_0.h57 } rte_atomic16_t; typedef
84 rte_atomic16_t refcnt_atomic; /**< Atomically accessed refcnt */
H A Dlayout_mbuf.h56 } rte_atomic16_t; typedef
83 rte_atomic16_t refcnt_atomic; /**< Atomically accessed refcnt */
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_mbuf.rs103 pub struct rte_atomic16_t { structure names
109 const UNINIT: ::std::mem::MaybeUninit<rte_atomic16_t> = in bindgen_test_layout_rte_atomic16_t()
113 ::std::mem::size_of::<rte_atomic16_t>(), in bindgen_test_layout_rte_atomic16_t()
115 concat!("Size of: ", stringify!(rte_atomic16_t)) in bindgen_test_layout_rte_atomic16_t()
118 ::std::mem::align_of::<rte_atomic16_t>(), in bindgen_test_layout_rte_atomic16_t()
120 concat!("Alignment of ", stringify!(rte_atomic16_t)) in bindgen_test_layout_rte_atomic16_t()
127 stringify!(rte_atomic16_t), in bindgen_test_layout_rte_atomic16_t()
190 pub refcnt_atomic: rte_atomic16_t,

Completed in 3 milliseconds