Home
last modified time | relevance | path

Searched defs:ARRAY_SIZE (Results 1 – 14 of 14) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/include/
Darray.h16 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) macro
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/bl1/
Dbl1_flash_map.c18 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/tc/bl2/
Dflash_map_bl2.c13 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/
Dbl2_flash_map.c16 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro
Dboot_hal_bl2.c39 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro
/trusted-firmware-m-3.4.0/bl2/src/
Ddefault_flash_map.c45 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/
Dtarget_cfg.c27 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) macro
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps2/an519/
Dtarget_cfg.c25 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) macro
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/
Dtarget_cfg.c30 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) macro
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/secure/
Dtarget_cfg.c37 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) macro
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps2/an521/
Dtarget_cfg.c30 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) macro
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/bl2/
Dlow_level_security.c49 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) macro
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_common.h214 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_secure_boot.c46 #define ARRAY_SIZE(x) (uint32_t)(sizeof(x)/sizeof(x[0])) macro