Searched refs:aligned (Results 1 – 2 of 2) sorted by relevance
84 int a __attribute__ ((aligned (4))); in check_align_4()92 double a __attribute__ ((aligned (8))); in check_align_8()100 struct aligned in check_align_16() struct102 double x0 __attribute__ ((aligned (16))); in check_align_16() argument112 struct aligned in check_align_32() struct114 double x0 __attribute__ ((aligned (32))); in check_align_32() argument
26 char st1[262144] __attribute__((aligned (16)));
Completed in 6 milliseconds