Searched refs:get_sa (Results 1 – 1 of 1) sorted by relevance
209 constexpr uint32_t get_sa(size_t const count, uint32_t const sa) in get_sa() function247 … : shift_amount_ { get_sa(bucket_count, DEFAULT_SHIFT_AMOUNT) }, buckets_ { 1ull << shift_amount_ } in unordered_map_base()255 const uint32_t new_shift_amount = get_sa(count, DEFAULT_SHIFT_AMOUNT); in reserve()