Searched refs:is_power_of_2_v (Results 1 – 1 of 1) sorted by relevance
61 static constexpr bool is_power_of_2_v = COUNT > 0 && (COUNT & (COUNT - 1)) == 0; variable68 static_assert(is_power_of_2_v<HANDLE_TYPES>);97 && is_power_of_2_v<MAX_TYPED_HANDLES>, in getUniqueHandleForHandleType_l()