Searched refs:__builtin_popcountl (Results 1 – 2 of 2) sorted by relevance
67 _LIBCPP_ALWAYS_INLINE int __builtin_popcountl(unsigned long x) { in __builtin_popcountl() function
744 …IBCPP_INLINE_VISIBILITY int __pop_count(unsigned long __x) {return __builtin_popcountl (__x);}