HomeSort by: relevance | last modified time | path
    Searched refs:__builtin_popcountl (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
support.h 24 #define __builtin_popcountl(x) __builtin_popcountll(x) macro
26 #define __builtin_popcountl(x) __builtin_popcount(x) macro
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
bmi2intrin.h 89 __p = 64 - __builtin_popcountl (__M);
116 if (__builtin_constant_p (__M) && (__builtin_popcountl (__M) <= 8))
122 for (__i = 0; __i < __builtin_popcountl (__M); __i++)
132 __p = 64 - __builtin_popcountl (__M);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
bmi2intrin.h 89 __p = 64 - __builtin_popcountl (__M);
116 if (__builtin_constant_p (__M) && (__builtin_popcountl (__M) <= 8))
122 for (__i = 0; __i < __builtin_popcountl (__M); __i++)
132 __p = 64 - __builtin_popcountl (__M);
  /src/external/gpl3/gdb/dist/gnulib/import/
count-one-bits.h 148 COUNT_ONE_BITS (__builtin_popcountl, __popcnt, unsigned long int);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
count-one-bits.h 148 COUNT_ONE_BITS (__builtin_popcountl, __popcnt, unsigned long int);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_defs.h 270 #define JEMALLOC_INTERNAL_POPCOUNTL __builtin_popcountl
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_defs.h 289 #define JEMALLOC_INTERNAL_POPCOUNTL __builtin_popcountl
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 289 #define JEMALLOC_INTERNAL_POPCOUNTL __builtin_popcountl
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
proc.c 70 ret += __builtin_popcountl (mask);
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
proc.c 70 ret += __builtin_popcountl (mask);
  /src/external/gpl3/gcc/dist/gcc/
hwint.h 249 return __builtin_popcountl (x);
sbitmap.cc 418 count += __builtin_popcountl (bmap->elms[i]);
bitmap.cc 1133 count += __builtin_popcountl (bits[ix]);
1218 count += __builtin_popcountl (elt->bits[ix]);
lto-wrapper.cc 1284 ret += __builtin_popcountl (mask);
  /src/external/gpl3/gcc.old/dist/gcc/
hwint.h 228 return __builtin_popcountl (x);
sbitmap.cc 418 count += __builtin_popcountl (bmap->elms[i]);
bitmap.cc 1133 count += __builtin_popcountl (bits[ix]);
1218 count += __builtin_popcountl (elt->bits[ix]);
lto-wrapper.cc 1269 ret += __builtin_popcountl (mask);
  /src/sys/lib/libkern/
libkern.h 487 #define popcountl __builtin_popcountl
  /src/external/bsd/jemalloc.old/dist/
configure 11800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program using __builtin_popcountl is compilable" >&5
11801 $as_echo_n "checking whether a program using __builtin_popcountl is compilable... " >&6; }
11817 int rv = __builtin_popcountl(0x08);
11841 $as_echo "#define JEMALLOC_INTERNAL_POPCOUNTL __builtin_popcountl" >>confdefs.h
  /src/external/bsd/jemalloc/dist/
configure 12567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program using __builtin_popcountl is compilable" >&5
12568 $as_echo_n "checking whether a program using __builtin_popcountl is compilable... " >&6; }
12584 int rv = __builtin_popcountl(0x08);
12608 $as_echo "#define JEMALLOC_INTERNAL_POPCOUNTL __builtin_popcountl" >>confdefs.h

Completed in 50 milliseconds