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

/macosx-10.9.5/ntp-88/include/
H A Dntp_rfc2553.h91 #if !defined(_SS_MAXSIZE) && !defined(_SS_ALIGNSIZE)
94 # define _SS_ALIGNSIZE (sizeof(ntp_uint64_t)) macro
96 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) - sizeof(ntp_u_int8_t))
98 _SS_PAD1SIZE - _SS_ALIGNSIZE)
100 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(short))
102 _SS_PAD1SIZE - _SS_ALIGNSIZE)
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Drubysocket.h129 #define _SS_ALIGNSIZE (sizeof(double)) macro
130 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(unsigned char) * 2)
132 _SS_PAD1SIZE - _SS_ALIGNSIZE)
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Droken.h.in838 #define _SS_ALIGNSIZE sizeof(unsigned long)
844 #define _SS_PAD1SIZE ((2 * _SS_ALIGNSIZE - sizeof (roken_sa_family_t) - sizeof(unsigned char)) % _SS_ALIGNSIZE)
845 #define _SS_PAD2SIZE (_SS_MAXSIZE - (sizeof (roken_sa_family_t) + sizeof(unsigned char) + _SS_PAD1SIZE + _SS_ALIGNSIZE))
858 #define _SS_PAD1SIZE ((2 * _SS_ALIGNSIZE - sizeof (roken_sa_family_t)) % _SS_ALIGNSIZE)
859 #define _SS_PAD2SIZE (_SS_MAXSIZE - (sizeof (roken_sa_family_t) + _SS_PAD1SIZE + _SS_ALIGNSIZE))
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsocket.h456 #define _SS_ALIGNSIZE (sizeof(__int64_t)) macro
458 (_SS_ALIGNSIZE - sizeof(__uint8_t) - sizeof(sa_family_t))
461 _SS_PAD1SIZE - _SS_ALIGNSIZE)

Completed in 131 milliseconds