Searched refs:__builtin_popcount (Results 1 – 3 of 3) sorted by relevance
56 _LIBCPP_ALWAYS_INLINE int __builtin_popcount(unsigned int x) { in __builtin_popcount() function68 return __builtin_popcount(static_cast<int>(x)); in __builtin_popcountl()
329 return __builtin_popcount(list->mask); in cpulist_count()
743 inline _LIBCPP_INLINE_VISIBILITY int __pop_count(unsigned __x) {return __builtin_popcount…