taglinefilesource code
ALIGN57arch/alpha/kernel/bios32.c#define ALIGN(val,align)  (((val) + ((align) - 1)) & ~((align) - 1))
ALIGN230drivers/net/de4x5.c#define ALIGN         ALIGN32          /* Keep the DC21040 happy... */