Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
Dinsert_store_hash_fn_imps.hpp50 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); in find_ins_pos()
61 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); in find_ins_pos()
72 std::make_pair(pos, pos_hash_pair.second) : in find_ins_pos()
73 std::make_pair(ins_pos, pos_hash_pair.second)); in find_ins_pos()
82 r_key, pos_hash_pair.second)) in find_ins_pos()
86 return std::make_pair(pos, pos_hash_pair.second); in find_ins_pos()
97 return std::make_pair(ins_pos, pos_hash_pair.second); in find_ins_pos()
106 comp_hash pos_hash_pair = find_ins_pos(r_key, in insert_imp() local
109 _GLIBCXX_DEBUG_ASSERT(pos_hash_pair.first < m_num_e); in insert_imp()
110 entry_pointer p_e =& m_entries[pos_hash_pair.first]; in insert_imp()
[all …]
Derase_store_hash_fn_imps.hpp49 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); in erase_imp() local
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); in erase_imp()
68 r_key, pos_hash_pair.second)) in erase_imp()
Dgp_ht_map_.hpp504 comp_hash pos_hash_pair = find_ins_pos(key, in subscript_imp()
507 if (m_entries[pos_hash_pair.first].m_stat != valid_entry_status) in subscript_imp()
509 pos_hash_pair)->second; in subscript_imp()
512 return (m_entries + pos_hash_pair.first)->m_value.second; in subscript_imp()
563 comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(key); in find_key_pointer() local
570 ranged_probe_fn_base::operator()(key, pos_hash_pair.second, i); in find_key_pointer()
586 key, pos_hash_pair.second)) in find_key_pointer()
Ddebug_store_hash_fn_imps.hpp66 const comp_hash pos_hash_pair = ranged_probe_fn_base::operator()(r_key); in assert_entry_array_valid() local
68 PB_DS_DEBUG_VERIFY(p_e->m_hash == pos_hash_pair.second); in assert_entry_array_valid()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
Dinsert_store_hash_fn_imps.hpp51 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key); in insert_imp() local
52 entry_pointer p_e = m_entries[pos_hash_pair.first]; in insert_imp()
57 key, pos_hash_pair.second)) in insert_imp()
71 return std::make_pair(insert_new_imp(r_val, pos_hash_pair), true); in insert_imp()
Dresize_store_hash_fn_imps.hpp49 const comp_hash pos_hash_pair = in resize_imp_no_exceptions_reassign_pointer() local
53 p_e->m_p_next = a_p_entries_resized[pos_hash_pair.first]; in resize_imp_no_exceptions_reassign_pointer()
54 a_p_entries_resized[pos_hash_pair.first] = p_e; in resize_imp_no_exceptions_reassign_pointer()
Dcc_ht_map_.hpp443 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); in subscript_imp()
444 entry_pointer p_e = m_entries[pos_hash_pair.first]; in subscript_imp()
448 r_key, pos_hash_pair.second)) in subscript_imp()
463 pos_hash_pair)->second; in subscript_imp()
542 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(r_key); in find_key_pointer() local
543 entry_pointer p_e = m_entries[pos_hash_pair.first]; in find_key_pointer()
548 r_key, pos_hash_pair.second)) in find_key_pointer()
Ddebug_store_hash_fn_imps.hpp52 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value)); in assert_entry_pointer_valid() local
53 PB_DS_DEBUG_VERIFY(p_e->m_hash == pos_hash_pair.second); in assert_entry_pointer_valid()