Searched defs:IsPowerOfTwo (Results 1 – 3 of 3) sorted by relevance
368 INLINE bool IsPowerOfTwo(uptr x) { in IsPowerOfTwo() function
9229 #define IsPowerOfTwo(X) (((X)&((X)-1))==0) macro