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