Search | Google it | Results 1 - 2 of 2 for funcall:_ALIGN (0.00 seconds) |
430: #define CMSG_DATA(cmsg) \ 431: ((u_char *)(cmsg) + _ALIGN(sizeof(struct cmsghdr))) 432:
126: #define ALIGNBYTES _ALIGNBYTES 127: #define ALIGN(p) _ALIGN(p) 128: #define ALIGNED_POINTER(p,t) _ALIGNED_POINTER(p,t)