Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/Ipf/machine/
H A Dparam.h97 #define ALIGNBYTES32 (sizeof(INT32) - 1) macro
98 #define ALIGN32(p) (((UINT64)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/X64/machine/
H A Dparam.h39 #define ALIGNBYTES32 (sizeof(INT32) - 1) macro
40 #define ALIGN32(p) (((UINT64)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/include/
H A Dparam.h22 #define ALIGNBYTES32 (sizeof(int) - 1) macro
23 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/include/
H A Dparam.h90 #define ALIGNBYTES32 0x7 macro
92 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) & ~ALIGNBYTES32)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dmips_param.h64 #define ALIGNBYTES32 (sizeof(double) - 1) macro
65 #define ALIGN32(p) (((uintptr_t)(p) + ALIGNBYTES32) &~ALIGNBYTES32)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/include/
H A Dparam.h153 #define ALIGNBYTES32 3 macro
155 #define ALIGNBYTES32 7 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/
H A Dcdefs.h8 #define ALIGNBYTES32 __ALIGNBYTES macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/include/
H A Dparam.h64 #define ALIGNBYTES32 __BIGGEST_ALIGNMENT__ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/aarch64/include/
H A Dparam.h83 #define ALIGNBYTES32 7 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_socket.c55 #define CMSG32_ALIGN(n) (((n) + ALIGNBYTES32) & ~ALIGNBYTES32)
H A Dnetbsd32_sysctl.c148 NULL, ALIGNBYTES32, NULL, 0, in netbsd32_sysctl_init()