Searched refs:N (Results 1 – 20 of 20) sorted by relevance
/elf/ |
A D | tst-tlsmod17a.c | 3 #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 D | tst-tlsmod18a.c | 3 #ifndef N 4 # define N 0 macro 17 printf ("fail %d %p\n", N, p); in test()
|
A D | tst-tlsmod17b.c | 1 #define P(N) extern int tlsmod17a##N (void); argument 11 #define P(N) res |= tlsmod17a##N (); in tlsmod17b() argument
|
A D | tst-unique4lib.cc | 4 template<int N> 5 int S<N>::i = N; 6 template<int N> 7 const int S<N>::j __attribute__ ((used)) = -1;
|
A D | tst-thrlock.c | 34 #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 D | tst-stackguard1.c | 79 #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 D | tst-ptrguard1.c | 89 #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 D | tst-tls12.c | 3 #define CHECK(N, S) \ argument 4 p = &a##N; \
|
A D | tst-tls11.c | 3 #define CHECK(N, S) \ argument 4 p = f##N##a (); \
|
A D | tst-tls-ie-mod0.c | 1 #define N 0 macro
|
A D | tst-tls-ie-mod1.c | 1 #define N 1 macro
|
A D | tst-tls-ie-mod2.c | 1 #define N 2 macro
|
A D | tst-tls-ie-mod3.c | 1 #define N 3 macro
|
A D | tst-tls-ie-mod4.c | 1 #define N 4 macro
|
A D | tst-tls-ie-mod5.c | 1 #define N 5 macro
|
A D | tst-tls-ie-mod6.c | 1 #define N 6 macro
|
A D | tst-tls-ie-mod.h | 29 #define VAR CONCAT (var, N) 35 CONCAT (access, N) (void) in CONCAT() argument
|
A D | tst-unique4.h | 2 template<int N>
|
A D | tst-execstack.c | 90 #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 D | tst-tls10.c | 6 #define CHECK(N, S) \ argument 7 p = f##N##a (); \
|
Completed in 10 milliseconds