Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/arch/x86/lib/
Dhweight.S11 SYM_FUNC_START(__sw_hweight32)
36 SYM_FUNC_END(__sw_hweight32)
37 EXPORT_SYMBOL(__sw_hweight32)
73 call __sw_hweight32
76 call __sw_hweight32
/linux-6.1.9/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-6.1.9/arch/sparc/lib/
Dhweight.S34 sethi %hi(__sw_hweight32), %g1
35 jmpl %g1 + %lo(__sw_hweight32), %g0
/linux-6.1.9/tools/include/asm-generic/bitops/
Darch_hweight.h9 return __sw_hweight32(w); in __arch_hweight32()
/linux-6.1.9/include/asm-generic/bitops/
Darch_hweight.h9 return __sw_hweight32(w); in __arch_hweight32()
/linux-6.1.9/arch/powerpc/lib/
Dhweight_64.S52 b __sw_hweight32
/linux-6.1.9/tools/include/linux/
Dbitops.h25 extern unsigned int __sw_hweight32(unsigned int w);
/linux-6.1.9/include/linux/
Dbitops.h26 extern unsigned int __sw_hweight32(unsigned int w);