Searched refs:_ALIGN (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.2-release/sys/arm/include/
H A D_align.h50 #define _ALIGN(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
H A Dparam.h94 #define ALIGN(p) _ALIGN(p)
/freebsd-10.2-release/sys/ia64/include/
H A D_align.h51 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES) macro
H A Dparam.h77 #define ALIGN(p) _ALIGN(p)
/freebsd-10.2-release/sys/powerpc/include/
H A D_align.h50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
H A Dparam.h83 #define ALIGN(p) _ALIGN(p)
/freebsd-10.2-release/sys/mips/include/
H A D_align.h51 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES) macro
H A Dparam.h115 #define ALIGN(p) _ALIGN(p)
/freebsd-10.2-release/sys/x86/include/
H A D_align.h50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-10.2-release/sys/sparc64/include/
H A D_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
H A Dparam.h68 #define ALIGN(p) _ALIGN(p)
/freebsd-10.2-release/sys/sys/
H A Dsocket.h491 _ALIGN(sizeof(struct cmsghdr)))
496 ((char *)(cmsg) + _ALIGN(((struct cmsghdr *)(cmsg))->cmsg_len) + \
497 _ALIGN(sizeof(struct cmsghdr)) > \
501 _ALIGN(((struct cmsghdr *)(cmsg))->cmsg_len)))
514 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l))
515 #define CMSG_LEN(l) (_ALIGN(sizeof(struct cmsghdr)) + (l))
519 #define CMSG_ALIGN(n) _ALIGN(n)
/freebsd-10.2-release/sys/i386/include/
H A Dparam.h72 #define ALIGN(p) _ALIGN(p)
/freebsd-10.2-release/sys/amd64/include/
H A Dparam.h79 #define ALIGN(p) _ALIGN(p)
/freebsd-10.2-release/lib/libc/net/
H A Dgethostnamadr.c312 desired_size += addr_size * _ALIGN(ht->h_length);
328 p = (char *)_ALIGN(p);
338 p = (char *)_ALIGN(p);
352 p = (char *)_ALIGN(p);
357 size = _ALIGN(new_ht.h_length);
411 orig_buf = (char *)_ALIGN(orig_buf);
413 _ALIGN(p) - (size_t)p,
415 _ALIGN(p) + (size_t)p);
416 p = (char *)_ALIGN(p);
H A Dgetnetnamadr.c187 p = (char *)_ALIGN(p);
197 p = (char *)_ALIGN(p);
258 orig_buf = (char *)_ALIGN(orig_buf);
260 _ALIGN(p) - (size_t)p,
262 _ALIGN(p) + (size_t)p);
263 p = (char *)_ALIGN(p);
H A Dgetprotoent.c202 p = (char *)_ALIGN(p);
212 p = (char *)_ALIGN(p);
271 orig_buf = (char *)_ALIGN(orig_buf);
273 _ALIGN(p) - (size_t)p,
275 _ALIGN(p) + (size_t)p);
276 p = (char *)_ALIGN(p);
H A Dgetservent.c236 aliases = (char **)_ALIGN(&buffer[resultbuflen + 1]);
1005 p = (char *)_ALIGN(p);
1022 p = (char *)_ALIGN(p);
1083 orig_buf = (char *)_ALIGN(orig_buf);
1085 (_ALIGN(p) - (size_t)p),
1087 (_ALIGN(p) - (size_t)p));
1088 p = (char *)_ALIGN(p);
H A Dgetaddrinfo.c1816 sentinel->ai_addr = (struct sockaddr *)_ALIGN((char *)sentinel +
/freebsd-10.2-release/lib/libc/rpc/
H A Dgetrpcent.c278 aliases = (char **)_ALIGN(&buffer[linesize+1]);
518 aliases=(char **)_ALIGN(&buffer[resultbuflen+2]);
705 p = (char *)_ALIGN(p);
715 p = (char *)_ALIGN(p);
774 orig_buf = (char *)_ALIGN(orig_buf);
776 _ALIGN(p) - (size_t)p,
778 _ALIGN(p) + (size_t)p);
779 p = (char *)_ALIGN(p);
/freebsd-10.2-release/lib/libc/gen/
H A Dgetgrent.c267 p = (char *)_ALIGN(p);
284 p = (char *)_ALIGN(p);
343 orig_buf = (char *)_ALIGN(orig_buf);
345 _ALIGN(p) - (size_t)p,
347 _ALIGN(p) + (size_t)p);
348 p = (char *)_ALIGN(p);
1522 members = (char **)_ALIGN(membuf);

Completed in 116 milliseconds