taglinefilesource code
ALIGN57arch/alpha/kernel/bios32.c#define ALIGN(val,align)  (((val) + ((align) - 1)) & ~((align) - 1))
ALIGN247drivers/net/de4x5.c#define ALIGN         ALIGN32          /* Keep the DC21040 happy... */
ALIGN282drivers/net/depca.c#define ALIGN         ALIGN8              /* Keep the LANCE happy... */
ALIGN49include/linux/linkage.h#define ALIGN __ALIGN