Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/
H A Darch_hweight.h12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Darch_hweight.h19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/OK3568_Linux_fs/kernel/include/asm-generic/bitops/
H A Darch_hweight.h12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Darch_hweight.h26 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dbitops.h437 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful)) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dbitops.h416 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function