Searched refs:ALIGN_D (Results 1 – 1 of 1) sorted by relevance
165 #define ALIGN_D(size) ALIGN_H(size) macro175 + ALIGN_D(sizeof(struct cmsghdr)) > \182 ALIGN_D(sizeof(struct cmsghdr))))184 #define CMSG_SPACE(length) (ALIGN_D(sizeof(struct cmsghdr)) + \187 #define CMSG_LEN(length) (ALIGN_D(sizeof(struct cmsghdr)) + \
Completed in 22 milliseconds