Searched defs:clz64 (Results 1 – 2 of 2) sorted by relevance
63 static inline int clz64(u64 x) { return x ? __builtin_clzll(x) : sizeof(x) * 8; } in clz64() function
444 static inline int clz64(u64 x) in clz64() function