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

  /external/linux-tools-perf/util/include/asm/
hweight.h 12 unsigned long hweight64(__u64 w);
  /external/linux-tools-perf/util/include/linux/
bitops.h 41 return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  /external/kernel-headers/original/linux/
bitops.h 31 return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
  /external/linux-tools-perf/util/
hweight.c 25 unsigned long hweight64(__u64 w) function

Completed in 860 milliseconds