Searched refs:DEFAULT_SHIFT_AMOUNT (Results 1 – 1 of 1) sorted by relevance
208 …constexpr static uint32_t DEFAULT_SHIFT_AMOUNT = 4; // 1<<4 (16) initial buckets, seems to match m… variable247 … : 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()677 if (shift_amount_ < DEFAULT_SHIFT_AMOUNT) { in rehash()679 shift_amount_ = DEFAULT_SHIFT_AMOUNT; in rehash()