Lines Matching refs:ALIGNED
121 # define ALIGNED(x) __declspec(align(x))
135 // Please only use the ALIGNED macro before the type.
136 // Using ALIGNED after the variable declaration is not portable!
137 # define ALIGNED(x) __attribute__((aligned(x)))
156 typedef ALIGNED(1) u16 uu16;
157 typedef ALIGNED(1) u32 uu32;
158 typedef ALIGNED(1) u64 uu64;
159 typedef ALIGNED(1) s16 us16;
160 typedef ALIGNED(1) s32 us32;
161 typedef ALIGNED(1) s64 us64;