opal_pointer_array_init   93 ompi/communicator/comm_init.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_mpi_communicators, 16,
opal_pointer_array_init  100 ompi/communicator/comm_init.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_comm_f_to_c_table, 8,
opal_pointer_array_init  478 ompi/datatype/ompi_datatype_module.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_datatype_f_to_c_table,
opal_pointer_array_init   74 ompi/errhandler/errcode-internal.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_errcodes_intern,
opal_pointer_array_init  138 ompi/errhandler/errcode.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_mpi_errcodes, 64,
opal_pointer_array_init   87 ompi/errhandler/errhandler.c   if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_errhandler_f_to_c_table, 8,
opal_pointer_array_init   76 ompi/file/file.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_file_f_to_c_table, 0,
opal_pointer_array_init  322 ompi/group/group_init.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_group_f_to_c_table, 4,
opal_pointer_array_init   91 ompi/info/info.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_info_f_to_c_table, 0,
opal_pointer_array_init  112 ompi/request/request.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_request_f_to_c_table,
opal_pointer_array_init  113 ompi/tools/ompi_info/ompi_info.c     opal_pointer_array_init(&mca_types, 128, INT_MAX, 64);
opal_pointer_array_init  127 ompi/tools/ompi_info/ompi_info.c     opal_pointer_array_init(&component_map, 64, INT_MAX, 32);
opal_pointer_array_init   86 ompi/win/win.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_mpi_windows, 4,
opal_pointer_array_init   89 opal/class/opal_pointer_array.h OPAL_DECLSPEC int opal_pointer_array_init( opal_pointer_array_t* array,
opal_pointer_array_init  347 opal/dss/dss_open_close.c     if (OPAL_SUCCESS != (rc = opal_pointer_array_init(&opal_dss_types,
opal_pointer_array_init   62 opal/mca/base/mca_base_pvar.c         opal_pointer_array_init(&registered_pvars, 128, 2048, 128);
opal_pointer_array_init  264 opal/mca/base/mca_base_var.c         ret = opal_pointer_array_init (&mca_base_vars, 128, 16384, 128);
opal_pointer_array_init   68 opal/mca/base/mca_base_var_group.c         ret = opal_pointer_array_init (&mca_base_var_groups, 128, 16384, 128);
opal_pointer_array_init   44 opal/mca/btl/ugni/btl_ugni_add_procs.c         rc = opal_pointer_array_init (&ugni_module->endpoints, INITIAL_GNI_EPS, 1 << 24, 512);
opal_pointer_array_init  304 opal/mca/btl/ugni/btl_ugni_add_procs.c     rc = opal_pointer_array_init (&ugni_module->pending_smsg_frags_bb, 0,
opal_pointer_array_init 2162 opal/mca/btl/usnic/btl_usnic_module.c     opal_pointer_array_init(&module->all_procs, USNIC_MCW_SIZE, INT_MAX, 32);
opal_pointer_array_init  194 opal/util/bipartite_graph.c     err = opal_pointer_array_init(&g->vertices, 0, INT_MAX, 32);
opal_pointer_array_init  311 orte/mca/ess/base/ess_base_std_orted.c     if (ORTE_SUCCESS != (ret = opal_pointer_array_init(orte_node_pool,
opal_pointer_array_init  320 orte/mca/ess/base/ess_base_std_orted.c     if (ORTE_SUCCESS != (ret = opal_pointer_array_init(orte_node_topologies,
opal_pointer_array_init  403 orte/mca/ess/hnp/ess_hnp_module.c     if (ORTE_SUCCESS != (ret = opal_pointer_array_init(orte_node_pool,
opal_pointer_array_init  412 orte/mca/ess/hnp/ess_hnp_module.c     if (ORTE_SUCCESS != (ret = opal_pointer_array_init(orte_node_topologies,
opal_pointer_array_init 1783 orte/mca/odls/base/odls_base_default_fns.c         opal_pointer_array_init(&procarray, 1, 1, 1);
opal_pointer_array_init  237 orte/mca/odls/base/odls_base_frame.c     if (OPAL_SUCCESS != (rc = opal_pointer_array_init(orte_local_children,
opal_pointer_array_init  152 orte/mca/oob/tcp/oob_tcp_component.c     opal_pointer_array_init(&mca_oob_tcp_component.ev_bases,
opal_pointer_array_init  139 orte/mca/plm/base/plm_base_orted_cmds.c     opal_pointer_array_init(&procs, 1, 1, 1);
opal_pointer_array_init  119 orte/mca/ras/slurm/ras_slurm_module.c     opal_pointer_array_init(&ptr->apps, 1, INT_MAX, 1);
opal_pointer_array_init  344 orte/mca/rmaps/base/rmaps_base_ranking.c         opal_pointer_array_init(&objs, 2, INT_MAX, 2);
opal_pointer_array_init  138 orte/mca/rmaps/resilient/rmaps_resilient_component.c     opal_pointer_array_init(&ptr->nodes,
opal_pointer_array_init  151 orte/mca/snapc/base/snapc_base_fns.c     opal_pointer_array_init(&(quiesce->migrating_procs), 8, INT32_MAX, 8);
opal_pointer_array_init  160 orte/orted/orted_comm.c         opal_pointer_array_init(&procarray, num_replies, ORTE_GLOBAL_ARRAY_MAX_SIZE, 16);
opal_pointer_array_init  301 orte/orted/orted_comm.c         opal_pointer_array_init(procs_to_kill, num_procs, INT32_MAX, 2);
opal_pointer_array_init  308 orte/orted/orted_comm.c             opal_pointer_array_init(procs_prev_ordered_to_terminate, num_procs+1, INT32_MAX, 8);
opal_pointer_array_init  269 orte/orted/orted_submit.c     opal_pointer_array_init(&tool_jobs, 256, INT_MAX, 128);
opal_pointer_array_init  140 orte/runtime/orte_data_server.c     if (ORTE_SUCCESS != (rc = opal_pointer_array_init(&orte_data_server_store,
opal_pointer_array_init  557 orte/runtime/orte_globals.c     opal_pointer_array_init(&app_context->procs,
opal_pointer_array_init  617 orte/runtime/orte_globals.c     opal_pointer_array_init(job->apps,
opal_pointer_array_init  626 orte/runtime/orte_globals.c     opal_pointer_array_init(job->procs,
opal_pointer_array_init  734 orte/runtime/orte_globals.c     opal_pointer_array_init(node->procs,
opal_pointer_array_init  839 orte/runtime/orte_globals.c     opal_pointer_array_init(map->nodes,
opal_pointer_array_init   80 orte/tools/orte-info/components.c     opal_pointer_array_init(&orte_component_map, 256, INT_MAX, 128);
opal_pointer_array_init  207 orte/tools/orte-info/orte-info.c     opal_pointer_array_init(&mca_types, 256, INT_MAX, 128);
opal_pointer_array_init  330 oshmem/op/op.c             != opal_pointer_array_init(&oshmem_op_array,
opal_pointer_array_init   77 oshmem/proc/proc.c     rc = opal_pointer_array_init(&oshmem_group_array, 0,
opal_pointer_array_init  103 oshmem/request/request.c             != opal_pointer_array_init(&oshmem_request_f_to_c_table,
opal_pointer_array_init  104 oshmem/tools/oshmem_info/oshmem_info.c     opal_pointer_array_init(&mca_types, 256, INT_MAX, 128);
opal_pointer_array_init  122 oshmem/tools/oshmem_info/oshmem_info.c     opal_pointer_array_init(&component_map, 256, INT_MAX, 128);
opal_pointer_array_init  145 test/class/opal_pointer_array.c     opal_pointer_array_init(array, 0, 4, 2);