Home
last modified time | relevance | path

Searched refs:TYPE_ALIGNMENT (Results 1 – 9 of 9) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntdef.h168 #define TYPE_ALIGNMENT(t) __alignof(t) macro
170 #define TYPE_ALIGNMENT(t) FIELD_OFFSET(struct { char x; t test; }, test) macro
174 #define PROBE_ALIGNMENT(v) TYPE_ALIGNMENT(ULONG)
176 #define PROBE_ALIGNMENT(v) (TYPE_ALIGNMENT(v) > TYPE_ALIGNMENT(ULONG) ? TYPE_ALIGNMENT(v) : TYPE_AL…
H A Dmswsock.h176 #define WSA_CMSGHDR_ALIGN(length) (((length) + TYPE_ALIGNMENT(WSACMSGHDR)-1) & (~(TYPE_ALIGNMENT(WS…
H A Dstralign.h177 #define __UA_STRUC_ALIGNED(t,s) (((DWORD_PTR)(s) & (TYPE_ALIGNMENT(t)-1))==0)
H A Dwinnt.h127 #define TYPE_ALIGNMENT(t) __alignof__ (t) macro
129 #define TYPE_ALIGNMENT(t) FIELD_OFFSET(struct { char x; t test; }, test)
133 #define PROBE_ALIGNMENT(_s) TYPE_ALIGNMENT (DWORD)
135 #define PROBE_ALIGNMENT(_s) (TYPE_ALIGNMENT (_s) > TYPE_ALIGNMENT (DWORD) ? TYPE_ALIGNMENT (_s) : T…
141 #define PROBE_ALIGNMENT32(_s) TYPE_ALIGNMENT (DWORD)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntdef.h168 #define TYPE_ALIGNMENT(t) __alignof(t) macro
170 #define TYPE_ALIGNMENT(t) FIELD_OFFSET(struct { char x; t test; }, test) macro
174 #define PROBE_ALIGNMENT(v) TYPE_ALIGNMENT(ULONG)
176 #define PROBE_ALIGNMENT(v) (TYPE_ALIGNMENT(v) > TYPE_ALIGNMENT(ULONG) ? TYPE_ALIGNMENT(v) : TYPE_AL…
H A Dmswsock.h176 #define WSA_CMSGHDR_ALIGN(length) (((length) + TYPE_ALIGNMENT(WSACMSGHDR)-1) & (~(TYPE_ALIGNMENT(WS…
H A Dstralign.h177 #define __UA_STRUC_ALIGNED(t,s) (((DWORD_PTR)(s) & (TYPE_ALIGNMENT(t)-1))==0)
H A Dwinnt.h127 #define TYPE_ALIGNMENT(t) __alignof__ (t) macro
129 #define TYPE_ALIGNMENT(t) FIELD_OFFSET(struct { char x; t test; }, test)
133 #define PROBE_ALIGNMENT(_s) TYPE_ALIGNMENT (DWORD)
135 #define PROBE_ALIGNMENT(_s) (TYPE_ALIGNMENT (_s) > TYPE_ALIGNMENT (DWORD) ? TYPE_ALIGNMENT (_s) : T…
141 #define PROBE_ALIGNMENT32(_s) TYPE_ALIGNMENT (DWORD)
/dports/net/ortp/ortp-1.0.2-0/src/
H A Drtpsession_inet.c65 #ifndef TYPE_ALIGNMENT
66 #define TYPE_ALIGNMENT(t) FIELD_OFFSET(struct { char x; t test; },test) macro
70 #define WSA_CMSGHDR_ALIGN(length) (((length) + TYPE_ALIGNMENT(WSACMSGHDR)-1) & (~(TYPE_ALIGNMENT(WS…