Searched defs:hweight16 (Results 1 – 3 of 3) sorted by relevance
63 static inline unsigned int hweight16(unsigned int w) in hweight16() function
418 static inline unsigned int hweight16(unsigned int w) in hweight16() function
449 #define hweight16(x) (unsigned int) hweight64((x) & 0xfffful) macro