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

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dmm.h38 #undef ALIGN macro
39 #define ALIGN(x,a) __ALIGN_MASK(x,(__typeof__(x))(a)-1) macro
/barrelfish-2018-10-04/lib/libc/net/
H A Dgetifaddrs.c72 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/barrelfish-2018-10-04/include/arch/aarch64/machine/
H A Dparam.h67 #define ALIGN(p) _ALIGN(p) macro
/barrelfish-2018-10-04/include/arch/arm/machine/
H A Dparam.h87 #define ALIGN(p) _ALIGN(p) macro
/barrelfish-2018-10-04/include/arch/x86_64/machine/
H A Dparam.h79 #define ALIGN(p) _ALIGN(p) macro

Completed in 38 milliseconds