Home
last modified time | relevance | path

Searched refs:opal_hash_table_set_value_uint32 (Results 1 – 25 of 48) sorted by relevance

12

/dports/net/openmpi/openmpi-4.1.1/test/class/
H A Dopal_hash_table.c181 opal_hash_table_set_value_uint32(table, atoi(num_keys[j]), num_keys[j+1]); in test_htable()
218 opal_hash_table_set_value_uint32(table, atoi(str), remove_keys[j++]); in test_htable()
222 opal_hash_table_set_value_uint32(table, atoi(str) + table->ht_capacity, remove_keys[j++]); in test_htable()
H A Dopal_proc_table.c225 opal_hash_table_set_value_uint32(table, atoi(str), remove_keys[j++]); in test_ptable()
229 opal_hash_table_set_value_uint32(table, atoi(str) + table->ht_capacity, remove_keys[j++]); in test_ptable()
/dports/net/openmpi3/openmpi-3.1.6/test/class/
H A Dopal_hash_table.c181 opal_hash_table_set_value_uint32(table, atoi(num_keys[j]), num_keys[j+1]); in test_htable()
218 opal_hash_table_set_value_uint32(table, atoi(str), remove_keys[j++]); in test_htable()
222 opal_hash_table_set_value_uint32(table, atoi(str) + table->ht_capacity, remove_keys[j++]); in test_htable()
H A Dopal_proc_table.c225 opal_hash_table_set_value_uint32(table, atoi(str), remove_keys[j++]); in test_ptable()
229 opal_hash_table_set_value_uint32(table, atoi(str) + table->ht_capacity, remove_keys[j++]); in test_ptable()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Dtype_create_f90_integer.c112 rc = opal_hash_table_set_value_uint32( &ompi_mpi_f90_integer_hashtable, r, datatype ); in MPI_Type_create_f90_integer()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Dtype_create_f90_integer.c116 rc = opal_hash_table_set_value_uint32( &ompi_mpi_f90_integer_hashtable, r, datatype ); in MPI_Type_create_f90_integer()
/dports/net/openmpi3/openmpi-3.1.6/orte/mca/ess/hnp/
H A Dess_hnp_module.c452 opal_hash_table_set_value_uint32(orte_job_data, jdata->jobid, jdata); in rte_init()
592opal_hash_table_set_value_uint32(orte_coprocessors, h, (void*)&(ORTE_PROC_MY_NAME->vpid)); in rte_init()
604 opal_hash_table_set_value_uint32(orte_coprocessors, h, (void*)&(ORTE_PROC_MY_NAME->vpid)); in rte_init()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/osc/rdma/
H A Dosc_rdma_module.c34 ret = opal_hash_table_set_value_uint32 (&module->peer_hash, peer->rank, (void *) peer); in ompi_osc_module_add_peer()
H A Dosc_rdma.h430 …(void) opal_hash_table_set_value_uint32 (&module->outstanding_locks, (uint32_t) lock->sync.lock.ta… in ompi_osc_rdma_module_lock_insert()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/osc/rdma/
H A Dosc_rdma_module.c35 ret = opal_hash_table_set_value_uint32 (&module->peer_hash, peer->rank, (void *) peer); in ompi_osc_module_add_peer()
H A Dosc_rdma.h439 …(void) opal_hash_table_set_value_uint32 (&module->outstanding_locks, (uint32_t) lock->sync.lock.ta… in ompi_osc_rdma_module_lock_insert()
/dports/net/openmpi/openmpi-4.1.1/orte/mca/ess/hnp/
H A Dess_hnp_module.c447 opal_hash_table_set_value_uint32(orte_job_data, jdata->jobid, jdata); in rte_init()
603opal_hash_table_set_value_uint32(orte_coprocessors, h, (void*)&(ORTE_PROC_MY_NAME->vpid)); in rte_init()
615 opal_hash_table_set_value_uint32(orte_coprocessors, h, (void*)&(ORTE_PROC_MY_NAME->vpid)); in rte_init()
/dports/net/openmpi/openmpi-4.1.1/opal/class/
H A Dopal_hash_table.h130 OPAL_DECLSPEC int opal_hash_table_set_value_uint32(opal_hash_table_t* table, uint32_t key, void* va…
H A Dopal_hash_table.c369 opal_hash_table_set_value_uint32(opal_hash_table_t * ht, uint32_t key, void * value) in opal_hash_table_set_value_uint32() function
929 if (OPAL_SUCCESS != (rc=opal_hash_table_set_value_uint32(&pt->super, key.jobid, vpids))) { in opal_proc_table_set_value()
934 rc = opal_hash_table_set_value_uint32(vpids, key.vpid, value); in opal_proc_table_set_value()
/dports/net/openmpi3/openmpi-3.1.6/opal/class/
H A Dopal_hash_table.h130 OPAL_DECLSPEC int opal_hash_table_set_value_uint32(opal_hash_table_t* table, uint32_t key, void* va…
H A Dopal_hash_table.c369 opal_hash_table_set_value_uint32(opal_hash_table_t * ht, uint32_t key, void * value) in opal_hash_table_set_value_uint32() function
929 if (OPAL_SUCCESS != (rc=opal_hash_table_set_value_uint32(&pt->super, key.jobid, vpids))) { in opal_proc_table_set_value()
934 rc = opal_hash_table_set_value_uint32(vpids, key.vpid, value); in opal_proc_table_set_value()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/osc/pt2pt/
H A Dosc_pt2pt.h292 (void) opal_hash_table_set_value_uint32 (&module->peer_hash, rank, (void *) peer); in ompi_osc_pt2pt_peer_lookup()
860 …(void) opal_hash_table_set_value_uint32 (&module->outstanding_locks, (uint32_t) lock->sync.lock.ta… in ompi_osc_pt2pt_module_lock_insert()
H A Dosc_pt2pt_component.c407 ret = opal_hash_table_set_value_uint32(&mca_osc_pt2pt_component.modules, in component_select()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/osc/pt2pt/
H A Dosc_pt2pt.h288 (void) opal_hash_table_set_value_uint32 (&module->peer_hash, rank, (void *) peer); in ompi_osc_pt2pt_peer_lookup()
856 …(void) opal_hash_table_set_value_uint32 (&module->outstanding_locks, (uint32_t) lock->sync.lock.ta… in ompi_osc_pt2pt_module_lock_insert()
/dports/net/openmpi3/openmpi-3.1.6/ompi/attribute/
H A Dattribute.c615 ret = opal_hash_table_set_value_uint32(keyval_hash, *key, keyval); in ompi_attr_create_keyval_impl()
1256 ret = opal_hash_table_set_value_uint32(*attr_hash, key, new_attr); in set_value()
/dports/net/openmpi/openmpi-4.1.1/ompi/attribute/
H A Dattribute.c615 ret = opal_hash_table_set_value_uint32(keyval_hash, *key, keyval); in ompi_attr_create_keyval_impl()
1256 ret = opal_hash_table_set_value_uint32(*attr_hash, key, new_attr); in set_value()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/tcp/
H A Dbtl_tcp_proc.c347opal_hash_table_set_value_uint32(&proc_data->local_kindex_to_index, kindex, (void*)(uintptr_t) ind… in mca_btl_tcp_retrieve_local_interfaces()
478opal_hash_table_set_value_uint32(&proc_data->peer_kindex_to_index, endpoint_addr->addr_ifkindex, (… in mca_btl_tcp_proc_insert()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/tcp/
H A Dbtl_tcp_proc.c347opal_hash_table_set_value_uint32(&proc_data->local_kindex_to_index, kindex, (void*)(uintptr_t) ind… in mca_btl_tcp_retrieve_local_interfaces()
482opal_hash_table_set_value_uint32(&proc_data->peer_kindex_to_index, endpoint_addr->addr_ifkindex, (… in mca_btl_tcp_proc_insert()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/osc/ucx/
H A Dosc_ucx_passive_target.c151opal_hash_table_set_value_uint32(&module->outstanding_locks, (uint32_t)target, (void *)lock); in ompi_osc_ucx_lock()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/osc/ucx/
H A Dosc_ucx_passive_target.c150opal_hash_table_set_value_uint32(&module->outstanding_locks, (uint32_t)target, (void *)lock); in ompi_osc_ucx_lock()

12