Searched defs:CC_ALIGNED (Results 1 – 1 of 1) sorted by relevance
356 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) //clang compiler macro358 #define CC_ALIGNED(x) __declspec(align(x)) //MS complier macro362 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) macro364 #define CC_ALIGNED(x) __attribute__ ((aligned((x)>8?8:(x)))) macro