Home
last modified time | relevance | path

Searched refs:_SS_ALIGNSIZE (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs802 pub const _SS_ALIGNSIZE: usize = size_of::<u32>(); constant
804 _SS_ALIGNSIZE - size_of::<c_uchar>() - size_of::<crate::sa_family_t>();
809 - _SS_ALIGNSIZE;
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs2484 pub const _SS_ALIGNSIZE: usize = mem::size_of::<i64>(); constant
2486 pub const _SS_PAD1SIZE: usize = _SS_ALIGNSIZE - 2;
2487 pub const _SS_PAD2SIZE: usize = _SS_MAXSIZE - 2 - _SS_PAD1SIZE - _SS_ALIGNSIZE;