Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 26) sorted by relevance

12

/mcuboot-latest/sim/mcuboot-sys/csupport/sysflash/
Dsysflash.h19 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument
22 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
30 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument
35 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
/mcuboot-latest/boot/espressif/include/sysflash/
Dsysflash.h29 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument
32 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
37 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument
42 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
/mcuboot-latest/boot/bootutil/include/bootutil/
Dfault_injection_hardening.h193 void fih_int_validate(fih_int x) in fih_int_validate()
202 int fih_int_decode(fih_int x) in fih_int_decode()
210 fih_int fih_int_encode(int x) in fih_int_encode()
217 #define FIH_EQ(x, y) ((x == y) && fih_delay() && !(y != x)) argument
218 #define FIH_NOT_EQ(x, y) ((x != y) || !fih_delay() || !(y == x)) argument
219 #define FIH_SET(x, y) x = y; if(fih_delay() && (x != y)) FIH_PANIC argument
225 void fih_int_validate(fih_int x) in fih_int_validate()
233 int fih_int_decode(fih_int x) in fih_int_decode()
240 fih_int fih_int_encode(int x) in fih_int_encode()
245 #define FIH_EQ(x, y) (x == y) argument
[all …]
/mcuboot-latest/boot/zephyr/include/sysflash/
Dsysflash.h54 #define FLASH_AREA_IMAGE_PRIMARY(x) __flash_area_ids_for_slot(x, 0) argument
55 #define FLASH_AREA_IMAGE_SECONDARY(x) __flash_area_ids_for_slot(x, 1) argument
63 #define FLASH_AREA_IMAGE_PRIMARY(x) FIXED_PARTITION_ID(slot0_partition) argument
64 #define FLASH_AREA_IMAGE_SECONDARY(x) FIXED_PARTITION_ID(slot0_partition) argument
/mcuboot-latest/boot/cypress/MCUBootApp/sysflash/
Dsysflash.h51 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument
54 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
60 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument
65 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
/mcuboot-latest/boot/mbed/include/utils/
DDataShare.cpp28 #define PTR_TO_UINT8(x) ((volatile uint8_t *) x) argument
29 #define PTR_TO_UINT16(x) ((volatile uint16_t *) x) argument
30 #define PTR_TO_UINT32(x) ((volatile uint32_t *) x) argument
/mcuboot-latest/boot/mynewt/flash_map_backend/include/flash_map_backend/
Dflash_map_backend.h17 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument
23 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
30 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument
35 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
/mcuboot-latest/boot/mbed/include/sysflash/
Dsysflash.h10 #define FLASH_AREA_IMAGE_PRIMARY(x) PRIMARY_ID argument
11 #define FLASH_AREA_IMAGE_SECONDARY(x) SECONDARY_ID argument
/mcuboot-latest/boot/nuttx/include/sysflash/
Dsysflash.h31 #define FLASH_AREA_IMAGE_PRIMARY(x) (((x) == 0) ? \ argument
34 #define FLASH_AREA_IMAGE_SECONDARY(x) (((x) == 0) ? \ argument
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/
Dmcuboot_assert.h26 #define ASSERT(x) sim_assert((x), #x, __FILE__, __LINE__, __func__) argument
/mcuboot-latest/sim/mcuboot-sys/csupport/
Ddevicetree.h12 #define FLASH_AREA_ID(x) FLASH_AREA_ID_##x argument
Drun.c29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
518 void sim_assert(int x, const char *assertion, const char *file, unsigned int line, const char *func… in sim_assert()
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ecc_dh.c151 char *x[] = { in cavp_ecdh() local
267 char *x[] = { in cavp_keygen() local
369 char *x[] = { in cavp_pkv() local
/mcuboot-latest/boot/bootutil/src/
Dimage_validate.c192 # define EXPECTED_SIG_LEN(x) ((x) == SIG_BUF_SIZE) /* 2048 bits */ argument
198 # define EXPECTED_SIG_LEN(x) (1) /* always true, ASN.1 will validate */ argument
202 # define EXPECTED_SIG_LEN(x) ((x) == SIG_BUF_SIZE) argument
Dswap_move.c40 #define BOOT_STATUS_ASSERT(x) \ argument
47 #define BOOT_STATUS_ASSERT(x) ASSERT(x) argument
Dswap_scratch.c40 #define BOOT_STATUS_ASSERT(x) \ argument
47 #define BOOT_STATUS_ASSERT(x) ASSERT(x) argument
Dloader.c89 #define IMAGES_ITER(x) for ((x) = 0; (x) < BOOT_IMAGE_NUMBER; ++(x)) argument
91 #define IMAGES_ITER(x) argument
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c127 #define ntohs(x) sys_be16_to_cpu(x) argument
128 #define htons(x) sys_cpu_to_be16(x) argument
133 #define ntohs(x) be16toh(x) argument
134 #define htons(x) htobe16(x) argument
141 #define IMAGES_ITER(x) for ((x) = 0; (x) < BOOT_IMAGE_NUMBER; ++(x)) argument
143 #define IMAGES_ITER(x) argument
/mcuboot-latest/ext/tinycrypt/lib/source/
Dcmac_mode.c82 uint8_t *x = in + (TC_AES_BLOCK_SIZE - 1); in gf_double() local
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_logging.h51 #define sim_log_enabled(x) 1 argument
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dasn1.h118 #define MBEDTLS_OID_SIZE(x) (sizeof(x) - 1) argument
/mcuboot-latest/boot/zcbor/include/
Dzcbor_common.h25 #define ZCBOR_STRINGIFY_PRE(x) #x argument
481 static inline size_t zcbor_round_up(size_t x, size_t align) in zcbor_round_up()
/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c47 #define ARRAYSIZE(x) (sizeof((x)) / sizeof((x)[0])) argument
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c307 uint8_t x = 0; in CRYPTO_memcmp() local
408 fe x; in x25519_ge_tobytes() local
1153 fe_limb_t x = f->v[i] ^ g->v[i]; in fe_cswap() local
Dcurve25519.h12 #define UINT64_C(x) x##ULL argument
15 #define UINT32_C(x) x##UL argument
18 #define UINT8_C(x) (x) argument

12