opal_hash_table_init  194 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     opal_hash_table_init(&mca_btl_tcp2_component.tcp_procs, 256);
opal_hash_table_init  555 ompi/attribute/attribute.c     if (OMPI_SUCCESS != (ret = opal_hash_table_init(keyval_hash,
opal_hash_table_init  196 ompi/attribute/attribute.h     if (OMPI_SUCCESS != opal_hash_table_init(*hash, ATTR_HASH_SIZE)) {
opal_hash_table_init  227 ompi/mca/common/monitoring/common_monitoring.c     opal_hash_table_init(common_monitoring_translation_ht, 2048);
opal_hash_table_init  106 ompi/mca/common/monitoring/common_monitoring_coll.c         opal_hash_table_init(comm_data, 2048);
opal_hash_table_init  223 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     opal_hash_table_init(&mca_osc_pt2pt_component.modules, 2);
opal_hash_table_init  343 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     ret = opal_hash_table_init (&module->outstanding_locks, 64);
opal_hash_table_init  348 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     ret = opal_hash_table_init (&module->peer_hash, 128);
opal_hash_table_init  307 ompi/mca/osc/rdma/osc_rdma_component.c     opal_hash_table_init(&mca_osc_rdma_component.modules, 2);
opal_hash_table_init 1154 ompi/mca/osc/rdma/osc_rdma_component.c             ret = opal_hash_table_init (&module->outstanding_locks, init_limit);
opal_hash_table_init 1180 ompi/mca/osc/rdma/osc_rdma_component.c         ret = opal_hash_table_init (&module->peer_hash, init_limit);
opal_hash_table_init 1324 ompi/mca/osc/rdma/osc_rdma_component.c         ret = opal_hash_table_init (&module->outstanding_locks, init_limit);
opal_hash_table_init  398 ompi/mca/osc/ucx/osc_ucx_component.c     ret = opal_hash_table_init(&module->outstanding_locks, comm_size);
opal_hash_table_init  253 ompi/proc/proc.c     ret = opal_hash_table_init (&ompi_proc_hash, opal_proc_hash_init_size);
opal_hash_table_init 1037 ompi/runtime/ompi_mpi_init.c     opal_hash_table_init(&ompi_mpi_f90_integer_hashtable, 16 /* why not? */);
opal_hash_table_init 1040 ompi/runtime/ompi_mpi_init.c     opal_hash_table_init(&ompi_mpi_f90_real_hashtable, FLT_MAX_10_EXP);
opal_hash_table_init 1043 ompi/runtime/ompi_mpi_init.c     opal_hash_table_init(&ompi_mpi_f90_complex_hashtable, FLT_MAX_10_EXP);
opal_hash_table_init  875 opal/class/opal_hash_table.c     if (OPAL_SUCCESS != (rc=opal_hash_table_init(&pt->super, jobids))) {
opal_hash_table_init  925 opal/class/opal_hash_table.c         if (OPAL_SUCCESS != (rc=opal_hash_table_init(vpids, pt->vpids_size))) {
opal_hash_table_init   74 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_init(opal_hash_table_t* ht, size_t table_size);
opal_hash_table_init  258 opal/mca/base/mca_base_component_repository.c     ret = opal_hash_table_init (&mca_base_component_repository, 128);
opal_hash_table_init   65 opal/mca/base/mca_base_pvar.c         ret = opal_hash_table_init (&mca_base_pvar_index_hash, 1024);
opal_hash_table_init  278 opal/mca/base/mca_base_var.c         ret = opal_hash_table_init (&mca_base_var_index_hash, 1024);
opal_hash_table_init   74 opal/mca/base/mca_base_var_group.c         ret = opal_hash_table_init (&mca_base_var_group_index_hash, 256);
opal_hash_table_init  536 opal/mca/btl/ofi/btl_ofi_component.c     rc = opal_hash_table_init (&module->id_to_endpoint, 512);
opal_hash_table_init  458 opal/mca/btl/tcp/btl_tcp_proc.c     opal_hash_table_init(&_proc_data.local_kindex_to_index, 8);
opal_hash_table_init  460 opal/mca/btl/tcp/btl_tcp_proc.c     opal_hash_table_init(&_proc_data.peer_kindex_to_index, 8);
opal_hash_table_init   81 opal/mca/btl/uct/btl_uct_module.c         rc = opal_hash_table_init (&uct_module->id_to_endpoint, 512);
opal_hash_table_init   54 opal/mca/btl/ugni/btl_ugni_add_procs.c         rc = opal_hash_table_init (&ugni_module->id_to_endpoint, INITIAL_GNI_EPS);
opal_hash_table_init 2131 opal/mca/btl/usnic/btl_usnic_module.c     opal_hash_table_init(&module->senders, 4096);
opal_hash_table_init   78 opal/util/info_subscriber.c     opal_hash_table_init(&obj->s_subscriber_table, 10);
opal_hash_table_init  305 orte/mca/ess/base/ess_base_std_orted.c     if (ORTE_SUCCESS != (ret = opal_hash_table_init(orte_job_data, 128))) {
opal_hash_table_init  397 orte/mca/ess/hnp/ess_hnp_module.c     if (ORTE_SUCCESS != (ret = opal_hash_table_init(orte_job_data, 128))) {
opal_hash_table_init  557 orte/mca/ess/hnp/ess_hnp_module.c         opal_hash_table_init(orte_coprocessors, orte_process_info.num_procs);
opal_hash_table_init   97 orte/mca/grpcomm/base/grpcomm_base_frame.c     opal_hash_table_init(&orte_grpcomm_base.sig_table, 128);
opal_hash_table_init  122 orte/mca/oob/base/oob_base_frame.c     opal_hash_table_init(&orte_oob_base.peers, 128);
opal_hash_table_init  150 orte/mca/oob/tcp/oob_tcp_component.c     opal_hash_table_init(&mca_oob_tcp_component.peers, 32);
opal_hash_table_init  995 orte/mca/plm/base/plm_base_launch_support.c             opal_hash_table_init(orte_coprocessors, orte_process_info.num_procs);
opal_hash_table_init  245 oshmem/mca/memheap/buddy/memheap_buddy.c     opal_hash_table_init(memheap_buddy.heap.symmetric_heap_hashtable,
opal_hash_table_init  247 oshmem/mca/memheap/buddy/memheap_buddy.c     opal_hash_table_init(memheap_buddy.private_heap.symmetric_heap_hashtable,
opal_hash_table_init   32 oshmem/proc/proc_group_cache.c     if (OPAL_SUCCESS != opal_hash_table_init(&group_cache, OSHMEM_GROUP_CACHE_SIZE)) {
opal_hash_table_init  249 test/class/opal_hash_table.c     opal_hash_table_init(table, 4);
opal_hash_table_init  261 test/class/opal_hash_table.c     opal_hash_table_init(&table, 128);