Home
last modified time | relevance | path

Searched defs:_SS_PAD1SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-optee.h39 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - \ macro
/third_party/python/Modules/
H A Daddrinfo.h145 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2) macro
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs805 pub const _SS_PAD1SIZE: usize = _SS_ALIGNSIZE - size_of::<::c_uchar>() - size_of::<::sa_family_t>(); consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2381 pub const _SS_PAD1SIZE: usize = _SS_ALIGNSIZE - 2; consts

Completed in 13 milliseconds