Home
last modified time | relevance | path

Searched defs:Popcountll (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerBuiltins.h29 inline int Popcountll(unsigned long long X) { return __builtin_popcountll(X); } in Popcountll() function
H A DFuzzerBuiltinsMsvc.h56 inline int Popcountll(unsigned long long X) { in Popcountll() function