Home
last modified time | relevance | path

Searched defs:is_power_of_2 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/log/src/
Dbit_tools.hpp32 inline BOOST_CONSTEXPR bool is_power_of_2(T n) BOOST_NOEXCEPT in is_power_of_2() function
/third_party/ltp/tools/sparse/sparse-src/
Dbits.h61 static inline int is_power_of_2(long long val) in is_power_of_2() function
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h71 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro