Searched defs:hweight32 (Results 1 – 3 of 3) sorted by relevance
55 static inline unsigned int hweight32(unsigned int w) in hweight32() function
413 static inline unsigned int hweight32(unsigned int w) in hweight32() function
448 #define hweight32(x) (unsigned int) hweight64((x) & 0xfffffffful) macro