Searched refs:pos_hash_pair (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dresize_store_hash_fn_imps.hpp47 const comp_hash pos_hash_pair = local
51 p_e->m_p_next = a_p_entries_resized[pos_hash_pair.first];
52 a_p_entries_resized[pos_hash_pair.first] = p_e;
H A Ddebug_store_hash_fn_imps.hpp50 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value)); local
51 PB_DS_DEBUG_VERIFY(p_e->m_hash == pos_hash_pair.second);
H A Dinsert_store_hash_fn_imps.hpp49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key); local
50 entry_pointer p_e = m_entries[pos_hash_pair.first];
55 key, pos_hash_pair.second))
69 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
H A Dcc_ht_map_.hpp440 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); local
441 entry_pointer p_e = m_entries[pos_hash_pair.first];
445 r_key, pos_hash_pair.second))
460 pos_hash_pair)->second;
536 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); local
537 entry_pointer p_e = m_entries[pos_hash_pair.first];
542 r_key, pos_hash_pair.second))
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp48 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); local
59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
70 std::make_pair(pos, pos_hash_pair.second) :
71 std::make_pair(ins_pos, pos_hash_pair.second));
80 r_key, pos_hash_pair.second))
84 return std::make_pair(pos, pos_hash_pair.second);
95 return std::make_pair(ins_pos, pos_hash_pair.second);
104 comp_hash pos_hash_pair = find_ins_pos(r_key, local
107 _GLIBCXX_DEBUG_ASSERT(pos_hash_pair.first < m_num_e);
108 entry_pointer p_e =& m_entries[pos_hash_pair
[all...]
H A Derase_store_hash_fn_imps.hpp47 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); local
52 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
66 r_key, pos_hash_pair.second))
H A Ddebug_store_hash_fn_imps.hpp64 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); local
66 PB_DS_DEBUG_VERIFY(p_e->m_hash == pos_hash_pair.second);
H A Dgp_ht_map_.hpp503 comp_hash pos_hash_pair = find_ins_pos(key, local
506 if (m_entries[pos_hash_pair.first].m_stat != valid_entry_status)
508 pos_hash_pair)->second;
511 return (m_entries + pos_hash_pair.first)->m_value.second;
562 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(key); local
569 ranged_probe_fn_base::operator()(key, pos_hash_pair.second, i);
585 key, pos_hash_pair.second))

Completed in 98 milliseconds