Home
last modified time | relevance | path

Searched refs:_ALIGN (Results 1 – 6 of 6) sorted by relevance

/titanic_54/usr/src/boot/sys/sys/
H A Dsocket.h499 _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)
/titanic_54/usr/src/boot/sys/x86/include/
H A D_align.h50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/titanic_54/usr/src/lib/efcode/include/fcode/
H A Dengine.h262 #define _ALIGN(x, y) (((long)(x)) & ~(sizeof (y)-1)) macro
263 #define TOKEN_ROUNDUP(x) _ALIGN((x + ((sizeof (token_t)-1))), token_t)
/titanic_54/usr/src/boot/sys/i386/include/
H A Dparam.h72 #define ALIGN(p) _ALIGN(p)
/titanic_54/usr/src/boot/sys/amd64/include/
H A Dparam.h79 #define ALIGN(p) _ALIGN(p)
/titanic_54/usr/src/lib/efcode/engine/
H A Ddebug.c157 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()