mca_btl_uct_cap_to_btl_atomic_flag   61 opal/mca/btl/uct/btl_uct_tl.c static uint64_t mca_btl_uct_cap_to_btl_atomic_flag[][2] = {
mca_btl_uct_cap_to_btl_atomic_flag   88 opal/mca/btl/uct/btl_uct_tl.c     for (int i = 0 ; mca_btl_uct_cap_to_btl_atomic_flag[i][0] ; ++i) {
mca_btl_uct_cap_to_btl_atomic_flag   89 opal/mca/btl/uct/btl_uct_tl.c         if (all_flags & mca_btl_uct_cap_to_btl_atomic_flag[i][0]) {
mca_btl_uct_cap_to_btl_atomic_flag   90 opal/mca/btl/uct/btl_uct_tl.c             module->super.btl_atomic_flags |= mca_btl_uct_cap_to_btl_atomic_flag[i][1];
mca_btl_uct_cap_to_btl_atomic_flag  104 opal/mca/btl/uct/btl_uct_tl.c static uint64_t mca_btl_uct_cap_to_btl_atomic_flag[][2] = {
mca_btl_uct_cap_to_btl_atomic_flag  126 opal/mca/btl/uct/btl_uct_tl.c     for (int i = 0 ; mca_btl_uct_cap_to_btl_atomic_flag[i][0] > 0 ; ++i) {
mca_btl_uct_cap_to_btl_atomic_flag  127 opal/mca/btl/uct/btl_uct_tl.c         if (cap_flags & mca_btl_uct_cap_to_btl_atomic_flag[i][0]) {
mca_btl_uct_cap_to_btl_atomic_flag  128 opal/mca/btl/uct/btl_uct_tl.c             module->super.btl_atomic_flags |= (uint32_t) mca_btl_uct_cap_to_btl_atomic_flag[i][1];