Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A D_align.h52 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/f-stack/freebsd/arm64/include/
H A D_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/f-stack/freebsd/mips/include/
H A D_align.h53 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES) macro
/f-stack/freebsd/arm/include/
H A D_align.h52 #define _ALIGN(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro