Home | History | Annotate | Download | only in include

Lines Matching full:__builtin_popcount

802 inline _LIBCPP_INLINE_VISIBILITY int __pop_count(unsigned           __x) {return __builtin_popcount  (__x);}