Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/bitops/
Darch_hweight.h16 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/linux-4.4.14/arch/mips/include/asm/
Darch_hweight.h24 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/linux-4.4.14/arch/tile/include/asm/
Dbitops.h74 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/linux-4.4.14/arch/x86/include/asm/
Darch_hweight.h40 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/linux-4.4.14/arch/blackfin/include/asm/
Dbitops.h135 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/linux-4.4.14/arch/alpha/include/asm/
Dbitops.h420 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/linux-4.4.14/arch/ia64/include/asm/
Dbitops.h438 #define __arch_hweight8(x) ((unsigned int) __arch_hweight64((x) & 0xfful)) macro