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

/freebsd-11-stable/sys/arm/include/
H A D_align.h54 #define _ALIGN(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-11-stable/sys/arm64/include/
H A D_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-11-stable/sys/powerpc/include/
H A D_align.h50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-11-stable/sys/riscv/include/
H A D_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-11-stable/sys/sparc64/include/
H A D_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-11-stable/sys/mips/include/
H A D_align.h51 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES) macro
/freebsd-11-stable/sys/x86/include/
H A D_align.h50 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro

Completed in 155 milliseconds