gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:_ALIGN (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/socket.h - 19.9KB - 520 lines
430: #define CMSG_DATA(cmsg) \
431:         ((u_char *)(cmsg) + _ALIGN(sizeof(struct cmsghdr)))
432: 
More results from socket.h
bsd_source/lib/libc/src_bsd/include/sysdepend/tef_em1d/machine/param.h - 5.6KB - 163 lines
126: #define ALIGNBYTES              _ALIGNBYTES
127: #define ALIGN(p)                _ALIGN(p)
128: #define ALIGNED_POINTER(p,t)    _ALIGNED_POINTER(p,t)