Searched refs:__ALIGNBYTES (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/arch/amd64/include/
H A Dcdefs.h6 #define __ALIGNBYTES (sizeof(long) - 1) macro
/netbsd-current/sys/arch/vax/include/
H A Dcdefs.h6 #define __ALIGNBYTES (sizeof(int) - 1) macro
/netbsd-current/sys/arch/m68k/include/
H A Dcdefs.h6 #define __ALIGNBYTES (sizeof(int) - 1) macro
/netbsd-current/sys/arch/powerpc/include/
H A Dcdefs.h6 #define __ALIGNBYTES (sizeof(double) - 1) macro
8 #define ALIGNBYTES32 __ALIGNBYTES
/netbsd-current/sys/arch/hppa/include/
H A Dcdefs.h13 #define __ALIGNBYTES ((size_t)7) macro
/netbsd-current/sys/arch/alpha/include/
H A Dcdefs.h6 #define __ALIGNBYTES ((size_t)7) macro
/netbsd-current/sys/arch/or1k/include/
H A Dcdefs.h6 #define __ALIGNBYTES (__BIGGEST_ALIGNMENT__ - 1U) macro
/netbsd-current/sys/arch/ia64/include/
H A Dcdefs.h6 #define __ALIGNBYTES ((size_t)15) macro
/netbsd-current/sys/arch/sparc/include/
H A Dcdefs.h8 #define __ALIGNBYTES ((size_t)0xf) macro
10 #define __ALIGNBYTES ((size_t)0x7) macro
/netbsd-current/sys/arch/i386/include/
H A Dcdefs.h10 #define __ALIGNBYTES (sizeof(int) - 1) macro
/netbsd-current/sys/arch/sh3/include/
H A Dcdefs.h6 #define __ALIGNBYTES (sizeof(int) - 1) macro
/netbsd-current/sys/arch/riscv/include/
H A Dcdefs.h6 #define __ALIGNBYTES ((size_t)(__BIGGEST_ALIGNMENT__ - 1U)) macro
/netbsd-current/sys/arch/arm/include/
H A Dcdefs.h63 #define __ALIGNBYTES (sizeof(__int128_t) - 1) macro
65 #define __ALIGNBYTES (sizeof(long long) - 1) macro
67 #define __ALIGNBYTES (sizeof(int) - 1) macro
/netbsd-current/sys/arch/mips/include/
H A Dcdefs.h74 #define __ALIGNBYTES ((size_t)7) macro
/netbsd-current/sys/sys/
H A Dparam.h238 #define STACK_ALIGNBYTES __ALIGNBYTES
284 #define ALIGNBYTES __ALIGNBYTES
H A Dsocket.h542 #define __CMSG_ALIGN(n) (((n) + __ALIGNBYTES) & ~__ALIGNBYTES)

Completed in 131 milliseconds