Home
last modified time | relevance | path

Searched defs:CC_ALIGNED (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/EXTERNAL_HEADERS/corecrypto/
H A Dcc_config.h356 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) //clang compiler macro
358 #define CC_ALIGNED(x) __declspec(align(x)) //MS complier macro
362 #define CC_ALIGNED(x) __attribute__ ((aligned(x))) macro
364 #define CC_ALIGNED(x) __attribute__ ((aligned((x)>8?8:(x)))) macro