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