Home
last modified time | relevance | path

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

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