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

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dresize_store_hash_fn_imps.hpp53 const comp_hash pos_hash_pair = local
57 p_e->m_p_next = a_p_entries_resized[pos_hash_pair.first];
58 a_p_entries_resized[pos_hash_pair.first] = p_e;
H A Ddebug_store_hash_fn_imps.hpp55 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value)); local
56 _GLIBCXX_DEBUG_ASSERT(p_e->m_hash == pos_hash_pair.second);
H A Dinsert_store_hash_fn_imps.hpp55 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key); local
56 entry_pointer p_e = m_entries[pos_hash_pair.first];
61 key, pos_hash_pair.second))
75 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true);
H A Dcc_ht_map_.hpp409 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); local
410 entry_pointer p_e = m_entries[pos_hash_pair.first];
413 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second))
428 pos_hash_pair)->second;
502 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); local
503 entry_pointer p_e = m_entries[pos_hash_pair.first];
508 r_key, pos_hash_pair.second))
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp54 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); local
65 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
76 std::make_pair(pos, pos_hash_pair.second) :
77 std::make_pair(ins_pos, pos_hash_pair.second));
86 r_key, pos_hash_pair.second))
90 return std::make_pair(pos, pos_hash_pair.second);
101 return std::make_pair(ins_pos, pos_hash_pair.second);
110 comp_hash pos_hash_pair = find_ins_pos(r_key, local
113 _GLIBCXX_DEBUG_ASSERT(pos_hash_pair.first < m_num_e);
114 entry_pointer p_e =& m_entries[pos_hash_pair
[all...]
H A Derase_store_hash_fn_imps.hpp53 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); local
58 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
73 r_key, pos_hash_pair.second))
H A Ddebug_store_hash_fn_imps.hpp69 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); local
71 _GLIBCXX_DEBUG_ASSERT(p_e->m_hash == pos_hash_pair.second);
H A Dgp_ht_map_.hpp471 comp_hash pos_hash_pair = local
474 if (m_entries[pos_hash_pair.first].m_stat != valid_entry_status)
476 pos_hash_pair)->second;
479 return (m_entries + pos_hash_pair.first)->m_value.second;
532 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(key); local
540 ranged_probe_fn_base::operator()(key, pos_hash_pair.second, i);
557 key, pos_hash_pair.second))

Completed in 73 milliseconds