Searched refs:flag_bucket_width (Results 1 – 2 of 2) sorted by relevance
78 …using flag_bucket_width = std::integral_constant<unsigned long, sizeof(flags_type) * CHAR_BIT>; typedef in Petsc::khash::KHashTable79 using flag_pairs_per_bucket = std::integral_constant<unsigned long, flag_bucket_width::value / 2>;82 static_assert(flag_bucket_width::value % 2 == 0, "");248 PETSC_CONSTEXPR_14 auto ret = default_bit_pattern_impl_<flag_bucket_width::value>(); in default_bit_pattern()
186 PetscCallCXX(oss << " flag bucket width: " << map_type::flag_bucket_width::value << '\n'); in view_map()