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

/barrelfish-master/include/arch/aarch64/machine/
H A D_align.h42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/barrelfish-master/include/arch/arm/machine/
H A D_align.h54 #define _ALIGN(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro
/barrelfish-master/include/arch/x86_64/machine/
H A D_align.h50 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES) macro

Completed in 110 milliseconds