OPAL_ALIGN        926 ompi/debuggers/ompi_msgq_dll.c     position->header_space = OPAL_ALIGN( position->header_space,
OPAL_ALIGN        966 ompi/debuggers/ompi_msgq_dll.c         active_allocation = OPAL_ALIGN( active_allocation,
OPAL_ALIGN       1012 ompi/debuggers/ompi_msgq_dll.c         active_allocation = OPAL_ALIGN( active_allocation,
OPAL_ALIGN         77 ompi/mca/coll/libnbc/nbc_iexscan.c         ptrdiff_t span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
OPAL_ALIGN        136 ompi/mca/coll/libnbc/nbc_ireduce.c       ptrdiff_t span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
OPAL_ALIGN         88 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
OPAL_ALIGN        255 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
OPAL_ALIGN         79 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
OPAL_ALIGN        251 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   span_align = OPAL_ALIGN(span, dtype->super.align, ptrdiff_t);
OPAL_ALIGN         77 ompi/mca/coll/libnbc/nbc_iscan.c         ptrdiff_t span_align = OPAL_ALIGN(span, datatype->super.align, ptrdiff_t);
OPAL_ALIGN       1605 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         header = (ompi_osc_pt2pt_header_t *) OPAL_ALIGN(((uintptr_t) header + ret), 8, uintptr_t);
OPAL_ALIGN        122 ompi/mca/osc/pt2pt/osc_pt2pt_frag.h     request_len = OPAL_ALIGN(request_len, 8, size_t);
OPAL_ALIGN        624 ompi/mca/osc/rdma/osc_rdma_comm.c                     aligned_source_base = OPAL_ALIGN(source_address, module->selected_btl->btl_get_alignment, osc_rdma_base_t);
OPAL_ALIGN        125 ompi/mca/osc/rdma/osc_rdma_dynamic.c     bound = (void *)OPAL_ALIGN((intptr_t) base + len, page_size, intptr_t);
OPAL_ALIGN         45 ompi/mca/osc/rdma/osc_rdma_frag.h     request_len = OPAL_ALIGN(request_len, 8, size_t);
OPAL_ALIGN        181 opal/class/opal_free_list.c     head_size = OPAL_ALIGN(flist->fl_frag_size, flist->fl_frag_alignment, size_t);
OPAL_ALIGN        185 opal/class/opal_free_list.c         elem_size = OPAL_ALIGN(flist->fl_payload_buffer_size,
OPAL_ALIGN        198 opal/class/opal_free_list.c             align = OPAL_ALIGN(align, pagesize, size_t);
OPAL_ALIGN        199 opal/class/opal_free_list.c             buffer_size = OPAL_ALIGN(buffer_size, pagesize, size_t);
OPAL_ALIGN         28 opal/include/opal/align.h #define OPAL_ALIGN_PTR(x,a,t) ((t)OPAL_ALIGN((uintptr_t)x, a, uintptr_t))
OPAL_ALIGN        528 opal/mca/btl/ugni/btl_ugni_add_procs.c     mca_btl_ugni_component.smsg_mbox_size = OPAL_ALIGN(mbox_size, 64, unsigned int);
OPAL_ALIGN         92 opal/mca/btl/vader/btl_vader_xpmem.c     bound = OPAL_ALIGN((uintptr_t) rem_ptr + size - 1, attach_align, uintptr_t) + 1;
OPAL_ALIGN         51 opal/mca/mpool/base/mpool_base_basic.c     next_ptr = OPAL_ALIGN(basic_module->ptr, align, uintptr_t);
OPAL_ALIGN         53 opal/mca/mpool/base/mpool_base_basic.c     size = OPAL_ALIGN(size, 8, size_t) + next_ptr - basic_module->ptr;
OPAL_ALIGN        131 opal/mca/mpool/hugepage/mpool_hugepage_module.c     size = OPAL_ALIGN(size, huge_page->page_size, size_t);