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

  /external/fio/lib/
hweight.h 7 unsigned int hweight32(uint32_t w);
hweight.c 11 unsigned int hweight32(uint32_t w) function
24 return hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w);
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
bitops.h 48 return sizeof(w) == 4 ? hweight32(w) : hweight64(w);

Completed in 232 milliseconds