Searched refs:size_t_bits (Results 1 – 1 of 1) sorted by relevance
636 constexpr size_t size_t_bits = 8 * sizeof(size_t); in MultiplyAndCheckOverflow() local637 constexpr size_t overflow_upper_half_bit_position = size_t_bits / 2; in MultiplyAndCheckOverflow()