Searched defs:CountLeadingZeros64 (Results 1 – 3 of 3) sorted by relevance
64 static inline int CountLeadingZeros64(uint64_t n) { in CountLeadingZeros64() function
60 static inline int CountLeadingZeros64(uint64_t n) { in CountLeadingZeros64() function
99 inline constexpr unsigned CountLeadingZeros64(uint64_t value) { in CountLeadingZeros64() function