Searched refs:hweight32 (Results 1 – 2 of 2) sorted by relevance
28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) macro
79 return sizeof(w) == 4 ? hweight32(w) : hweight64((__u64)w); in hweight_long()