OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hweight64
(Results
1 - 5
of
5
) sorted by null
/external/fio/lib/
hweight.h
8
unsigned int
hweight64
(uint64_t w);
hweight.c
21
unsigned int
hweight64
(uint64_t w)
function
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
bitops.h
48
return sizeof(w) == 4 ? hweight32(w) :
hweight64
(w);
/external/fio/os/
os-windows.h
220
return
hweight64
(*mask);
/external/fio/os/windows/
posix.c
150
num_processors +=
hweight64
(processor_info[i].ProcessorMask);
Completed in 506 milliseconds