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

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

Completed in 218 milliseconds