opal_next_poweroftwo_inclusive  418 ompi/mca/coll/base/coll_base_barrier.c     depth = opal_next_poweroftwo_inclusive(size);
opal_next_poweroftwo_inclusive  492 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     pow2 = opal_next_poweroftwo_inclusive (comm_size);
opal_next_poweroftwo_inclusive  567 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     pow2_size = opal_next_poweroftwo_inclusive (communicator_size);
opal_next_poweroftwo_inclusive  255 opal/mca/btl/smcuda/btl_smcuda.h     qsize = opal_next_poweroftwo_inclusive (fifo_size);
opal_next_poweroftwo_inclusive  232 opal/mca/btl/smcuda/btl_smcuda_component.c     mca_btl_smcuda_component.nfifos = opal_next_poweroftwo_inclusive (mca_btl_smcuda_component.nfifos);
opal_next_poweroftwo_inclusive  426 opal/mca/btl/uct/btl_uct_tl.c         module->super.btl_get_alignment = opal_next_poweroftwo_inclusive (MCA_BTL_UCT_TL_ATTR(tl, 0).cap.get.min_zcopy);
opal_next_poweroftwo_inclusive  204 test/util/opal_bit_ops.c     if (power2 == (out = opal_next_poweroftwo_inclusive (value))) {