Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-optee.h41 #define _SS_PAD2SIZE (_SS_MAXSIZE - \ macro
48 char __ss_pad2[_SS_PAD2SIZE];
/third_party/python/Modules/
H A Daddrinfo.h146 #define _SS_PAD2SIZE (_SS_MAXSIZE - sizeof(u_char) * 2 - \ macro
158 char __ss_pad2[_SS_PAD2SIZE];
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs447 pub __ss_pad2 : [::c_char; _SS_PAD2SIZE],
806 pub const _SS_PAD2SIZE: usize = _SS_MAXSIZE consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2382 pub const _SS_PAD2SIZE: usize = _SS_MAXSIZE - 2 - _SS_PAD1SIZE - _SS_ALIGNSIZE; consts

Completed in 14 milliseconds