Searched refs:CC_ALIGNED (Results 1 – 9 of 9) sorted by relevance
50 } CC_ALIGNED(CCN_UNIT_SIZE);54 } CC_ALIGNED(CCN_UNIT_SIZE);
309 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) //clang compiler macro311 #define CC_ALIGNED(x) __declspec(align(x)) //MS complier macro315 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) macro317 #define CC_ALIGNED(x) __attribute__ ((aligned((x)>8?8:(x)))) macro
27 } CC_ALIGNED(8);38 } CC_ALIGNED(8);
28 } CC_ALIGNED(CCN_UNIT_SIZE);32 } CC_ALIGNED(CCN_UNIT_SIZE);36 } CC_ALIGNED(CCN_UNIT_SIZE);
29 } CC_ALIGNED(8);// cccmac_ctx_hdr;
21 } CC_ALIGNED(8);
123 CC_ALIGNED(8) struct cckprng_gen_diag *gens;
77 } CC_ALIGNED(_alignment_)
39 const uint32_t ccsha256_K[64] CC_ALIGNED(16) = {