Searched defs:__arch_hweight32 (Results 1 – 6 of 6) sorted by relevance
7 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
15 static __always_inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
408 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
433 #define __arch_hweight32(x) ((unsigned int) __arch_hweight64((x) & 0xfffffffful)) macro