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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp92 entry_array a_entries_resized = 0; local
95 a_entries_resized = s_entry_allocator.allocate(new_size);
101 a_entries_resized[i].m_stat = empty_entry_status;
105 resize_imp(a_entries_resized, old_size);
109 erase_all_valid_entries(a_entries_resized, new_size);
111 s_entry_allocator.deallocate(a_entries_resized, new_size);
117 _GLIBCXX_DEBUG_ONLY(assert_entry_array_valid(a_entries_resized,
124 m_entries = a_entries_resized;
131 resize_imp(entry_array a_entries_resized, size_type old_size) argument
135 resize_imp_reassign(m_entries + pos, a_entries_resized,
[all...]
H A Dresize_store_hash_fn_imps.hpp47 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, argument
57 entry_pointer p_new_e = a_entries_resized + pos;
H A Dresize_no_store_hash_fn_imps.hpp47 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, argument
56 entry_pointer p_new_e = a_entries_resized + pos;
H A Dconstructor_destructor_fn_imps.hpp204 erase_all_valid_entries(entry_array a_entries_resized, size_type len) argument
208 entry_pointer p_e = &a_entries_resized[pos];
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp92 entry_array a_entries_resized = 0; local
95 a_entries_resized = s_entry_allocator.allocate(new_size);
101 a_entries_resized[i].m_stat = empty_entry_status;
105 resize_imp(a_entries_resized, old_size);
109 erase_all_valid_entries(a_entries_resized, new_size);
111 s_entry_allocator.deallocate(a_entries_resized, new_size);
117 _GLIBCXX_DEBUG_ONLY(assert_entry_array_valid(a_entries_resized,
124 m_entries = a_entries_resized;
131 resize_imp(entry_array a_entries_resized, size_type old_size) argument
135 resize_imp_reassign(m_entries + pos, a_entries_resized,
[all...]
H A Dresize_store_hash_fn_imps.hpp47 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, argument
57 entry_pointer p_new_e = a_entries_resized + pos;
H A Dresize_no_store_hash_fn_imps.hpp47 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, argument
56 entry_pointer p_new_e = a_entries_resized + pos;
H A Dconstructor_destructor_fn_imps.hpp204 erase_all_valid_entries(entry_array a_entries_resized, size_type len) argument
208 entry_pointer p_e = &a_entries_resized[pos];

Completed in 90 milliseconds