Home
last modified time | relevance | path

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

/tools/lib/
Dhweight.c11 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function
45 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()
46 __sw_hweight32((unsigned int)w); in __sw_hweight64()
/tools/include/asm-generic/bitops/
Darch_hweight.h8 return __sw_hweight32(w); in __arch_hweight32()
/tools/include/linux/
Dbitops.h26 extern unsigned int __sw_hweight32(unsigned int w);