comp               33 ompi/mca/hook/base/base.h OMPI_DECLSPEC int ompi_hook_base_register_callbacks(ompi_hook_base_component_t *comp);
comp               34 ompi/mca/hook/base/base.h OMPI_DECLSPEC int ompi_hook_base_deregister_callbacks(ompi_hook_base_component_t *comp);
comp              131 ompi/mca/hook/base/hook_base.c int ompi_hook_base_register_callbacks(ompi_hook_base_component_t *comp)
comp              137 ompi/mca/hook/base/hook_base.c         if( cli->cli_component == (mca_base_component_t*)comp ) {
comp              144 ompi/mca/hook/base/hook_base.c     cli->cli_component = (mca_base_component_t*)comp;
comp              150 ompi/mca/hook/base/hook_base.c int ompi_hook_base_deregister_callbacks(ompi_hook_base_component_t *comp)
comp              156 ompi/mca/hook/base/hook_base.c         if( cli->cli_component == (mca_base_component_t*)comp ) {
comp               60 ompi/mca/osc/monitoring/osc_monitoring_component.c     osc_monitoring_components_list_t comp = osc_monitoring_components_list[0];
comp               61 ompi/mca/osc/monitoring/osc_monitoring_component.c     for (unsigned i = 0; NULL != comp.name; comp = osc_monitoring_components_list[++i]) {
comp               62 ompi/mca/osc/monitoring/osc_monitoring_component.c         if ( 0 == strcmp(comp.name, best_component->osc_version.mca_component_name) ) {
comp               63 ompi/mca/osc/monitoring/osc_monitoring_component.c             comp.fct(module);
comp               60 ompi/mca/osc/rdma/osc_rdma_types.h static inline int ompi_osc_rdma_lock_compare_exchange (opal_atomic_int64_t *p, int64_t *comp, int64_t value)
comp               65 ompi/mca/osc/rdma/osc_rdma_types.h     ret = opal_atomic_compare_exchange_strong_64 (p, comp, value);
comp               90 ompi/mca/osc/rdma/osc_rdma_types.h static inline int ompi_osc_rdma_lock_compare_exchange (opal_atomic_int32_t *p, int32_t *comp, int32_t value)
comp               95 ompi/mca/osc/rdma/osc_rdma_types.h     ret = opal_atomic_compare_exchange_strong_32 (p, comp, value);
comp               82 opal/class/opal_rb_tree.c                       opal_rb_tree_comp_fn_t comp)
comp              110 opal/class/opal_rb_tree.c     tree->comp = comp;
comp              213 opal/class/opal_rb_tree.c         compvalue = tree->comp(key, node->key);
comp              338 opal/class/opal_rb_tree.c         n = ((tree->comp(node->key, n->key) <= 0) ? n->left : n->right);
comp              342 opal/class/opal_rb_tree.c     if((parent == tree->root_ptr) || (tree->comp(node->key, parent->key) <= 0)) {
comp               77 opal/class/opal_rb_tree.h     opal_rb_tree_comp_fn_t comp;    /**< the compare function */
comp              117 opal/class/opal_rb_tree.h OPAL_DECLSPEC int opal_rb_tree_init(opal_rb_tree_t * tree, opal_rb_tree_comp_fn_t comp);
comp              156 opal/class/opal_rb_tree.h     return opal_rb_tree_find_with(tree, key, tree->comp);
comp              107 opal/class/opal_tree.c     tree->comp = NULL;
comp              125 opal/class/opal_tree.c void opal_tree_init(opal_tree_t *tree, opal_tree_comp_fn_t comp,
comp              130 opal/class/opal_tree.c     tree->comp = comp;
comp              543 opal/class/opal_tree.c                    from->comp,
comp              622 opal/class/opal_tree.c     if( 0 != tree_left->comp(right, opal_tree_get_key(tree_left, left)) ) {
comp              658 opal/class/opal_tree.c         result = (item->opal_tree_container->comp(item, key) == 0) ?
comp              192 opal/class/opal_tree.h     opal_tree_comp_fn_t comp;
comp              357 opal/class/opal_tree.h                                   opal_tree_comp_fn_t comp,
comp               72 opal/mca/base/mca_base_component_repository.c     cli->comp = NULL;
comp               79 opal/mca/base/mca_base_component_repository.c     cli->comp = NULL;
comp              437 opal/mca/base/mca_base_component_repository.c             f_comp->comp = ri;
comp               69 opal/mca/base/mca_base_component_repository.h     mca_base_component_repository_item_t *comp;
comp              209 opal/mca/btl/ofi/btl_ofi.h     void *comp;
comp               45 opal/mca/btl/ofi/btl_ofi_atomics.c     mca_btl_ofi_rdma_completion_t *comp = NULL;
comp               56 opal/mca/btl/ofi/btl_ofi_atomics.c     comp = mca_btl_ofi_rdma_completion_alloc(btl, endpoint,
comp               64 opal/mca/btl/ofi/btl_ofi_atomics.c     comp->operand = (uint64_t) operand;
comp               69 opal/mca/btl/ofi/btl_ofi_atomics.c                          (void*) &comp->operand, 1, NULL,       /* operand */
comp               73 opal/mca/btl/ofi/btl_ofi_atomics.c                          fi_datatype, fi_op, &comp->comp_ctx);
comp               98 opal/mca/btl/ofi/btl_ofi_atomics.c     mca_btl_ofi_rdma_completion_t *comp = NULL;
comp              109 opal/mca/btl/ofi/btl_ofi_atomics.c     comp = mca_btl_ofi_rdma_completion_alloc(btl, endpoint,
comp              117 opal/mca/btl/ofi/btl_ofi_atomics.c     comp->operand = (uint64_t) operand;
comp              122 opal/mca/btl/ofi/btl_ofi_atomics.c                    (void*) &comp->operand, 1, NULL,       /* operand */
comp              125 opal/mca/btl/ofi/btl_ofi_atomics.c                    fi_datatype, fi_op, &comp->comp_ctx);
comp              147 opal/mca/btl/ofi/btl_ofi_atomics.c     mca_btl_ofi_rdma_completion_t *comp = NULL;
comp              159 opal/mca/btl/ofi/btl_ofi_atomics.c     comp = mca_btl_ofi_rdma_completion_alloc(btl, endpoint,
comp              167 opal/mca/btl/ofi/btl_ofi_atomics.c     comp->operand = (uint64_t) value;
comp              168 opal/mca/btl/ofi/btl_ofi_atomics.c     comp->compare = (uint64_t) compare;
comp              174 opal/mca/btl/ofi/btl_ofi_atomics.c                            (void*) &comp->operand, 1, NULL,
comp              175 opal/mca/btl/ofi/btl_ofi_atomics.c                            (void*) &comp->compare, NULL,
comp              181 opal/mca/btl/ofi/btl_ofi_atomics.c                            &comp->comp_ctx);
comp              379 opal/mca/btl/ofi/btl_ofi_context.c     mca_btl_ofi_base_completion_t *comp;
comp              394 opal/mca/btl/ofi/btl_ofi_context.c                 comp = (mca_btl_ofi_base_completion_t*) c_ctx->comp;
comp              395 opal/mca/btl/ofi/btl_ofi_context.c                 frag_comp = (mca_btl_ofi_frag_completion_t*) c_ctx->comp;
comp              396 opal/mca/btl/ofi/btl_ofi_context.c                 rdma_comp = (mca_btl_ofi_rdma_completion_t*) c_ctx->comp;
comp              398 opal/mca/btl/ofi/btl_ofi_context.c                 switch (comp->type) {
comp              406 opal/mca/btl/ofi/btl_ofi_context.c                         rdma_comp->cbfunc (comp->btl, comp->endpoint,
comp              411 opal/mca/btl/ofi/btl_ofi_context.c                     MCA_BTL_OFI_NUM_RDMA_DEC((mca_btl_ofi_module_t*) comp->btl);
comp              415 opal/mca/btl/ofi/btl_ofi_context.c                     mca_btl_ofi_recv_frag((mca_btl_ofi_module_t*)  comp->btl,
comp              416 opal/mca/btl/ofi/btl_ofi_context.c                                           (mca_btl_ofi_endpoint_t*) comp->endpoint,
comp              421 opal/mca/btl/ofi/btl_ofi_context.c                     MCA_BTL_OFI_NUM_SEND_DEC((mca_btl_ofi_module_t*) comp->btl);
comp              432 opal/mca/btl/ofi/btl_ofi_context.c                 opal_free_list_return(comp->my_list, (opal_free_list_item_t*) comp);
comp               49 opal/mca/btl/ofi/btl_ofi_frag.c     mca_btl_ofi_frag_completion_t *comp;
comp               51 opal/mca/btl/ofi/btl_ofi_frag.c     comp = (mca_btl_ofi_frag_completion_t*) opal_free_list_get(&context->frag_comp_list);
comp               52 opal/mca/btl/ofi/btl_ofi_frag.c     comp->base.btl = btl;
comp               53 opal/mca/btl/ofi/btl_ofi_frag.c     comp->base.my_context = context;
comp               54 opal/mca/btl/ofi/btl_ofi_frag.c     comp->base.my_list = &context->frag_comp_list;
comp               55 opal/mca/btl/ofi/btl_ofi_frag.c     comp->base.type = type;
comp               57 opal/mca/btl/ofi/btl_ofi_frag.c     comp->frag = frag;
comp               58 opal/mca/btl/ofi/btl_ofi_frag.c     comp->comp_ctx.comp = comp;
comp               60 opal/mca/btl/ofi/btl_ofi_frag.c     return comp;
comp              106 opal/mca/btl/ofi/btl_ofi_frag.c     mca_btl_ofi_frag_completion_t *comp;
comp              115 opal/mca/btl/ofi/btl_ofi_frag.c     comp = mca_btl_ofi_frag_completion_alloc(btl, context, frag,
comp              125 opal/mca/btl/ofi/btl_ofi_frag.c                  &comp->comp_ctx);
comp              334 opal/mca/btl/ofi/btl_ofi_module.c     mca_btl_ofi_frag_completion_t *comp;
comp              347 opal/mca/btl/ofi/btl_ofi_module.c         comp = mca_btl_ofi_frag_completion_alloc (module,
comp              353 opal/mca/btl/ofi/btl_ofi_module.c                       NULL, FI_ADDR_UNSPEC, &comp->comp_ctx);
comp               35 opal/mca/btl/ofi/btl_ofi_rdma.c     mca_btl_ofi_rdma_completion_t *comp;
comp               37 opal/mca/btl/ofi/btl_ofi_rdma.c     comp = (mca_btl_ofi_rdma_completion_t*) opal_free_list_get(&ofi_context->rdma_comp_list);
comp               38 opal/mca/btl/ofi/btl_ofi_rdma.c     assert(comp);
comp               40 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->base.btl = btl;
comp               41 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->base.endpoint = endpoint;
comp               42 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->base.my_context = ofi_context;
comp               43 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->base.my_list = &ofi_context->rdma_comp_list;
comp               44 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->base.type = type;
comp               46 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->local_address = local_address;
comp               47 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->local_handle = local_handle;
comp               48 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->cbfunc = cbfunc;
comp               49 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->cbcontext = cbcontext;
comp               50 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->cbdata = cbdata;
comp               52 opal/mca/btl/ofi/btl_ofi_rdma.c     comp->comp_ctx.comp = comp;
comp               54 opal/mca/btl/ofi/btl_ofi_rdma.c     return comp;
comp               64 opal/mca/btl/ofi/btl_ofi_rdma.c     mca_btl_ofi_rdma_completion_t *comp;
comp               73 opal/mca/btl/ofi/btl_ofi_rdma.c     comp = mca_btl_ofi_rdma_completion_alloc(btl, endpoint,
comp               88 opal/mca/btl/ofi/btl_ofi_rdma.c                 &comp->comp_ctx);       /* completion context */
comp              117 opal/mca/btl/ofi/btl_ofi_rdma.c     mca_btl_ofi_rdma_completion_t *comp;
comp              118 opal/mca/btl/ofi/btl_ofi_rdma.c     comp = mca_btl_ofi_rdma_completion_alloc(btl, endpoint,
comp              133 opal/mca/btl/ofi/btl_ofi_rdma.c                   &comp->comp_ctx);       /* completion context */
comp              179 opal/mca/btl/uct/btl_uct_am.c             frag->comp.dev_context = context;
comp              181 opal/mca/btl/uct/btl_uct_am.c                                           &frag->uct_iov, 1, 0, &frag->comp.uct_comp);
comp               34 opal/mca/btl/uct/btl_uct_amo.c     mca_btl_uct_uct_completion_t *comp = NULL;
comp               53 opal/mca/btl/uct/btl_uct_amo.c         comp = mca_btl_uct_uct_completion_alloc (uct_btl, endpoint, local_address, local_handle, context,
comp               55 opal/mca/btl/uct/btl_uct_amo.c         if (OPAL_UNLIKELY(NULL == comp)) {
comp               62 opal/mca/btl/uct/btl_uct_amo.c         mca_btl_uct_uct_completion_release (comp);
comp               71 opal/mca/btl/uct/btl_uct_amo.c 	                                    rkey.rkey, &comp->uct_comp);
comp               74 opal/mca/btl/uct/btl_uct_amo.c 	                                    rkey.rkey, &comp->uct_comp);
comp               80 opal/mca/btl/uct/btl_uct_amo.c                                                rkey.rkey, (uint32_t *) local_address, &comp->uct_comp);
comp               83 opal/mca/btl/uct/btl_uct_amo.c                                                (uint64_t *) local_address, &comp->uct_comp);
comp               88 opal/mca/btl/uct/btl_uct_amo.c                                                rkey.rkey, (uint32_t *) local_address, &comp->uct_comp);
comp               91 opal/mca/btl/uct/btl_uct_amo.c                                                (uint64_t *) local_address, &comp->uct_comp);
comp              107 opal/mca/btl/uct/btl_uct_amo.c         mca_btl_uct_uct_completion_release (comp);
comp              110 opal/mca/btl/uct/btl_uct_amo.c         mca_btl_uct_uct_completion_release (comp);
comp              140 opal/mca/btl/uct/btl_uct_amo.c     mca_btl_uct_uct_completion_t *comp = NULL;
comp              147 opal/mca/btl/uct/btl_uct_amo.c         comp = mca_btl_uct_uct_completion_alloc (uct_btl, endpoint, local_address, local_handle, context,
comp              149 opal/mca/btl/uct/btl_uct_amo.c         if (OPAL_UNLIKELY(NULL == comp)) {
comp              156 opal/mca/btl/uct/btl_uct_amo.c         mca_btl_uct_uct_completion_release (comp);
comp              164 opal/mca/btl/uct/btl_uct_amo.c                                             rkey.rkey, (uint32_t *) local_address, &comp->uct_comp);
comp              167 opal/mca/btl/uct/btl_uct_amo.c                                             (uint64_t *) local_address, &comp->uct_comp);
comp              181 opal/mca/btl/uct/btl_uct_amo.c         mca_btl_uct_uct_completion_release (comp);
comp              184 opal/mca/btl/uct/btl_uct_amo.c         mca_btl_uct_uct_completion_release (comp);
comp              120 opal/mca/btl/uct/btl_uct_device_context.h     mca_btl_uct_uct_completion_t *comp;
comp              122 opal/mca/btl/uct/btl_uct_device_context.h     while (NULL != (comp = (mca_btl_uct_uct_completion_t *) opal_fifo_pop (&dev_context->completion_fifo))) {
comp              123 opal/mca/btl/uct/btl_uct_device_context.h         int rc = UCS_OK == comp->status ? OPAL_SUCCESS : OPAL_ERROR;
comp              125 opal/mca/btl/uct/btl_uct_device_context.h         if (comp->frag) {
comp              127 opal/mca/btl/uct/btl_uct_device_context.h             comp->uct_comp.count = 1;
comp              128 opal/mca/btl/uct/btl_uct_device_context.h             mca_btl_uct_frag_complete (comp->frag, rc);
comp              136 opal/mca/btl/uct/btl_uct_device_context.h         comp->cbfunc (comp->btl, comp->endpoint, comp->local_address, comp->local_handle,
comp              137 opal/mca/btl/uct/btl_uct_device_context.h                       comp->cbcontext, comp->cbdata, rc);
comp              138 opal/mca/btl/uct/btl_uct_device_context.h         mca_btl_uct_uct_completion_release (comp);
comp               16 opal/mca/btl/uct/btl_uct_frag.c     mca_btl_uct_uct_completion_t *comp = (mca_btl_uct_uct_completion_t *) ((uintptr_t) uct_comp - offsetof (mca_btl_uct_uct_completion_t, uct_comp));
comp               18 opal/mca/btl/uct/btl_uct_frag.c     BTL_VERBOSE(("frag operation complete. frag = %p. status = %d", (void *) comp->frag, status));
comp               20 opal/mca/btl/uct/btl_uct_frag.c     comp->status = status;
comp               21 opal/mca/btl/uct/btl_uct_frag.c     opal_fifo_push (&comp->dev_context->completion_fifo, &comp->super.super);
comp               31 opal/mca/btl/uct/btl_uct_frag.c     OBJ_CONSTRUCT(&frag->comp, mca_btl_uct_uct_completion_t);
comp               36 opal/mca/btl/uct/btl_uct_frag.c     frag->comp.uct_comp.func = mca_btl_uct_frag_completion;
comp               37 opal/mca/btl/uct/btl_uct_frag.c     frag->comp.uct_comp.count = 1;
comp               38 opal/mca/btl/uct/btl_uct_frag.c     frag->comp.frag = frag;
comp               51 opal/mca/btl/uct/btl_uct_frag.c     OBJ_DESTRUCT(&frag->comp);
comp               16 opal/mca/btl/uct/btl_uct_rdma.c     mca_btl_uct_uct_completion_t *comp = (mca_btl_uct_uct_completion_t *) ((uintptr_t) uct_comp - offsetof (mca_btl_uct_uct_completion_t, uct_comp));
comp               20 opal/mca/btl/uct/btl_uct_rdma.c     comp->status = status;
comp               21 opal/mca/btl/uct/btl_uct_rdma.c     opal_fifo_push (&comp->dev_context->completion_fifo, &comp->super.super);
comp               25 opal/mca/btl/uct/btl_uct_rdma.c static void mca_btl_uct_uct_completion_construct (mca_btl_uct_uct_completion_t *comp)
comp               27 opal/mca/btl/uct/btl_uct_rdma.c     comp->frag = NULL;
comp               28 opal/mca/btl/uct/btl_uct_rdma.c     comp->uct_comp.func = mca_btl_uct_uct_completion;
comp               40 opal/mca/btl/uct/btl_uct_rdma.c     mca_btl_uct_uct_completion_t *comp = (mca_btl_uct_uct_completion_t *) opal_free_list_get (&dev_context->rdma_completions);
comp               41 opal/mca/btl/uct/btl_uct_rdma.c     if (OPAL_LIKELY(NULL != comp)) {
comp               42 opal/mca/btl/uct/btl_uct_rdma.c         comp->uct_comp.count = 1;
comp               43 opal/mca/btl/uct/btl_uct_rdma.c         comp->btl = &uct_btl->super;
comp               44 opal/mca/btl/uct/btl_uct_rdma.c         comp->endpoint = endpoint;
comp               45 opal/mca/btl/uct/btl_uct_rdma.c         comp->local_address = local_address;
comp               46 opal/mca/btl/uct/btl_uct_rdma.c         comp->local_handle = local_handle;
comp               47 opal/mca/btl/uct/btl_uct_rdma.c         comp->cbfunc = cbfunc;
comp               48 opal/mca/btl/uct/btl_uct_rdma.c         comp->cbcontext = cbcontext;
comp               49 opal/mca/btl/uct/btl_uct_rdma.c         comp->cbdata = cbdata;
comp               50 opal/mca/btl/uct/btl_uct_rdma.c         comp->dev_context = dev_context;
comp               53 opal/mca/btl/uct/btl_uct_rdma.c     return comp;
comp               56 opal/mca/btl/uct/btl_uct_rdma.c void mca_btl_uct_uct_completion_release (mca_btl_uct_uct_completion_t *comp)
comp               58 opal/mca/btl/uct/btl_uct_rdma.c     if (comp) {
comp               59 opal/mca/btl/uct/btl_uct_rdma.c         opal_free_list_return (&comp->dev_context->rdma_completions, &comp->super);
comp               75 opal/mca/btl/uct/btl_uct_rdma.c     mca_btl_uct_uct_completion_t *comp = NULL;
comp               84 opal/mca/btl/uct/btl_uct_rdma.c         comp = mca_btl_uct_uct_completion_alloc (uct_btl, endpoint, local_address, local_handle, context,
comp               86 opal/mca/btl/uct/btl_uct_rdma.c         if (OPAL_UNLIKELY(NULL == comp)) {
comp               95 opal/mca/btl/uct/btl_uct_rdma.c         mca_btl_uct_uct_completion_release (comp);
comp              103 opal/mca/btl/uct/btl_uct_rdma.c                                        rkey.rkey, &comp->uct_comp);
comp              107 opal/mca/btl/uct/btl_uct_rdma.c         ucs_status = uct_ep_get_zcopy (ep_handle, &iov, 1, remote_address, rkey.rkey, &comp->uct_comp);
comp              130 opal/mca/btl/uct/btl_uct_rdma.c         mca_btl_uct_uct_completion_release (comp);
comp              162 opal/mca/btl/uct/btl_uct_rdma.c     mca_btl_uct_uct_completion_t *comp = NULL;
comp              173 opal/mca/btl/uct/btl_uct_rdma.c         comp = mca_btl_uct_uct_completion_alloc (uct_btl, endpoint, local_address, local_handle, context,
comp              175 opal/mca/btl/uct/btl_uct_rdma.c         if (OPAL_UNLIKELY(NULL == comp)) {
comp              182 opal/mca/btl/uct/btl_uct_rdma.c         mca_btl_uct_uct_completion_release (comp);
comp              207 opal/mca/btl/uct/btl_uct_rdma.c             ucs_status = uct_ep_put_zcopy (ep_handle, &iov, 1, remote_address, rkey.rkey, &comp->uct_comp);
comp              237 opal/mca/btl/uct/btl_uct_rdma.c         mca_btl_uct_uct_completion_release (comp);
comp               29 opal/mca/btl/uct/btl_uct_rdma.h void mca_btl_uct_uct_completion_release (mca_btl_uct_uct_completion_t *comp);
comp              266 opal/mca/btl/uct/btl_uct_types.h     mca_btl_uct_uct_completion_t comp;
comp              583 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	int comp = 0;							\
comp              587 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		comp = (cmp)(elm, parent);				\
comp              588 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		if (comp < 0)						\
comp              590 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		else if (comp > 0)					\
comp              597 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		if (comp < 0)						\
comp              613 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	int comp;							\
comp              615 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		comp = cmp(elm, tmp);					\
comp              616 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		if (comp < 0)						\
comp              618 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		else if (comp > 0)					\
comp             1260 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	int comp = 0;							\
comp             1264 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		comp = (cmp)(elm, parent);				\
comp             1265 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		if (comp < 0)						\
comp             1267 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		else if (comp > 0)					\
comp             1274 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		if (comp < 0)						\
comp             1290 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	int comp;							\
comp             1292 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		comp = cmp(elm, tmp);					\
comp             1293 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		if (comp < 0)						\
comp             1295 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 		else if (comp > 0)					\
comp              428 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   struct hwloc_disc_component *comp = hwloc_disc_components;
comp              429 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   while (NULL != comp) {
comp              430 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     if ((-1 == type || type == (int) comp->type)
comp              431 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c        && (NULL == name || !strcmp(name, comp->name)))
comp              432 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       return comp;
comp              433 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     comp = comp->next;
comp              445 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   struct hwloc_disc_component *comp;
comp              453 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   comp = hwloc_disc_component_find(type, name);
comp              454 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   if (!comp) {
comp              459 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   backend = comp->instantiate(comp, data1, data2, data3);
comp              471 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 				struct hwloc_disc_component *comp,
comp              477 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   if (topology->backend_excludes & comp->type) {
comp              482 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	      hwloc_disc_component_type_string(comp->type), comp->name, topology->backend_excludes);
comp              486 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   backend = comp->instantiate(comp, comparg, NULL, NULL);
comp              489 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       fprintf(stderr, "Failed to instantiate discovery component `%s'\n", comp->name);
comp              500 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   struct hwloc_disc_component *comp;
comp              544 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	comp = hwloc_disc_component_find(-1, curenv);
comp              545 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	if (comp) {
comp              546 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	  hwloc_disc_component_try_enable(topology, comp, NULL, 1 /* envvar forced */);
comp              567 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     comp = hwloc_disc_components;
comp              568 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     while (NULL != comp) {
comp              569 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       if (!comp->enabled_by_default)
comp              576 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	  if (curenv[0] == HWLOC_COMPONENT_EXCLUDE_CHAR && !strncmp(curenv+1, comp->name, s-1) && strlen(comp->name) == s-1) {
comp              579 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 	    hwloc_disc_component_type_string(comp->type), comp->name);
comp              588 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       hwloc_disc_component_try_enable(topology, comp, NULL, 0 /* defaults, not envvar forced */);
comp              590 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       comp = comp->next;
comp              271 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     enum hwloc_pci_busid_comparison_e comp = hwloc_pci_compare_busids(new, *curp);
comp              272 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     switch (comp) {
comp               83 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc_xml_callbacks_register(struct hwloc_xml_component *comp)
comp               86 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc_nolibxml_callbacks = comp->nolibxml_callbacks;
comp               88 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc_libxml_callbacks = comp->libxml_callbacks;
comp               63 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c     cli->comp = NULL;
comp               70 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c     cli->comp = NULL;
comp              441 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c             f_comp->comp = ri;
comp               69 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h     pmix_mca_base_component_repository_item_t *comp;
comp             1047 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 pmix_mca_base_component_repository_item_t *ri = cli_failed->comp;
comp             1077 opal/runtime/opal_info_support.c                 mca_base_component_repository_item_t *ri = cli_failed->comp;
comp               96 orte/mca/plm/alps/plm_alps_component.c     mca_base_component_t *comp = &mca_plm_alps_component.super.base_version;
comp               99 orte/mca/plm/alps/plm_alps_component.c     (void) mca_base_component_var_register (comp, "debug", "Enable debugging of alps plm",
comp              110 orte/mca/plm/alps/plm_alps_component.c     (void) mca_base_component_var_register (comp, "priority", "Default selection priority",
comp              117 orte/mca/plm/alps/plm_alps_component.c     (void) mca_base_component_var_register (comp, "aprun", "Command to run instead of aprun",
comp              124 orte/mca/plm/alps/plm_alps_component.c     (void) mca_base_component_var_register (comp, "args", "Custom arguments to aprun",
comp               96 orte/mca/plm/slurm/plm_slurm_component.c     mca_base_component_t *comp = &mca_plm_slurm_component.super.base_version;
comp               99 orte/mca/plm/slurm/plm_slurm_component.c     (void) mca_base_component_var_register (comp, "args", "Custom arguments to srun",
comp              106 orte/mca/plm/slurm/plm_slurm_component.c     (void) mca_base_component_var_register (comp, "warning", "Turn off warning message",
comp               91 orte/mca/plm/tm/plm_tm_component.c     mca_base_component_t *comp = &mca_plm_tm_component.super.base_version;
comp               94 orte/mca/plm/tm/plm_tm_component.c     (void) mca_base_component_var_register (comp, "want_path_check",
comp               81 oshmem/mca/scoll/basic/scoll_basic_component.c     mca_base_component_t *comp = &mca_scoll_basic_component.scoll_version;
comp               84 oshmem/mca/scoll/basic/scoll_basic_component.c     (void) mca_base_component_var_register(comp,
comp              100 oshmem/mca/scoll/basic/scoll_basic_component.c     (void) mca_base_component_var_register(comp,
comp              112 oshmem/mca/scoll/basic/scoll_basic_component.c     (void) mca_base_component_var_register(comp,
comp              126 oshmem/mca/scoll/basic/scoll_basic_component.c     (void) mca_base_component_var_register(comp,
comp              141 oshmem/mca/scoll/basic/scoll_basic_component.c     (void) mca_base_component_var_register(comp,