Searched defs:DECLARE_ALIGNED (Results 1 – 1 of 1) sorted by relevance
18 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n))) macro20 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val macro23 #define DECLARE_ALIGNED(n,typ,val) typ val macro