Searched refs:__arch_hweight16 (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/include/asm-generic/bitops/
H A Darch_hweight.h11 static inline unsigned int __arch_hweight16(unsigned int w) __arch_hweight16() function
H A Dconst_hweight.h26 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w))
/linux-4.4.14/arch/powerpc/lib/
H A Dppc_ksyms.c32 EXPORT_SYMBOL(__arch_hweight16); variable
H A Dhweight_64.S36 _GLOBAL(__arch_hweight16)
/linux-4.4.14/arch/mips/include/asm/
H A Darch_hweight.h19 static inline unsigned int __arch_hweight16(unsigned int w) __arch_hweight16() function
/linux-4.4.14/arch/sparc/kernel/
H A Dsparc_ksyms_64.c43 EXPORT_SYMBOL(__arch_hweight16); variable
/linux-4.4.14/arch/x86/include/asm/
H A Darch_hweight.h35 static inline unsigned int __arch_hweight16(unsigned int w) __arch_hweight16() function
/linux-4.4.14/arch/sparc/include/asm/
H A Dbitops_64.h46 unsigned int __arch_hweight16(unsigned int w);
/linux-4.4.14/arch/tile/include/asm/
H A Dbitops.h69 static inline unsigned int __arch_hweight16(unsigned int w) __arch_hweight16() function
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbitops.h130 static inline unsigned int __arch_hweight16(unsigned int w) __arch_hweight16() function
/linux-4.4.14/arch/alpha/include/asm/
H A Dbitops.h415 static inline unsigned int __arch_hweight16(unsigned int w) __arch_hweight16() function
/linux-4.4.14/arch/powerpc/include/asm/
H A Dbitops.h268 unsigned int __arch_hweight16(unsigned int w);
/linux-4.4.14/arch/ia64/include/asm/
H A Dbitops.h437 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful)) macro

Completed in 58 milliseconds