Home
last modified time | relevance | path

Searched defs:hweight32 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/tools/perf/util/
Dhweight.c10 unsigned int hweight32(unsigned int w) in hweight32() function
/linux-3.4.99/include/asm-generic/bitops/
Dconst_hweight.h26 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) macro