Home
last modified time | relevance | path

Searched defs:hweight64 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/include/asm-generic/bitops/
Dconst_hweight.h29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) macro
/Linux-v4.19/include/asm-generic/bitops/
Dconst_hweight.h29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) macro