OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VKI_CMSG_ALIGN
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/include/vki/
vki-darwin.h
194
#define
VKI_CMSG_ALIGN
(a) ALIGN(a)
vki-linux.h
610
#define
VKI_CMSG_ALIGN
(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
612
#define VKI_CMSG_DATA(cmsg) ((void *)((char *)(cmsg) +
VKI_CMSG_ALIGN
(sizeof(struct vki_cmsghdr))))
625
__ptr = (struct vki_cmsghdr*)(((unsigned char *) __cmsg) +
VKI_CMSG_ALIGN
(__cmsg->cmsg_len));
[
all
...]
Completed in 57 milliseconds