Home | History | Annotate | Download | only in include

Lines Matching full:__builtin_popcountl

803 inline _LIBCPP_INLINE_VISIBILITY int __pop_count(unsigned      long __x) {return __builtin_popcountl (__x);}