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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/bitops/
H A Darch_hweight.h11 static inline unsigned int __arch_hweight16(unsigned int w) function
H A Dconst_hweight.h25 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Darch_hweight.h19 static inline unsigned int __arch_hweight16(unsigned int w) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Darch_hweight.h35 static inline unsigned int __arch_hweight16(unsigned int w) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dbitops.h106 static inline unsigned int __arch_hweight16(unsigned int w) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dbitops_64.h63 static inline unsigned int __arch_hweight16(unsigned int w) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbitops.h136 static inline unsigned int __arch_hweight16(unsigned int w) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dbitops.h448 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dbitops.h418 static inline unsigned int __arch_hweight16(unsigned int w) function

Completed in 139 milliseconds