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

/freebsd-11-stable/sys/arm/include/
H A D_align.h54 #define _ALIGN(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
H A Dparam.h87 #define ALIGN(p) _ALIGN(p)
/freebsd-11-stable/sys/arm64/include/
H A D_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
H A Dparam.h67 #define ALIGN(p) _ALIGN(p)
/freebsd-11-stable/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-11-stable/sys/riscv/include/
H A D_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
H A Dparam.h65 #define ALIGN(p) _ALIGN(p)
/freebsd-11-stable/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-11-stable/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-11-stable/sys/x86/include/
H A D_align.h50 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-11-stable/sys/sys/
H A Dsocket.h510 _ALIGN(sizeof(struct cmsghdr)))
515 ((char *)(cmsg) + _ALIGN(((struct cmsghdr *)(cmsg))->cmsg_len) + \
516 _ALIGN(sizeof(struct cmsghdr)) > \
520 _ALIGN(((struct cmsghdr *)(cmsg))->cmsg_len)))
533 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l))
534 #define CMSG_LEN(l) (_ALIGN(sizeof(struct cmsghdr)) + (l))
538 #define CMSG_ALIGN(n) _ALIGN(n)
/freebsd-11-stable/sys/i386/include/
H A Dparam.h72 #define ALIGN(p) _ALIGN(p)
/freebsd-11-stable/lib/libc/net/
H A Dgethostnamadr.c305 desired_size += addr_size * _ALIGN(ht->h_length);
321 p = (char *)_ALIGN(p);
331 p = (char *)_ALIGN(p);
345 p = (char *)_ALIGN(p);
350 size = _ALIGN(new_ht.h_length);
404 orig_buf = (char *)_ALIGN(orig_buf);
406 _ALIGN(p) - (size_t)p,
408 _ALIGN(p) + (size_t)p);
409 p = (char *)_ALIGN(p);
H A Dgetnetnamadr.c180 p = (char *)_ALIGN(p);
190 p = (char *)_ALIGN(p);
251 orig_buf = (char *)_ALIGN(orig_buf);
253 _ALIGN(p) - (size_t)p,
255 _ALIGN(p) + (size_t)p);
256 p = (char *)_ALIGN(p);
H A Dgetprotoent.c201 p = (char *)_ALIGN(p);
211 p = (char *)_ALIGN(p);
270 orig_buf = (char *)_ALIGN(orig_buf);
272 _ALIGN(p) - (size_t)p,
274 _ALIGN(p) + (size_t)p);
275 p = (char *)_ALIGN(p);
H A Dgetservent.c235 aliases = (char **)_ALIGN(&buffer[resultbuflen + 1]);
1011 p = (char *)_ALIGN(p);
1028 p = (char *)_ALIGN(p);
1089 orig_buf = (char *)_ALIGN(orig_buf);
1091 (_ALIGN(p) - (size_t)p),
1093 (_ALIGN(p) - (size_t)p));
1094 p = (char *)_ALIGN(p);
H A Dgetaddrinfo.c1878 sentinel->ai_addr = (struct sockaddr *)_ALIGN((char *)sentinel +
/freebsd-11-stable/sys/amd64/include/
H A Dparam.h79 #define ALIGN(p) _ALIGN(p)
/freebsd-11-stable/lib/libc/rpc/
H A Dgetrpcent.c277 aliases = (char **)_ALIGN(&buffer[linesize+1]);
525 aliases=(char **)_ALIGN(&buffer[resultbuflen+2]);
714 p = (char *)_ALIGN(p);
724 p = (char *)_ALIGN(p);
783 orig_buf = (char *)_ALIGN(orig_buf);
785 _ALIGN(p) - (size_t)p,
787 _ALIGN(p) + (size_t)p);
788 p = (char *)_ALIGN(p);
/freebsd-11-stable/lib/libc/gen/
H A Dgetgrent.c268 p = (char *)_ALIGN(p);
285 p = (char *)_ALIGN(p);
344 orig_buf = (char *)_ALIGN(orig_buf);
346 _ALIGN(p) - (size_t)p,
348 _ALIGN(p) + (size_t)p);
349 p = (char *)_ALIGN(p);
1522 members = (char **)_ALIGN(membuf);
/freebsd-11-stable/lib/libcasper/services/cap_grp/
H A Dcap_grp.c106 outstrs = (char **)_ALIGN(*bufferp);
128 outstrs = (char **)_ALIGN(*bufferp);

Completed in 184 milliseconds