Searched refs:__const_hweight64 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/asm-generic/bitops/
H A Dconst_hweight.h20 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) macro
28 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
36 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))

Completed in 125 milliseconds