Searched defs:Popcountll (Results 1 – 2 of 2) 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