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