Home
last modified time | relevance | path

Searched refs:ALIGNBYTES32 (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/arch/sparc64/include/
Dparam.h91 #define ALIGNBYTES32 0x7 macro
93 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) & ~ALIGNBYTES32)
287 #define STACK_ALIGNBYTES ALIGNBYTES32
/netbsd/src/sys/arch/ia64/include/
Dparam.h76 #define ALIGNBYTES32 (sizeof(int) - 1) macro
77 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
/netbsd/src/sys/arch/aarch64/include/
Dparam.h99 #define ALIGNBYTES32 (8 - 1) macro
101 (((uintptr_t)(p) + ALIGNBYTES32) & ~ALIGNBYTES32)
/netbsd/src/sys/arch/amd64/include/
Dparam.h36 #define ALIGNBYTES32 (sizeof(int) - 1) macro
37 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
/netbsd/src/sys/arch/mips/include/
Dmips_param.h91 #define ALIGNBYTES32 (sizeof(double) - 1) macro
92 #define ALIGN32(p) (((uintptr_t)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
/netbsd/src/sys/arch/arm/include/
Dparam.h155 #define ALIGNBYTES32 3 macro
157 #define ALIGNBYTES32 7 macro
/netbsd/src/sys/arch/powerpc/include/
Dcdefs.h8 #define ALIGNBYTES32 __ALIGNBYTES macro
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_sysctl.c170 NULL, ALIGNBYTES32, NULL, 0,
Dnetbsd32_socket.c55 #define CMSG32_ALIGN(n) (((n) + ALIGNBYTES32) & ~ALIGNBYTES32)