Searched refs:Popcountll (Results 1 – 6 of 6) sorted by relevance
30 inline int Popcountll(unsigned long long X) { return __builtin_popcountll(X); } in Popcountll() function
61 inline int Popcountll(unsigned long long X) { in Popcountll() function
359 HammingDistance = Popcountll(B1[I] ^ B2[I]); in AddValueForMemcmp()379 uint64_t HammingDistance = Popcountll(ArgXor); // [0,64] in HandleCmp()