Home
last modified time | relevance | path

Searched defs:_ALIGNBYTES (Results 1 – 24 of 24) sorted by relevance

/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dsparc64.rs7 pub const _ALIGNBYTES: usize = 0xf; constant
H A Dx86.rs5 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_int>() - 1; constant
H A Dpowerpc.rs6 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_double>() - 1; constant
H A Dmips.rs6 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_longlong>() - 1; constant
H A Dx86_64.rs23 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_long>() - 1; constant
H A Driscv64.rs25 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_long>() - 1; constant
H A Darm.rs6 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_longlong>() - 1; constant
H A Daarch64.rs68 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_int>() - 1; constant
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dsparc64.rs2 pub const _ALIGNBYTES: usize = 0xf; constant
H A Dmips64.rs2 pub const _ALIGNBYTES: usize = 7; constant
H A Darm.rs3 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_double>() - 1; constant
H A Dpowerpc64.rs3 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_long>() - 1; constant
H A Dpowerpc.rs3 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_double>() - 1; constant
H A Dx86.rs3 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_int>() - 1; constant
H A Daarch64.rs18 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_long>() - 1; constant
H A Driscv64.rs23 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_long>() - 1; constant
H A Dx86_64.rs101 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_long>() - 1; constant
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dpowerpc64.rs56 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_long>() - 1; constant
H A Dx86.rs127 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_long>() - 1; constant
H A Dpowerpc.rs56 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_int>() - 1; constant
H A Darm.rs46 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_int>() - 1; constant
H A Driscv64.rs110 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_longlong>() - 1; constant
H A Daarch64.rs36 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_longlong>() - 1; constant
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/x86_64/
H A Dmod.rs319 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_long>() - 1; constant