Searched defs:align (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/libs/core-lib/include/ |
D | cy_utils.h | 110 #define CY_ALIGN(align) __ALIGNED(align) argument 128 #define CY_ALIGN(align) __ALIGNED(align) argument 138 #define CY_ALIGN(align) CY_PRAGMA(data_alignment = align) argument 140 #define CY_ALIGN(align) __ALIGNED(align) argument
|
/trusted-firmware-m-3.4.0/bl2/ext/mcuboot/scripts/wrapper/ |
D | wrapper.py | 93 def wrap(key, align, version, header_size, pad_header, layout, pad, confirm, argument
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/ |
D | cc_bitops.h | 35 #define IS_ALIGNED(val, align) \ argument
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/ |
D | cc_common_math.h | 23 #define IS_ALIGNED(val, align) \ argument
|
/trusted-firmware-m-3.4.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/ |
D | tfm_mcuboot_fwu.c | 364 uint32_t align; in erase_image_ok() local
|