mca_btl_uct_cap_to_btl_flag   31 opal/mca/btl/uct/btl_uct_tl.c static uint64_t mca_btl_uct_cap_to_btl_flag[][2] = {
mca_btl_uct_cap_to_btl_flag   49 opal/mca/btl/uct/btl_uct_tl.c     for (int i = 0 ; mca_btl_uct_cap_to_btl_flag[i][0] > 0 ; ++i) {
mca_btl_uct_cap_to_btl_flag   50 opal/mca/btl/uct/btl_uct_tl.c         if (cap_flags & mca_btl_uct_cap_to_btl_flag[i][0]) {
mca_btl_uct_cap_to_btl_flag   51 opal/mca/btl/uct/btl_uct_tl.c             flags |= (uint32_t) mca_btl_uct_cap_to_btl_flag[i][1];