Searched defs:HWEIGHT16 (Results 1 – 2 of 2) sorted by relevance
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) macro