Searched defs:__arch_hweight32 (Results 1 – 7 of 7) sorted by relevance
6 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
14 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
24 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
101 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
123 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
413 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
447 #define __arch_hweight32(x) ((unsigned int) __arch_hweight64((x) & 0xfffffffful)) macro