Searched refs:__ALIGNED (Results 1 – 12 of 12) sorted by relevance
120 #ifndef __ALIGNED121 #define __ALIGNED(x) __attribute__((aligned(x))) macro192 #ifndef __ALIGNED193 #define __ALIGNED(x) __align(x) macro263 #ifndef __ALIGNED264 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.265 #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
102 #ifndef __ALIGNED103 #define __ALIGNED(x) __attribute__((aligned(x))) macro
107 #ifndef __ALIGNED108 #define __ALIGNED(x) __attribute__((aligned(x))) macro
110 #ifndef __ALIGNED111 #define __ALIGNED(x) __attribute__((aligned(x))) macro
103 #ifndef __ALIGNED104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
113 #ifndef __ALIGNED114 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Completed in 36 milliseconds