Home
last modified time | relevance | path

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

/external/fio/lib/
Dhweight.h8 unsigned int hweight64(uint64_t w);
Dhweight.c21 unsigned int hweight64(uint64_t w) in hweight64() function
/external/fio/os/
Dos-windows.h228 return hweight64(*mask); in fio_cpu_count()
/external/fio/os/windows/
Dposix.c144 num_processors += hweight64(processor_info[i].ProcessorMask); in GetNumLogicalProcessors()