Searched refs:__clz (Results 1 – 1 of 1) sorted by relevance
260 static inline unsigned int __clz(unsigned int x) in __clz() function278 return 32 - __clz(x); in fls()