Home
last modified time | relevance | path

Searched refs:AL (Results 1 – 2 of 2) sorted by relevance

/elf/
A Dtst-tlsmod14a.c4 #define AL 4096 macro
8 } __attribute ((aligned (AL)));
26 int fail = (((uintptr_t) &f) & (AL - 1)) != 0; in FCT()
30 fail = (((uintptr_t) &g) & (AL - 1)) != 0; in FCT()
A Dtst-tls14.c7 #define AL 4096 macro
11 } __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