Home
last modified time | relevance | path

Searched defs:hweight8 (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/arch/arc/include/asm/
H A Dbitops.h16 #define hweight8(x) generic_hweight8(x) macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Dbitops.h51 #define hweight8(x) generic_hweight8(x) macro
/openbmc/linux/tools/include/asm-generic/bitops/
H A Dconst_hweight.h26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) macro
/openbmc/linux/include/asm-generic/bitops/
H A Dconst_hweight.h26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h258 #define hweight8(x) generic_hweight8(x) macro
371 #define hweight8(x) generic_hweight8(x) macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dbitops.h158 #define hweight8(x) generic_hweight8(x) macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dbitops.h177 #define hweight8(x) generic_hweight8(x) macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbitops.h159 #define hweight8(x) generic_hweight8(x) macro
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dbitops.h152 #define hweight8(x) generic_hweight8(x) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dbitops.h159 #define hweight8(x) generic_hweight8(x) macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dbitops.h389 #define hweight8(x) generic_hweight8(x) macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dbitops.h226 #define hweight8(x) generic_hweight8(x) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dbitops.h719 #define hweight8(x) generic_hweight8(x) macro