Home
last modified time | relevance | path

Searched refs:flag_bucket_index_ (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp185 PETSC_NODISCARD static constexpr khash_int flag_bucket_index_(khash_int) noexcept;
455 inline constexpr typename KHashTable<V, H, KE>::khash_int KHashTable<V, H, KE>::flag_bucket_index_(… in flag_bucket_index_() function in Petsc::khash::KHashTable
493 return (flag_bucket_at_(it, flags) >> flag_bucket_index_(it)) & selector; in khash_test_flag_()
550 flag_bucket_at_(it, flags) |= flag_selector << flag_bucket_index_(it); in khash_set_flag_()
552 flag_bucket_at_(it, flags) &= ~(flag_selector << flag_bucket_index_(it)); in khash_set_flag_()