Searched defs:hweight8 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/asm-generic/bitops/
H A Dconst_hweight.h26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) macro
/linux-master/tools/include/asm-generic/bitops/
H A Dconst_hweight.h26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) macro

Completed in 170 milliseconds