Lines Matching defs:ALIGNED
226 # define ALIGNED(x) __declspec(align(x))
238 // Please only use the ALIGNED macro before the type.
239 // Using ALIGNED after the variable declaration is not portable!
240 # define ALIGNED(x) __attribute__((aligned(x)))
285 typedef ALIGNED(1) u16 uu16;
286 typedef ALIGNED(1) u32 uu32;
287 typedef ALIGNED(1) u64 uu64;
288 typedef ALIGNED(1) s16 us16;
289 typedef ALIGNED(1) s32 us32;
290 typedef ALIGNED(1) s64 us64;