Searched refs:Popcountll (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerBuiltins.h30 inline int Popcountll(unsigned long long X) { return __builtin_popcountll(X); } function in namespace:fuzzer
H A DFuzzerBuiltinsMsvc.h61 inline int Popcountll(unsigned long long X) { function in namespace:fuzzer
H A DFuzzerTracePC.cpp343 HammingDistance = Popcountll(B1[I] ^ B2[I]);
363 uint64_t HammingDistance = Popcountll(ArgXor); // [0,64]

Completed in 27 milliseconds