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