Home
last modified time | relevance | path

Searched refs:__builtin_popcountl (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
Dsupport.h67 _LIBCPP_ALWAYS_INLINE int __builtin_popcountl(unsigned long x) { in __builtin_popcountl() function
/ndk/sources/cxx-stl/llvm-libc++/include/
Dalgorithm744 …IBCPP_INLINE_VISIBILITY int __pop_count(unsigned long __x) {return __builtin_popcountl (__x);}