Searched refs:HWEIGHT16 (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/include/asm-generic/bitops/ | ||
H A D | const_hweight.h | 34 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) macro |
Completed in 72 milliseconds