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