Home
last modified time | relevance | path

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

/linux-6.6.21/tools/include/asm-generic/bitops/
Darch_hweight.h7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
/linux-6.6.21/include/asm-generic/bitops/
Darch_hweight.h7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
/linux-6.6.21/arch/mips/include/asm/
Darch_hweight.h14 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
/linux-6.6.21/arch/x86/include/asm/
Darch_hweight.h15 static __always_inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
/linux-6.6.21/arch/ia64/include/asm/
Dbitops.h433 #define __arch_hweight32(x) ((unsigned int) __arch_hweight64((x) & 0xfffffffful)) macro
/linux-6.6.21/arch/alpha/include/asm/
Dbitops.h408 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function