Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dbitops_64.h63 static inline unsigned int hweight16(unsigned int w) in hweight16() function
/arch/alpha/include/asm/
Dbitops.h418 static inline unsigned int hweight16(unsigned int w) in hweight16() function
/arch/ia64/include/asm/
Dbitops.h449 #define hweight16(x) (unsigned int) hweight64((x) & 0xfffful) macro