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