Searched defs:size_t_bits (Results 1 – 3 of 3) sorted by relevance
272 const unsigned int size_t_bits = std::numeric_limits<std::size_t>::digits; in hash_value_signed() local293 const unsigned int size_t_bits = std::numeric_limits<std::size_t>::digits; in hash_value_unsigned() local
188 constexpr size_t size_t_bits = 8 * sizeof(size_t); in MultiplyAndCheckOverflow() local
2009 const size_t size_t_bits = sizeof(size_t) * 8; in TEST_F() local