Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/bitops/
Darch_hweight.h12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
Dconst_hweight.h27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w))