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

  /system/core/libcutils/include/cutils/
bitops.h 27 static inline int popcount(unsigned int x) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
sbitmap.h 87 unsigned char *popcount; /* Population count. */ member in struct:simple_bitmap_def
113 gcc_checking_assert (! map->popcount);
123 gcc_checking_assert (! map->popcount);
216 free (map->popcount);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 2618 # define popcount macro
2621 popcount (unsigned x) function
    [all...]

Completed in 124 milliseconds