OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hweight64
(Results
1 - 7
of
7
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/asm/
hweight.h
6
unsigned long
hweight64
(__u64 w);
/external/fio/lib/
hweight.h
8
unsigned int
hweight64
(uint64_t w);
hweight.c
21
unsigned int
hweight64
(uint64_t w)
function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
hweight.c
19
unsigned long
hweight64
(__u64 w)
function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
bitops.h
52
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 198 milliseconds