Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2581 const _CMSG_HDR_ALIGNMENT: usize = 8; consts
2583 const _CMSG_HDR_ALIGNMENT: usize = 4; consts
2589 (p + _CMSG_HDR_ALIGNMENT - 1) & !(_CMSG_HDR_ALIGNMENT - 1)

Completed in 9 milliseconds