Searched defs:CountLeadingZeros32 (Results 1 – 3 of 3) sorted by relevance
32 static inline int CountLeadingZeros32(uint32_t n) { in CountLeadingZeros32() function
28 static inline int CountLeadingZeros32(uint32_t n) { in CountLeadingZeros32() function
96 inline constexpr unsigned CountLeadingZeros32(uint32_t value) { in CountLeadingZeros32() function