Home
last modified time | relevance | path

Searched refs:m_load_max (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
Dhash_load_check_resize_trigger_imp.hpp53 : m_load_min(load_min), m_load_max(load_max), m_next_shrink_size(0), in hash_load_check_resize_trigger()
159 m_next_grow_size = size_type(m_load_max * new_size - 1); in notify_resized()
166 static_cast<unsigned long>(m_load_max) << " " << in notify_resized()
180 size_type new_grow_size = size_type(m_load_max * new_size - 1); in notify_externally_resized()
192 static_cast<unsigned long>(m_load_max) << " " << in notify_externally_resized()
206 static_cast<unsigned long>(m_load_max) << " " << in notify_externally_resized()
235 std::swap(m_load_max, other.m_load_max); in swap()
250 return std::make_pair(m_load_min, m_load_max); in get_loads()
260 const float old_load_max = m_load_max; in set_loads()
268 m_load_max = load_pair.second; in set_loads()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
Dhash_policy.hpp287 float m_load_max; member in pb_ds::hash_load_check_resize_trigger