Searched defs:__builtin_popcountll (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/include/support/ibm/
H A Dsupport.h23 #define __builtin_popcountll(x) __popcnt8(x) macro
25 #define __builtin_popcountl(x) __builtin_popcountll(x)
/external/libcxx/include/support/win32/
H A Dsupport.h86 _LIBCPP_ALWAYS_INLINE int __builtin_popcountll(unsigned long long x) function
/external/valgrind/coregrind/
H A Dm_compiler.c63 __builtin_popcountll(ULong x) function

Completed in 166 milliseconds