Home
last modified time | relevance | path

Searched defs:__arch_hweight8 (Results 1 – 4 of 4) sorted by relevance

/arch/mips/include/asm/
Darch_hweight.h24 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/arch/x86/include/asm/
Darch_hweight.h31 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/arch/ia64/include/asm/
Dbitops.h438 #define __arch_hweight8(x) ((unsigned int) __arch_hweight64((x) & 0xfful)) macro
/arch/alpha/include/asm/
Dbitops.h421 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function