Home
last modified time | relevance | path

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/
Dcy_utils.h110 #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/
Dwrapper.py93 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/
Dcc_bitops.h35 #define IS_ALIGNED(val, align) \ argument
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.h23 #define IS_ALIGNED(val, align) \ argument
/trusted-firmware-m-3.4.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c364 uint32_t align; in erase_image_ok() local