Searched refs:_ALIGN (Results 1 – 6 of 6) sorted by relevance
499 _ALIGN(sizeof(struct cmsghdr)))504 ((char *)(cmsg) + _ALIGN(((struct cmsghdr *)(cmsg))->cmsg_len) + \505 _ALIGN(sizeof(struct cmsghdr)) > \509 _ALIGN(((struct cmsghdr *)(cmsg))->cmsg_len)))522 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l))523 #define CMSG_LEN(l) (_ALIGN(sizeof(struct cmsghdr)) + (l))527 #define CMSG_ALIGN(n) _ALIGN(n)
50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
262 #define _ALIGN(x, y) (((long)(x)) & ~(sizeof (y)-1)) macro263 #define TOKEN_ROUNDUP(x) _ALIGN((x + ((sizeof (token_t)-1))), token_t)
72 #define ALIGN(p) _ALIGN(p)
79 #define ALIGN(p) _ALIGN(p)
157 if ((acf_t)_ALIGN(acf, token_t) != acf) { in paren_debug()910 if ((acf_t)_ALIGN(acf, token_t) == acf && within_dictionary(env, acf)) { in acf_backup_search()