Searched defs:__arch_hweight32 (Results 1 – 6 of 6) sorted by relevance
14 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
15 static __always_inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
436 #define __arch_hweight32(x) ((unsigned int) __arch_hweight64((x) & 0xfffffffful)) macro
411 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function