tag
line
file
source code
ALIGN
57
arch/alpha/kernel/bios32.c
#define ALIGN(val,align) (((val) + ((align) - 1)) & ~((align) - 1))
ALIGN
230
drivers/net/de4x5.c
#define ALIGN ALIGN32 /* Keep the DC21040 happy... */