Searched defs:Popcountll (Results 1 – 10 of 10) sorted by relevance
29 inline int Popcountll(unsigned long long X) { return __builtin_popcountll(X); } in Popcountll() function
56 inline int Popcountll(unsigned long long X) { in Popcountll() function