Searched defs:COMPILER_ALIGNED (Results 1 – 8 of 8) sorted by relevance
81 #define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro
115 # define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro117 # define COMPILER_ALIGNED(a) COMPILER_PRAGMA(data_alignment = a) macro
131 #define COMPILER_ALIGNED(a) __attribute__((__aligned__(a))) macro133 #define COMPILER_ALIGNED(a) COMPILER_PRAGMA(data_alignment = a) macro
Completed in 39 milliseconds