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

/macosx-10.10.1/libauto-186/
H A DDefinitions.h239 static inline const bool is_power_of_2(usword_t x) { return ((x - 1) & x) == 0; } function in namespace:Auto

Completed in 167 milliseconds