Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/powerpc/include/
D_align.h50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-9-stable/sys/ia64/include/
D_align.h51 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES) macro
/freebsd-9-stable/sys/sparc64/include/
D_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-9-stable/sys/mips/include/
D_align.h51 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES) macro
/freebsd-9-stable/sys/x86/include/
D_align.h50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-9-stable/sys/arm/include/
D_align.h50 #define _ALIGN(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/freebsd-9-stable/sys/i386/include/
Dparam.h54 #define _ALIGN(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro