Searched refs:new_shift_amount (Results 1 – 1 of 1) sorted by relevance
255 const uint32_t new_shift_amount = get_sa(count, DEFAULT_SHIFT_AMOUNT); in reserve() local256 if (new_shift_amount > shift_amount_) { in reserve()257 shift_amount_ = new_shift_amount - 1; in reserve()