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

  /external/clang/test/Sema/
constant-builtins-2.c 81 char g38[__builtin_popcountl(0L) == 0 ? 1 : -1];
82 char g39[__builtin_popcountl(0xF0F0L) == 8 ? 1 : -1];
83 char g40[__builtin_popcountl(~0L) == BITSIZE(long) ? 1 : -1];
  /system/core/include/cutils/
bitops.h 110 return __builtin_popcountl(x);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 64 _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])
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 47 return __builtin_popcountl(x);
    [all...]

Completed in 217 milliseconds