Searched refs:__const_hweight8 (Results 1 – 2 of 2) sorted by relevance
8 #define __const_hweight8(w) \ macro19 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 ))26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w))34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w))