OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SS_ALIGNSIZE
(Results
1 - 4
of
4
) 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
)
/src/crypto/external/bsd/heimdal/dist/lib/roken/
roken.h.in
918
#define
_SS_ALIGNSIZE
sizeof(unsigned long)
924
#define _SS_PAD1SIZE ((2 *
_SS_ALIGNSIZE
- sizeof (roken_sa_family_t) - sizeof(unsigned char)) %
_SS_ALIGNSIZE
)
925
#define _SS_PAD2SIZE (_SS_MAXSIZE - (sizeof (roken_sa_family_t) + sizeof(unsigned char) + _SS_PAD1SIZE +
_SS_ALIGNSIZE
))
938
#define _SS_PAD1SIZE ((2 *
_SS_ALIGNSIZE
- sizeof (roken_sa_family_t)) %
_SS_ALIGNSIZE
)
939
#define _SS_PAD2SIZE (_SS_MAXSIZE - (sizeof (roken_sa_family_t) + _SS_PAD1SIZE +
_SS_ALIGNSIZE
))
Completed in 22 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026