OPAL_ALIGN         51 ompi/debuggers/ompi_mpihandles_dll.c #define OPAL_ALIGN(x,a,t) (((x)+((t)(a)-1)) & ~(((t)(a)-1)))
OPAL_ALIGN        153 ompi/debuggers/ompi_msgq_dll.c #define OPAL_ALIGN(x,a,t) (((x)+((t)(a)-1)) & ~(((t)(a)-1)))
OPAL_ALIGN         27 opal/include/opal/align.h #define OPAL_ALIGN(x,a,t) (((x)+((t)(a)-1)) & ~(((t)(a)-1)))