Searched refs:CC_PAL_COMPILER_ALIGN (Results 1 – 2 of 2) sorted by relevance
34 #define CC_PAL_COMPILER_ALIGN(alignement) __attribute__((aligned(alignement))) macro69 #define CC_PAL_COMPILER_ALIGN(alignement) __attribute__((aligned(alignement))) macro105 #define CC_PAL_COMPILER_ALIGN(alignement) __attribute__((aligned(alignement))) macro142 #define CC_PAL_COMPILER_ALIGN(alignement) __attribute__((aligned(alignement))) macro178 #define CC_PAL_COMPILER_ALIGN(alignement) __attribute__((aligned(alignement))) macro
329 uint8_t InternalBuff[CC_RSA_TMP_BUFF_SIZE] CC_PAL_COMPILER_ALIGN (4);444 …uint8_t context_buff[ sizeof(RSAPrivContext_t) + sizeof(uint32_t)] CC_PAL_COMPILER_ALIGN (4); /*…