Searched refs:ALIGNBYTES (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/i386/
H A Dparam.h82 #define ALIGNBYTES __DARWIN_ALIGNBYTES macro
/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Dgetifaddrs.c58 #ifndef ALIGNBYTES
60 * On systems with a routing socket, ALIGNBYTES should match the value
63 #define ALIGNBYTES XXX macro
66 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES)
169 ALIGNBYTES;
189 dcnt += sizeof(ifam->ifam_data) + ALIGNBYTES;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Ddefines.h653 # define ALIGNBYTES (sizeof(int) - 1) macro
654 # define ALIGN(p) (((unsigned)p + ALIGNBYTES) & ~ALIGNBYTES)
/macosx-10.9.5/netcat-20/
H A Dsourceroute.c108 static char buf[1024 + ALIGNBYTES]; /*XXX*/
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dfindfp.c138 g = (struct glue *)malloc(sizeof(*g) + ALIGNBYTES + n * sizeof(FILE) +
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dfts.c1073 len += sizeof(struct stat) + ALIGNBYTES;
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c2887 static char buf[1024 + ALIGNBYTES]; /*XXX*/

Completed in 133 milliseconds