Home
last modified time | relevance | path

Searched defs:A (Results 1 – 15 of 15) sorted by relevance

/u-boot/fs/squashfs/
A Dsqfs_utils.h15 #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 Dsignatures.h22 #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 Dbios.h35 #define DOWNTO8(A) \ argument
50 #define DOWNTO16(A) \ argument
/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/
A DKconfig1 config A config
/u-boot/scripts/kconfig/tests/rand_nested_choice/
A DKconfig4 config A config in choiceae7b601c0104
/u-boot/scripts/kconfig/tests/new_choice_with_dep/
A DKconfig1 config A config
/u-boot/scripts/kconfig/tests/auto_submenu/
A DKconfig1 config A config
/u-boot/lib/libavb/
A Davb_rsa.c89 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 DKconfig5 config A config
/u-boot/drivers/ddr/altera/
A Dsdram_s10.c28 #define DDR_CONFIG(A, B, C, R) (((A) << 24) | ((B) << 16) | ((C) << 8) | (R)) argument
A Dsdram_arria10.c34 #define ARRIA_DDR_CONFIG(A, B, C, R) \ argument
/u-boot/lib/
A Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
A Dsha1.c70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
/u-boot/arch/mips/mach-octeon/include/mach/
A Docteon-model.h232 #define __OCTEON_IS_MODEL_COMPILE__(A, B) \ argument
/u-boot/drivers/bios_emulator/include/x86emu/
A Dregs.h98 i386_general_register A, B, C, D; member

Completed in 26 milliseconds