HomeSort by relevance Sort by last modified time
    Searched refs:__builtin_popcountl (Results 1 - 3 of 3) sorted by null

  /system/core/include/cutils/
bitops.h 100 return __builtin_popcountl(x);
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
support.h 67 _LIBCPP_ALWAYS_INLINE int __builtin_popcountl(unsigned long x) { function
  /bionic/libc/include/
sched.h 144 # define CPU_COUNT(set_) __builtin_popcountl((set_)->__bits[0])

Completed in 211 milliseconds