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

/freebsd-current/sys/arm64/include/
H A D_align.h43 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-current/sys/x86/include/
H A D_align.h49 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-current/sys/powerpc/include/
H A D_align.h49 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-current/sys/riscv/include/
H A D_align.h39 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-current/sys/arm/include/
H A D_align.h49 #define _ALIGN(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro

Completed in 118 milliseconds