Searched refs:IS_POWER_OF_TWO (Results 1 – 1 of 1) sorted by relevance
34 static inline bool IS_POWER_OF_TWO(unsigned int n) in IS_POWER_OF_TWO() function50 return IS_POWER_OF_TWO(n) ? LOG2_FLOOR(n) : LOG2_FLOOR(n) + 1; in LOG2_CEIL()