Searched defs:countLeadingZeros64 (Results 1 – 3 of 3) sorted by relevance
430 static int countLeadingZeros64(uint64_t N) { return countLeadingZeros(N); } in countLeadingZeros64() function
429 static int countLeadingZeros64(uint64_t N) { return countLeadingZeros(N); } in countLeadingZeros64() function