Searched refs:CountLeadingZerosFallBack (Results 1 – 2 of 2) sorted by relevance
98 int CountLeadingZerosFallBack(uint64_t value, int width);129 return CountLeadingZerosFallBack(value, width);
42 int CountLeadingZerosFallBack(uint64_t value, int width) { in CountLeadingZerosFallBack() function