Home
last modified time | relevance | path

Searched refs:IS_POWER_OF_TWO (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dutil.h47 static inline bool IS_POWER_OF_TWO(unsigned int n) in IS_POWER_OF_TWO() function
63 return IS_POWER_OF_TWO(n) ? LOG2_FLOOR(n) : LOG2_FLOOR(n) + 1; in LOG2_CEIL()