Searched refs:_SS_ALIGNSIZE (Results 1 – 6 of 6) sorted by relevance
145 #define _SS_ALIGNSIZE (sizeof(PY_LONG_LONG)) macro147 #define _SS_ALIGNSIZE (sizeof(double)) macro149 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)151 _SS_PAD1SIZE - _SS_ALIGNSIZE)
263 #ifdef _SS_ALIGNSIZE335 #if defined(__sgi) && _COMPILER_VERSION>700 && defined(_SS_ALIGNSIZE)
38 #define _SS_ALIGNSIZE (sizeof(int64_t)) macro39 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - \42 sizeof(sa_family_t) - _SS_PAD1SIZE - _SS_ALIGNSIZE)
144 #define _SS_ALIGNSIZE (sizeof(long long)) macro145 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)147 _SS_PAD1SIZE - _SS_ALIGNSIZE)
256 #ifdef _SS_ALIGNSIZE423 #if defined(__sgi) && _COMPILER_VERSION>700 && defined(_SS_ALIGNSIZE)
797 pub const _SS_ALIGNSIZE: usize = size_of::<u32>(); constant798 pub const _SS_PAD1SIZE: usize = _SS_ALIGNSIZE - size_of::<::c_uchar>() - size_of::<::sa_family_t>();803 - _SS_ALIGNSIZE;