Searched defs:__arch_hweight8 (Results 1 – 6 of 6) sorted by relevance
17 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
24 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
31 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
418 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
435 #define __arch_hweight8(x) ((unsigned int) __arch_hweight64((x) & 0xfful)) macro