Searched refs:ALIGNBYTES32 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/powerpc/include/
H A Dcdefs.h8 #define ALIGNBYTES32 __ALIGNBYTES macro
/netbsd-current/sys/arch/ia64/include/
H A Dparam.h76 #define ALIGNBYTES32 (sizeof(int) - 1) macro
77 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
/netbsd-current/sys/arch/or1k/include/
H A Dparam.h57 #define ALIGNBYTES32 __BIGGEST_ALIGNMENT__ macro
/netbsd-current/sys/arch/amd64/include/
H A Dparam.h35 #define ALIGNBYTES32 (sizeof(int) - 1) macro
36 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
/netbsd-current/sys/arch/sparc64/include/
H A Dparam.h91 #define ALIGNBYTES32 0x7 macro
93 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) & ~ALIGNBYTES32)
/netbsd-current/sys/arch/aarch64/include/
H A Dparam.h99 #define ALIGNBYTES32 (8 - 1) macro
101 (((uintptr_t)(p) + ALIGNBYTES32) & ~ALIGNBYTES32)
/netbsd-current/sys/arch/arm/include/
H A Dparam.h155 #define ALIGNBYTES32 3 macro
157 #define ALIGNBYTES32 7 macro
/netbsd-current/sys/arch/mips/include/
H A Dmips_param.h79 #define ALIGNBYTES32 (sizeof(double) - 1) macro
80 #define ALIGN32(p) (((uintptr_t)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
/netbsd-current/sys/arch/riscv/include/
H A Dparam.h68 #define ALIGNBYTES32 __BIGGEST_ALIGNMENT__ macro
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_sysctl.c170 NULL, ALIGNBYTES32, NULL, 0,
H A Dnetbsd32_socket.c55 #define CMSG32_ALIGN(n) (((n) + ALIGNBYTES32) & ~ALIGNBYTES32)

Completed in 293 milliseconds