HomeSort by relevance Sort by last modified time
    Searched defs:__builtin_popcountll (Results 1 - 13 of 13) sorted by null

  /external/libcxx/include/support/ibm/
support.h 23 #define __builtin_popcountll(x) __popcnt8(x) macro
25 #define __builtin_popcountl(x) __builtin_popcountll(x)
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/ibm/
support.h 23 #define __builtin_popcountll(x) __popcnt8(x) macro
25 #define __builtin_popcountl(x) __builtin_popcountll(x)
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/ibm/
support.h 23 #define __builtin_popcountll(x) __popcnt8(x) macro
25 #define __builtin_popcountl(x) __builtin_popcountll(x)
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
support.h 23 #define __builtin_popcountll(x) __popcnt8(x) macro
25 #define __builtin_popcountl(x) __builtin_popcountll(x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
support.h 23 #define __builtin_popcountll(x) __popcnt8(x) macro
25 #define __builtin_popcountl(x) __builtin_popcountll(x)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/ibm/
support.h 23 #define __builtin_popcountll(x) __popcnt8(x) macro
25 #define __builtin_popcountl(x) __builtin_popcountll(x)
  /external/libcxx/include/support/win32/
support.h 86 _LIBCPP_ALWAYS_INLINE int __builtin_popcountll(unsigned long long x) function
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
support.h 86 _LIBCPP_ALWAYS_INLINE int __builtin_popcountll(unsigned long long x) function
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
support.h 86 _LIBCPP_ALWAYS_INLINE int __builtin_popcountll(unsigned long long x) function
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 101 _LIBCPP_ALWAYS_INLINE int __builtin_popcountll(unsigned long long x) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 101 _LIBCPP_ALWAYS_INLINE int __builtin_popcountll(unsigned long long x) function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
support.h 104 _LIBCPP_ALWAYS_INLINE int __builtin_popcountll(unsigned long long x) function
  /external/valgrind/coregrind/
m_compiler.c 63 __builtin_popcountll(ULong x) function

Completed in 177 milliseconds