HomeSort by relevance Sort by last modified time
    Searched defs:VKI_CMSG_ALIGN (Results 1 - 3 of 3) sorted by null

  /external/valgrind/include/vki/
vki-darwin.h 202 #define VKI_CMSG_ALIGN(a) ALIGN(a)
vki-solaris.h     [all...]
vki-linux.h 658 #define VKI_CMSG_ALIGN(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
660 #define VKI_CMSG_DATA(cmsg) ((void *)((char *)(cmsg) + VKI_CMSG_ALIGN(sizeof(struct vki_cmsghdr))))
674 ((unsigned char *) __cmsg) + VKI_CMSG_ALIGN(__cmsg->cmsg_len));
    [all...]

Completed in 555 milliseconds