Home
last modified time | relevance | path

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

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