Searched defs:__arch_hweight16 (Results 1 – 6 of 6) sorted by relevance
12 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
26 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
434 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful)) macro
413 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function