Home
last modified time | relevance | path

Searched defs:__ALIGNBYTES (Results 1 – 14 of 14) sorted by relevance

/netbsd/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/sys/arch/sparc/include/
H A Dcdefs.h8 #define __ALIGNBYTES ((size_t)0xf) macro
10 #define __ALIGNBYTES ((size_t)0x7) macro
/netbsd/sys/arch/m68k/include/
H A Dcdefs.h6 #define __ALIGNBYTES (sizeof(int) - 1) macro
/netbsd/sys/arch/or1k/include/
H A Dcdefs.h6 #define __ALIGNBYTES (__BIGGEST_ALIGNMENT__ - 1U) macro
/netbsd/sys/arch/ia64/include/
H A Dcdefs.h6 #define __ALIGNBYTES ((size_t)15) macro
/netbsd/sys/arch/vax/include/
H A Dcdefs.h6 #define __ALIGNBYTES (sizeof(int) - 1) macro
/netbsd/sys/arch/amd64/include/
H A Dcdefs.h6 #define __ALIGNBYTES (sizeof(long) - 1) macro
/netbsd/sys/arch/alpha/include/
H A Dcdefs.h6 #define __ALIGNBYTES ((size_t)7) macro
/netbsd/sys/arch/riscv/include/
H A Dcdefs.h6 #define __ALIGNBYTES ((size_t)(__BIGGEST_ALIGNMENT__ - 1U)) macro
/netbsd/sys/arch/hppa/include/
H A Dcdefs.h13 #define __ALIGNBYTES ((size_t)7) macro
/netbsd/sys/arch/i386/include/
H A Dcdefs.h10 #define __ALIGNBYTES (sizeof(int) - 1) macro
/netbsd/sys/arch/powerpc/include/
H A Dcdefs.h6 #define __ALIGNBYTES (sizeof(double) - 1) macro
/netbsd/sys/arch/sh3/include/
H A Dcdefs.h6 #define __ALIGNBYTES (sizeof(int) - 1) macro
/netbsd/sys/arch/mips/include/
H A Dcdefs.h74 #define __ALIGNBYTES ((size_t)7) macro