Home
last modified time | relevance | path

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

/linux-6.6.21/tools/include/asm-generic/bitops/
Dconst_hweight.h27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) macro
/linux-6.6.21/include/asm-generic/bitops/
Dconst_hweight.h27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) macro