__sw_hweight32
return __sw_hweight32(w);
return __sw_hweight32(w);
return __sw_hweight32(w);
extern unsigned int __sw_hweight32(unsigned int w);
EXPORT_SYMBOL(__sw_hweight32);
return __sw_hweight32((unsigned int)(w >> 32)) +
__sw_hweight32((unsigned int)w);
return __sw_hweight32(w);
extern unsigned int __sw_hweight32(unsigned int w);
return __sw_hweight32((unsigned int)(w >> 32)) +
__sw_hweight32((unsigned int)w);