Searched defs:highbit (Results 1 – 3 of 3) sorted by relevance
131 #define highbit(x) __fls(x) macro
293 #define highbit(x) flsl(x) macro
393 highbit(unsigned long i) in highbit() function