HomeSort by: relevance | last modified time | path
    Searched refs:_SS_ALIGNSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp_rfc2553.h 110 #if !defined(_SS_MAXSIZE) && !defined(_SS_ALIGNSIZE)
113 # define _SS_ALIGNSIZE (sizeof(ntp_uint64_t))
115 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) - sizeof(ntp_u_int8_t))
117 _SS_PAD1SIZE - _SS_ALIGNSIZE)
119 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(short))
121 _SS_PAD1SIZE - _SS_ALIGNSIZE)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
socket.d 703 enum _SS_ALIGNSIZE = long.sizeof;
705 enum _SS_PAD1SIZE = _SS_ALIGNSIZE - ubyte.sizeof - sa_family_t.sizeof;
706 enum _SS_PAD2SIZE = _SS_MAXSIZE - ubyte.sizeof - sa_family_t.sizeof - _SS_PAD1SIZE - _SS_ALIGNSIZE;
861 enum _SS_ALIGNSIZE = long.sizeof;
863 enum _SS_PAD1SIZE = _SS_ALIGNSIZE - ubyte.sizeof - sa_family_t.sizeof;
864 enum _SS_PAD2SIZE = _SS_MAXSIZE - ubyte.sizeof - sa_family_t.sizeof - _SS_PAD1SIZE - _SS_ALIGNSIZE;
1284 enum _SS_ALIGNSIZE = long.sizeof;
1286 enum _SS_PAD1SIZE = _SS_ALIGNSIZE - ubyte.sizeof - sa_family_t.sizeof;
1287 enum _SS_PAD2SIZE = _SS_MAXSIZE - ubyte.sizeof - sa_family_t.sizeof - _SS_PAD1SIZE - _SS_ALIGNSIZE;
1412 enum _SS_ALIGNSIZE = sockaddr_maxalign_t.sizeof
    [all...]
  /src/sys/sys/
socket.h 295 #define _SS_ALIGNSIZE (sizeof(__int64_t))
296 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - 2)
297 #define _SS_PAD2SIZE (_SS_MAXSIZE - 2 - _SS_PAD1SIZE - _SS_ALIGNSIZE)

Completed in 27 milliseconds