Home
last modified time | relevance | path

Searched refs:N (Results 1 – 20 of 20) sorted by relevance

/elf/
A Dtst-tlsmod17a.c3 #ifndef N
4 #define N 0 macro
9 __thread int CONCAT (v, N) = 4;
12 CONCAT (tlsmod17a, N) (void) in CONCAT() argument
14 int *p = &CONCAT (v, N); in CONCAT()
19 printf ("fail %d %p\n", N, p); in CONCAT()
A Dtst-tlsmod18a.c3 #ifndef N
4 # define N 0 macro
17 printf ("fail %d %p\n", N, p); in test()
A Dtst-tlsmod17b.c1 #define P(N) extern int tlsmod17a##N (void); argument
11 #define P(N) res |= tlsmod17a##N (); in tlsmod17b() argument
A Dtst-unique4lib.cc4 template<int N>
5 int S<N>::i = N;
6 template<int N>
7 const int S<N>::j __attribute__ ((used)) = -1;
A Dtst-thrlock.c34 #define N 10 in do_test() macro
35 pthread_t th[N]; in do_test()
36 for (int i = 0; i < N; ++i) in do_test()
45 for (int i = 0; i < N; ++i) in do_test()
A Dtst-stackguard1.c79 #define N 16 in do_test() macro
80 uintptr_t child_stack_chk_guards[N + 1]; in do_test()
81 child_stack_chk_guards[N] = stack_chk_guard_copy; in do_test()
83 for (i = 0; i < N; ++i) in do_test()
147 qsort (child_stack_chk_guards, N + 1, sizeof (uintptr_t), uintptr_t_cmp); in do_test()
163 for (i = 0; i < N; ++i) in do_test()
173 if (ndifferences < N / 2 && ndefaults < N / 2) in do_test()
A Dtst-ptrguard1.c89 #define N 16 in do_test() macro
90 uintptr_t child_ptr_chk_guards[N + 1]; in do_test()
91 child_ptr_chk_guards[N] = ptr_chk_guard_copy; in do_test()
93 for (i = 0; i < N; ++i) in do_test()
157 qsort (child_ptr_chk_guards, N + 1, sizeof (uintptr_t), uintptr_t_cmp); in do_test()
175 for (i = 0; i < N; ++i) in do_test()
185 if (ndifferences < N / 2 && ndefaults < N / 2) in do_test()
A Dtst-tls12.c3 #define CHECK(N, S) \ argument
4 p = &a##N; \
A Dtst-tls11.c3 #define CHECK(N, S) \ argument
4 p = f##N##a (); \
A Dtst-tls-ie-mod0.c1 #define N 0 macro
A Dtst-tls-ie-mod1.c1 #define N 1 macro
A Dtst-tls-ie-mod2.c1 #define N 2 macro
A Dtst-tls-ie-mod3.c1 #define N 3 macro
A Dtst-tls-ie-mod4.c1 #define N 4 macro
A Dtst-tls-ie-mod5.c1 #define N 5 macro
A Dtst-tls-ie-mod6.c1 #define N 6 macro
A Dtst-tls-ie-mod.h29 #define VAR CONCAT (var, N)
35 CONCAT (access, N) (void) in CONCAT() argument
A Dtst-unique4.h2 template<int N>
A Dtst-execstack.c90 #define N 5 in do_test() macro
91 pthread_t thr[N]; in do_test()
93 pthread_barrier_init (&startup_barrier, NULL, N + 1); in do_test()
94 pthread_barrier_init (&go_barrier, NULL, N + 1); in do_test()
96 for (int i = 0; i < N; ++i) in do_test()
A Dtst-tls10.c6 #define CHECK(N, S) \ argument
7 p = f##N##a (); \

Completed in 10 milliseconds