Home
last modified time | relevance | path

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

/linux/arch/sparc/lib/
A Dhweight.S20 ENTRY(__arch_hweight16)
24 ENDPROC(__arch_hweight16)
25 EXPORT_SYMBOL(__arch_hweight16)
27 .word __arch_hweight16
/linux/arch/powerpc/lib/
A Dhweight_64.S27 _GLOBAL(__arch_hweight16)
48 EXPORT_SYMBOL(__arch_hweight16)
/linux/include/asm-generic/bitops/
A Darch_hweight.h12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
A Dconst_hweight.h27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w))
/linux/tools/include/asm-generic/bitops/
A Darch_hweight.h12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
A Dconst_hweight.h27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w))
/linux/arch/mips/include/asm/
A Darch_hweight.h19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux/arch/sparc/include/asm/
A Dbitops_64.h48 unsigned int __arch_hweight16(unsigned int w);
/linux/arch/x86/include/asm/
A Darch_hweight.h26 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux/arch/powerpc/include/asm/
A Dbitops.h250 unsigned int __arch_hweight16(unsigned int w);
/linux/arch/alpha/include/asm/
A Dbitops.h416 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux/arch/ia64/include/asm/
A Dbitops.h437 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful)) macro

Completed in 13 milliseconds