Searched defs:CMSG_ALIGN (Results 1 – 4 of 4) sorted by relevance
26 macro_rules! CMSG_ALIGN { macro
48 const fn CMSG_ALIGN(len: usize) -> usize { in CMSG_ALIGN() function
309 #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1) & (size_t) ~(sizeof (size_t) - 1)) macro
362 #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1) & (size_t) ~(sizeof (size_t) - 1)) macro