Lines Matching refs:aligned
67 struct __attribute__((aligned(4))) {
174 int __attribute__((aligned(8))) a;
175 int __attribute__((aligned(8))) b : 4;
176 int __attribute__((aligned(8))) c : 32;
182 int __attribute__((aligned(1))) a;
183 int __attribute__((aligned(1))) b : 4;
184 int __attribute__((aligned(1))) c : 32;
189 struct __attribute__((aligned(8))) {
198 int __attribute__((aligned(8))) a;
199 int __attribute__((aligned(8))) b : 4;
200 int __attribute__((aligned(8))) c : 32;