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
64 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
24 static __always_inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
114 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
410 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
436 #define __arch_hweight32(x) ((unsigned int) __arch_hweight64((x) & 0xfffffffful)) macro