Searched defs:ispow2 (Results 1 – 3 of 3) sorted by relevance
414 ispow2(CONSZ c) in ispow2() function
487 ispow2(CONSZ c) in ispow2() function
70 #define ispow2(x) (((x) & ((x) - 1)) == 0) macro