Searched defs:__arch_hweight16 (Results 1 – 7 of 7) sorted by relevance
11 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
35 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
106 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
139 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
418 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
448 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful)) macro