Home
last modified time | relevance | path

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

/lib/
Dhweight.c13 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function
28 EXPORT_SYMBOL(__sw_hweight32);
50 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()
51 __sw_hweight32((unsigned int)w); in __sw_hweight64()