Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dhweight.c14 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function
29 EXPORT_SYMBOL(__sw_hweight32);
53 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()
54 __sw_hweight32((unsigned int)w); in __sw_hweight64()
/Linux-v4.19/arch/x86/lib/
Dhweight.S11 ENTRY(__sw_hweight32)
36 ENDPROC(__sw_hweight32)
37 EXPORT_SYMBOL(__sw_hweight32)
73 call __sw_hweight32
76 call __sw_hweight32
/Linux-v4.19/tools/lib/
Dhweight.c12 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() function
46 return __sw_hweight32((unsigned int)(w >> 32)) + in __sw_hweight64()
47 __sw_hweight32((unsigned int)w); in __sw_hweight64()
/Linux-v4.19/arch/sparc/lib/
Dhweight.S34 sethi %hi(__sw_hweight32), %g1
35 jmpl %g1 + %lo(__sw_hweight32), %g0
/Linux-v4.19/include/asm-generic/bitops/
Darch_hweight.h9 return __sw_hweight32(w); in __arch_hweight32()
/Linux-v4.19/tools/include/asm-generic/bitops/
Darch_hweight.h9 return __sw_hweight32(w); in __arch_hweight32()
/Linux-v4.19/tools/include/linux/
Dbitops.h26 extern unsigned int __sw_hweight32(unsigned int w);
/Linux-v4.19/arch/powerpc/lib/
Dhweight_64.S64 b __sw_hweight32
/Linux-v4.19/include/linux/
Dbitops.h12 extern unsigned int __sw_hweight32(unsigned int w);