Searched refs:__sw_hweight32 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/bitops/
H A Darch_hweight.h8 return __sw_hweight32(w);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dhweight.c12 unsigned int __sw_hweight32(unsigned int w) function
27 EXPORT_SYMBOL(__sw_hweight32); variable
49 return __sw_hweight32((unsigned int)(w >> 32)) +
50 __sw_hweight32((unsigned int)w);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbitops.h15 extern unsigned int __sw_hweight32(unsigned int w);

Completed in 65 milliseconds