Home
last modified time | relevance | path

Searched refs:_SS_PAD1SIZE (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-optee.h39 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - \ macro
42 sizeof(sa_family_t) - _SS_PAD1SIZE - _SS_ALIGNSIZE)
46 char __ss_pad1[_SS_PAD1SIZE];
/external/python/cpython3/Modules/
Daddrinfo.h145 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2) macro
147 _SS_PAD1SIZE - _SS_ALIGNSIZE)
156 char __ss_pad1[_SS_PAD1SIZE];
/external/python/cpython2/Modules/
Daddrinfo.h149 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2) macro
151 _SS_PAD1SIZE - _SS_ALIGNSIZE)
160 char __ss_pad1[_SS_PAD1SIZE];
/external/rust/crates/libc/src/vxworks/
Dmod.rs445 pub __ss_pad1 : [::c_char; _SS_PAD1SIZE],
798 pub const _SS_PAD1SIZE: usize = _SS_ALIGNSIZE - size_of::<::c_uchar>() - size_of::<::sa_family_t>(); constant
802 - _SS_PAD1SIZE