HomeSort by relevance Sort by last modified time
    Searched defs:popcount (Results 1 - 3 of 3) 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);

Completed in 344 milliseconds