Searched defs:__builtin_popcountl (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/include/support/ibm/
H A Dsupport.h25 #define __builtin_popcountl(x) __builtin_popcountll(x) macro
27 #define __builtin_popcountl(x) __builtin_popcount(x) macro
/external/libcxx/include/support/win32/
H A Dsupport.h81 _LIBCPP_ALWAYS_INLINE int __builtin_popcountl(unsigned long x) function

Completed in 290 milliseconds