Searched refs:log2_32 (Results 1 – 1 of 1) sorted by relevance
49 #define log2(x) log2_32( x )50 static inline uint32_t log2_32(uint32_t v) { in log2_32() function