Home
last modified time | relevance | path

Searched refs:HWEIGHT64 (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/include/asm-generic/bitops/
Dconst_hweight.h37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w)) macro
42 #define HWEIGHT(w) HWEIGHT64((u64)w)
/linux-6.1.9/include/asm-generic/bitops/
Dconst_hweight.h37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w)) macro
42 #define HWEIGHT(w) HWEIGHT64((u64)w)