Home
last modified time | relevance | path

Searched refs:hweight64 (Results 1 – 7 of 7) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/asm/
Dhweight.h6 unsigned long hweight64(__u64 w);
/external/fio/lib/
Dhweight.h8 unsigned int hweight64(uint64_t w);
Dhweight.c21 unsigned int hweight64(uint64_t w) in hweight64() function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dhweight.c19 unsigned long hweight64(__u64 w) in hweight64() function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
Dbitops.h52 return sizeof(w) == 4 ? hweight32(w) : hweight64(w); in hweight_long()
/external/fio/os/
Dos-windows.h220 return hweight64(*mask); in fio_cpu_count()
/external/fio/os/windows/
Dposix.c150 num_processors += hweight64(processor_info[i].ProcessorMask); in GetNumLogicalProcessors()