Lines Matching defs:run
100 static volatile int run = 0;
132 run = 0;
160 run = 0;
182 if (run)
456 #define COND(unused_cond) (run && count < INT_MAX)
1545 * So store the name here and run setup_engine() later on.
2621 * Here we perform a test run, comparing the output of a*B and b*A;
3362 run = 1;
3373 run = 1;
3649 for (count = 0; run && count < INT_MAX; count++) {