Home
last modified time | relevance | path

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

/linux-2.6.39/include/asm-generic/bitops/
Darch_hweight.h11 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-2.6.39/arch/mips/include/asm/
Darch_hweight.h19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-2.6.39/arch/x86/include/asm/
Darch_hweight.h35 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-2.6.39/arch/tile/include/asm/
Dbitops.h106 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-2.6.39/arch/sparc/include/asm/
Dbitops_64.h63 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-2.6.39/arch/blackfin/include/asm/
Dbitops.h139 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-2.6.39/arch/alpha/include/asm/
Dbitops.h418 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-2.6.39/arch/ia64/include/asm/
Dbitops.h448 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful)) macro