OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hweight32
(Results
1 - 18
of
18
) sorted by null
/external/u-boot/arch/arc/include/asm/
bitops.h
14
#define
hweight32
(x) generic_hweight32(x)
macro
/external/u-boot/arch/m68k/include/asm/
bitops.h
49
#define
hweight32
(x) generic_hweight32(x)
macro
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
mp.c
162
if (
hweight32
(cpu_up_mask) ==
hweight32
(cores))
171
printf("All (%d) cores are up.\n",
hweight32
(cores));
215
} else if (nr >=
hweight32
(cores)) {
cpu.c
347
return
hweight32
(cpu_mask());
/external/u-boot/arch/arm/cpu/armv8/s32v234/
cpu.c
76
numcores =
hweight32
(cpu_mask());
/external/u-boot/arch/riscv/include/asm/
bitops.h
157
#define
hweight32
(x) generic_hweight32(x)
macro
/external/u-boot/arch/sandbox/include/asm/
bitops.h
150
#define
hweight32
(x) generic_hweight32(x)
macro
/external/u-boot/arch/microblaze/include/asm/
bitops.h
256
#define
hweight32
(x) generic_hweight32(x)
macro
369
#define
hweight32
(x) generic_hweight32(x)
macro
/external/u-boot/arch/arm/include/asm/
bitops.h
171
#define
hweight32
(x) generic_hweight32(x)
macro
/external/u-boot/arch/nds32/include/asm/
bitops.h
175
#define
hweight32
(x) generic_hweight32(x)
macro
/external/u-boot/arch/x86/include/asm/
bitops.h
387
#define
hweight32
(x) generic_hweight32(x)
macro
/external/u-boot/arch/powerpc/cpu/mpc8xxx/
cpu.c
277
return
hweight32
(cpu_dsp_mask());
295
return
hweight32
(cpu_mask());
/external/u-boot/fs/yaffs2/
yaffs_ecc.c
269
if ((
hweight32
(delta_line) +
270
hweight32
(delta_line_prime) +
/external/u-boot/arch/powerpc/include/asm/
bitops.h
224
#define
hweight32
(x) generic_hweight32(x)
macro
/external/u-boot/arch/mips/include/asm/
bitops.h
717
#define
hweight32
(x) generic_hweight32(x)
macro
/external/u-boot/drivers/mtd/nand/
vf610_nfc.c
539
written_bits +=
hweight32
(~buff32[k]);
omap_gpmc.c
134
hm =
hweight32
(res);
nand_base.c
1115
weight =
hweight32
(*((u32 *)bitmap));
[
all
...]
Completed in 1352 milliseconds