Home
last modified time | relevance | path

Searched defs:__arch_hweight16 (Results 1 – 6 of 6) sorted by relevance

/arch/mips/include/asm/
Darch_hweight.h19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/arch/tile/include/asm/
Dbitops.h69 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/arch/x86/include/asm/
Darch_hweight.h34 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/arch/blackfin/include/asm/
Dbitops.h130 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/arch/ia64/include/asm/
Dbitops.h438 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful)) macro
/arch/alpha/include/asm/
Dbitops.h416 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function