Searched refs:global (Results 1 – 25 of 150) sorted by relevance
123456
/sysdeps/pthread/ |
A D | tst-once1.c | 24 static int global; variable 29 ++global; in once_handler() 39 if (global != 1) in do_test() 41 printf ("global = %d, expected 1\n", global); in do_test()
|
A D | tst-cleanup3.c | 29 static int global; variable 39 global *= val; in ch() 40 global += val; in ch() 90 if (global != 9) in do_test() 92 printf ("global = %d, expected 9\n", global); in do_test()
|
A D | tst-cleanup0.c | 24 static int global; variable 34 global *= val; in ch() 35 global += val; in ch() 43 _exit (global); in endfct()
|
A D | tst-cleanup1.c | 29 static int global; variable 39 global *= val; in ch() 40 global += val; in ch() 92 if (global != 9) in do_test() 94 printf ("global = %d, expected 9\n", global); in do_test()
|
A D | tst-once2.c | 28 static int global; variable 35 ++global; in once_handler() 48 if (global != 1) in tf() 50 printf ("thread %ld: global == %d\n", (long int) arg, global); in tf()
|
A D | tst-cancel8.c | 26 static int global; variable 32 global = 1; in cleanup() 131 if (global != 0) in do_test()
|
A D | tst-once3.c | 33 static int global; variable 64 global = 1; in once_handler2() 154 if (global != 1) in do_test()
|
A D | tst-once4.c | 32 static int global; variable 60 global = 1; in once_handler2() 183 if (global != 1) in do_test()
|
/sysdeps/arm/ |
A D | aeabi_sighandlers.S | 40 .global __aeabi_SIG_DFL 45 .global __aeabi_SIG_IGN 50 .global __aeabi_SIG_ERR
|
A D | dl-tlsdesc.S | 29 .global _dl_tlsdesc_return 42 .global _dl_tlsdesc_undefweak 57 .global _dl_tlsdesc_dynamic
|
/sysdeps/generic/ |
A D | ifunc-sel.h | 5 extern int global; 11 switch (global) in ifunc_sel()
|
/sysdeps/ia64/fpu/ |
A D | libm-symbols.h | 32 .global name 37 .global __libm_##name 43 .global __##name; \ 54 .global __ieee754_##name; \
|
A D | s_fabsf.S | 58 .global __libm_fabsf#
|
A D | s_fabs.S | 58 .global __libm_fabs#
|
A D | s_fabsl.S | 58 .global __libm_fabsl#
|
/sysdeps/hppa/ |
A D | start.S | 37 .import $global$, data 99 ldo R'$global$-$PIC_pcrel$0+5(%r1), %dp 107 ldil L%$global$, %dp 108 ldo R%$global$(%dp), %dp
|
/sysdeps/powerpc/ |
A D | ifunc-sel.h | 5 extern int global; 30 : "i" (&global), "i" (f1), "i" (f2), "i" (f3) in ifunc_sel()
|
/sysdeps/ia64/ |
A D | sysdep.h | 33 .global C_SYMBOL_NAME(name); \ 48 .global name; \
|
/sysdeps/i386/ |
A D | dl-tlsdesc.S | 35 .global _dl_tlsdesc_return 57 .global _dl_tlsdesc_undefweak 71 .global _dl_tlsdesc_dynamic
|
/sysdeps/powerpc/fpu/ |
A D | tst-setcontext-fpscr.c | 33 volatile int global; variable 315 if (++global == 1) in main() 324 if (global != 2) in main() 332 global = 0; in main() 339 if (++global == 1) in main() 351 if (global != 2) in main()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | rt_sigaction.S | 69 .global __syscall_sigreturn; 83 .global __syscall_rt_sigreturn;
|
/sysdeps/aarch64/ |
A D | crti.S | 74 .global _init 93 .global _fini
|
/sysdeps/x86_64/ |
A D | dl-tlsdesc.S | 35 .global _dl_tlsdesc_return 57 .global _dl_tlsdesc_undefweak 71 .global _dl_tlsdesc_dynamic
|
/sysdeps/nios2/ |
A D | crti.S | 59 .global _init 87 .global _fini
|
/sysdeps/sh/ |
A D | crti.S | 60 .global _init 106 .global _fini
|
Completed in 43 milliseconds
123456