Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/asm-generic/bitops/
A Darch_hweight.h12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-6.3-rc2/include/asm-generic/bitops/
A Darch_hweight.h12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-6.3-rc2/arch/mips/include/asm/
A Darch_hweight.h19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-6.3-rc2/arch/x86/include/asm/
A Darch_hweight.h26 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
/linux-6.3-rc2/arch/ia64/include/asm/
A Dbitops.h434 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful)) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dbitops.h413 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function

Completed in 9 milliseconds