Searched refs:__ALIGNED (Results 1 – 10 of 10) sorted by relevance
122 #ifndef __ALIGNED123 #define __ALIGNED(x) __attribute__((aligned(x))) macro195 #ifndef __ALIGNED196 #define __ALIGNED(x) __align(x) macro267 #ifndef __ALIGNED268 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.269 #define __ALIGNED(x) macro
46 #ifndef __ALIGNED48 #define __ALIGNED(x) __attribute__((aligned(x))) macro51 #define __ALIGNED(x) __attribute__((aligned(x))) macro53 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.54 #define __ALIGNED(x) macro
98 #ifndef __ALIGNED99 #define __ALIGNED(x) __attribute__((aligned(x))) macro
103 #ifndef __ALIGNED104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
102 #ifndef __ALIGNED103 #define __ALIGNED(x) __attribute__((aligned(x))) macro
41 #ifndef __ALIGNED43 #define __ALIGNED(x) __attribute__((aligned(x))) macro46 #define __ALIGNED(x) __attribute__((aligned(x))) macro48 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.49 #define __ALIGNED(x) macro
93 #ifndef __ALIGNED94 #define __ALIGNED(x) __attribute__((aligned(x))) macro
188 __ALIGNED(__SCB_DCACHE_LINE_SIZE) in SCB_DisableDCache()