Home
last modified time | relevance | path

Searched defs:_ALIGN (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/arm64/include/
HD_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/NextBSD/sys/sparc64/include/
HD_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/NextBSD/sys/mips/include/
HD_align.h51 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES) macro
/NextBSD/sys/powerpc/include/
HD_align.h50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/NextBSD/sys/arm/include/
HD_align.h50 #define _ALIGN(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/NextBSD/sys/x86/include/
HD_align.h50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/NextBSD/sys/riscv/include/
HD_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro