Home
last modified time | relevance | path

Searched refs:__builtin_popcountll (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dsupport.h23 #define __builtin_popcountll(x) __popcnt8(x) macro
25 #define __builtin_popcountl(x) __builtin_popcountll(x)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dsupport.h101 _LIBCPP_ALWAYS_INLINE int __builtin_popcountll(unsigned long long x) in __builtin_popcountll() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm802 …IBCPP_INLINE_VISIBILITY int __pop_count(unsigned long long __x) {return __builtin_popcountll(__x);}