Searched refs:AL (Results 1 – 2 of 2) sorted by relevance
4 #define AL 4096 macro8 } __attribute ((aligned (AL)));26 int fail = (((uintptr_t) &f) & (AL - 1)) != 0; in FCT()30 fail = (((uintptr_t) &g) & (AL - 1)) != 0; in FCT()
7 #define AL 4096 macro11 } __attribute ((aligned (AL)));25 int fail = (((uintptr_t) &f) & (AL - 1)) != 0; in do_test()29 fail = (((uintptr_t) &g) & (AL - 1)) != 0; in do_test()
Completed in 2 milliseconds