Searched defs:__arch_hweight8 (Results 1 – 4 of 4) sorted by relevance
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
438 #define __arch_hweight8(x) ((unsigned int) __arch_hweight64((x) & 0xfful)) macro
421 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function