Searched refs:nhpot (Results 1 – 1 of 1) sorted by relevance
13 template <typename T> static inline constexpr uint64_t nhpot(T x) in nhpot() function42 zassert_equal(64ULL, nhpot(42ULL)); in ZTEST()44 zassert_equal(BIT64(33), nhpot(42 + BIT64(32))); in ZTEST()