Searched refs:global (Results 1 – 3 of 3) sorted by relevance
24 static int global; variable29 global = 1; in tf()85 if (global == 0) in do_test()
37 static int global; variable51 global *= val; in clh()52 global += val; in clh()157 global = 0; in do_test()190 if (global != expect[i]) in do_test()192 printf ("global = %d, expected %d\n", global, expect[i]); in do_test()
131 static volatile int global; variable159 if (++global == 1) in do_test()165 if (global != 2) in do_test()
Completed in 6 milliseconds