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

  /system/core/include/cutils/
bitops.h 103 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);
  /external/openfst/src/extensions/ngram/
bitmap-index.cc 134 uint32 popcount = 0; local
148 popcount += block_popcount;
149 primary_index_.push_back(popcount);
  /external/chromium_org/third_party/smhasher/src/
Bitvec.cpp 103 uint32_t popcount ( uint32_t v ) function
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 2614 inline static unsigned popcount(uint8_t x) { function
    [all...]
  /external/skia/src/core/
SkPaint.cpp 2688 inline static unsigned popcount(uint8_t x) { function
    [all...]

Completed in 271 milliseconds