Searched defs:highbit64 (Results 1 – 1 of 1) sorted by relevance
404 #define highbit64(i) fls64((i)) macro452 highbit64(uint64_t i) in highbit64() function