Home
last modified time | relevance | path

Searched refs:hweight8 (Results 1 – 18 of 18) sorted by relevance

/third_party/uboot/u-boot-2020.01/fs/yaffs2/
Dyaffs_ecc.c186 if ((hweight8(d0) + hweight8(d1) + hweight8(d2)) == 1) { in yaffs_ecc_correct()
271 hweight8(delta_col)) == 1) { in yaffs_ecc_correct_other()
Dyaffs_bitmap.c94 n += hweight8(*blk_bits); in yaffs_count_chunk_bits()
Dyaffs_tagscompat.c336 deleted = (hweight8(spare.page_status) < 7) ? 1 : 0; in yaffs_tags_compat_rd()
399 if (hweight8(spare0.block_status & spare1.block_status) < 7) in yaffs_tags_compat_query_block()
/third_party/uboot/u-boot-2020.01/arch/arc/include/asm/
Dbitops.h16 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dbitops.h51 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/board/phytec/phycore_rk3288/
Dphycore-rk3288.c28 hw += hweight8(*p); in valid_rk3288_som()
/third_party/uboot/u-boot-2020.01/arch/microblaze/include/asm/
Dbitops.h258 #define hweight8(x) generic_hweight8(x) macro
371 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/
Dbitops.h158 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/
Dbitops.h159 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/
Dbitops.h152 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Dbitops.h177 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Dbitops.h159 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dbitops.h389 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dbitops.h226 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/arch/mips/include/asm/
Dbitops.h719 #define hweight8(x) generic_hweight8(x) macro
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Dfsmc_nand.c157 written_bits += hweight8(~buff[k]); in count_written_bits()
Dnand_base.c378 res = hweight8(bad) < chip->badblockbits; in nand_block_bad()
1654 weight = hweight8(*bitmap); in nand_check_erased_buf()
1668 weight = hweight8(*bitmap); in nand_check_erased_buf()
Ddenali.c432 flips_in_byte = hweight8(buf[offset] ^ err_cor_value); in denali_sw_ecc_fixup()