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

/linux-master/arch/mips/include/asm/
H A Darch_hweight.h19 static inline unsigned int __arch_hweight16(unsigned int w) function
/linux-master/include/asm-generic/bitops/
H A Darch_hweight.h12 static inline unsigned int __arch_hweight16(unsigned int w) function
H A Dconst_hweight.h27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w))
/linux-master/tools/include/asm-generic/bitops/
H A Darch_hweight.h12 static inline unsigned int __arch_hweight16(unsigned int w) function
H A Dconst_hweight.h27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w))
/linux-master/arch/sparc/lib/
H A Dhweight.S20 ENTRY(__arch_hweight16)
24 ENDPROC(__arch_hweight16)
25 EXPORT_SYMBOL(__arch_hweight16)
27 .word __arch_hweight16
/linux-master/arch/x86/include/asm/
H A Darch_hweight.h26 static inline unsigned int __arch_hweight16(unsigned int w) function
/linux-master/arch/riscv/include/asm/
H A Darch_hweight.h40 static inline unsigned int __arch_hweight16(unsigned int w) function
/linux-master/arch/powerpc/lib/
H A Dhweight_64.S27 _GLOBAL(__arch_hweight16)
48 EXPORT_SYMBOL(__arch_hweight16)
/linux-master/arch/sparc/include/asm/
H A Dbitops_64.h48 unsigned int __arch_hweight16(unsigned int w);
/linux-master/arch/powerpc/include/asm/
H A Dbitops.h312 unsigned int __arch_hweight16(unsigned int w);
/linux-master/arch/alpha/include/asm/
H A Dbitops.h433 static inline unsigned int __arch_hweight16(unsigned int w) function

Completed in 133 milliseconds