Home
last modified time | relevance | path

Searched defs:hweight32 (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/arch/arc/include/asm/
H A Dbitops.h14 #define hweight32(x) generic_hweight32(x) macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Dbitops.h49 #define hweight32(x) generic_hweight32(x) macro
/openbmc/linux/tools/include/asm-generic/bitops/
H A Dconst_hweight.h28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) macro
/openbmc/linux/include/asm-generic/bitops/
H A Dconst_hweight.h28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h256 #define hweight32(x) generic_hweight32(x) macro
369 #define hweight32(x) generic_hweight32(x) macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dbitops.h156 #define hweight32(x) generic_hweight32(x) macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbitops.h157 #define hweight32(x) generic_hweight32(x) macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dbitops.h175 #define hweight32(x) generic_hweight32(x) macro
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dbitops.h150 #define hweight32(x) generic_hweight32(x) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dbitops.h157 #define hweight32(x) generic_hweight32(x) macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dbitops.h387 #define hweight32(x) generic_hweight32(x) macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbitops.h224 #define hweight32(x) generic_hweight32(x) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dbitops.h717 #define hweight32(x) generic_hweight32(x) macro
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c755 static unsigned int hweight32(unsigned int *w) in hweight32() function