Searched defs:ispow2 (Results 1 – 2 of 2) sorted by relevance
34 static inline __ALWAYS_INLINE bool ispow2(uint val) in ispow2() function
66 #define ispow2(x) (((x) & ((x) - 1)) == 0) macro