/u-boot/fs/squashfs/ |
A D | sqfs_utils.h | 15 #define SQFS_FRAGMENT_INDEX_OFFSET(A) ((A) % SQFS_MAX_ENTRIES) argument 16 #define SQFS_FRAGMENT_INDEX(A) ((A) / SQFS_MAX_ENTRIES) argument 17 #define SQFS_BLOCK_SIZE(A) ((A) & GENMASK(23, 0)) argument 20 #define SQFS_COMPRESSED_BLOCK(A) (!((A) & BIT(24))) argument 22 #define SQFS_COMPRESSED_DATA(A) (!((A) & 0x0002)) argument 23 #define SQFS_IS_FRAGMENTED(A) ((A) != 0xFFFFFFFF) argument 28 #define SQFS_COMPRESSED_METADATA(A) (!((A) & BIT(15))) argument 29 #define SQFS_METADATA_SIZE(A) ((A) & GENMASK(14, 0)) argument
|
/u-boot/include/ |
A D | signatures.h | 22 #define SIGNATURE_16(A, B) ((A) | (B << 8)) argument 38 #define SIGNATURE_32(A, B, C, D) \ argument 59 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
/u-boot/arch/x86/lib/ |
A D | bios.h | 35 #define DOWNTO8(A) \ argument 50 #define DOWNTO16(A) \ argument
|
/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/ |
A D | Kconfig | 1 config A config
|
/u-boot/scripts/kconfig/tests/rand_nested_choice/ |
A D | Kconfig | 4 config A config in choiceae7b601c0104
|
/u-boot/scripts/kconfig/tests/new_choice_with_dep/ |
A D | Kconfig | 1 config A config
|
/u-boot/scripts/kconfig/tests/auto_submenu/ |
A D | Kconfig | 1 config A config
|
/u-boot/lib/libavb/ |
A D | avb_rsa.c | 89 int64_t A = 0; in subM() local 118 uint64_t A = (uint64_t)a * b[0] + c[0]; in montMulAdd() local
|
/u-boot/scripts/kconfig/tests/err_recursive_dep/ |
A D | Kconfig | 5 config A config
|
/u-boot/drivers/ddr/altera/ |
A D | sdram_s10.c | 28 #define DDR_CONFIG(A, B, C, R) (((A) << 24) | ((B) << 16) | ((C) << 8) | (R)) argument
|
A D | sdram_arria10.c | 34 #define ARRIA_DDR_CONFIG(A, B, C, R) \ argument
|
/u-boot/lib/ |
A D | sha256.c | 62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
|
A D | sha1.c | 70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
|
/u-boot/arch/mips/mach-octeon/include/mach/ |
A D | octeon-model.h | 232 #define __OCTEON_IS_MODEL_COMPILE__(A, B) \ argument
|
/u-boot/drivers/bios_emulator/include/x86emu/ |
A D | regs.h | 98 i386_general_register A, B, C, D; member
|