/openbmc/linux/tools/include/asm-generic/ |
H A D | bitsperlong.h | 8 #define BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__) macro 10 #define BITS_PER_LONG __WORDSIZE macro
|
/openbmc/linux/include/asm-generic/ |
H A D | bitsperlong.h | 9 #define BITS_PER_LONG 64 macro 11 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | types.h | 25 #define BITS_PER_LONG 64 macro 27 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | types.h | 14 #define BITS_PER_LONG 64 macro 16 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | types.h | 14 #define BITS_PER_LONG 64 macro 16 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | types.h | 22 #define BITS_PER_LONG 64 macro 24 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | types.h | 21 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/arc/include/asm/ |
H A D | types.h | 13 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | types.h | 23 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | types.h | 17 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | types.h | 18 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | types.h | 16 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | types.h | 22 #define BITS_PER_LONG _MIPS_SZLONG macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | types.h | 16 #define BITS_PER_LONG 32 macro
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | types.h | 50 #define BITS_PER_LONG 32 macro
|
/openbmc/linux/tools/include/linux/ |
H A D | bitops.h | 12 # define BITS_PER_LONG __WORDSIZE macro
|
/openbmc/linux/include/linux/raid/ |
H A D | pq.h | 29 #define BITS_PER_LONG __WORDSIZE macro
|
/openbmc/linux/scripts/mod/ |
H A D | file2alias.c | 20 #define BITS_PER_LONG 32 macro 23 #define BITS_PER_LONG 64 macro
|
/openbmc/qemu/include/qemu/ |
H A D | bitops.h | 20 #define BITS_PER_LONG (sizeof (unsigned long) * BITS_PER_BYTE) macro
|