Home
last modified time | relevance | path

Searched refs:OPT_cycles (Results 1 – 6 of 6) sorted by relevance

/dports/games/fmars/fmars-0.0.207/
H A Dexhaust.c73 int OPT_cycles = 80000; /* cycles until tie */ variable
158 OPT_cycles, OPT_coresize / 16, OPT_maxlen, OPT_minsep, in import_warriors()
529 OPT_cycles = atoi (argv[++n]);
530 if (OPT_cycles <= 0)
581 fmars_alloc (NWarriors, OPT_coresize, OPT_processes, OPT_cycles, in main()
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dexhaust.c62 int OPT_cycles = 80000; /* cycles until tie */ variable
466 OPT_cycles = atoi( argv[++n] ); in readargs()
467 if ( OPT_cycles <= 0 ) in readargs()
513 if (! sim_alloc_bufs( NWarriors, OPT_coresize, OPT_processes, OPT_cycles)) in main()
/dports/games/tycho/tycho/
H A Dexhaust.c62 int OPT_cycles = 80000; /* cycles until tie */ variable
607 OPT_cycles = atoi (argv[++n]); in readargs()
608 if (OPT_cycles <= 0) in readargs()
674 if (!sim_alloc_bufs (NWarriors, OPT_coresize, OPT_processes, OPT_cycles)) in main()
701 OPT_cycles, NULL)) { in main()
721 if (ilen > OPT_cycles) in main()
/dports/games/species/tycho/
H A Dexhaust.c62 int OPT_cycles = 80000; /* cycles until tie */ variable
607 OPT_cycles = atoi (argv[++n]); in readargs()
608 if (OPT_cycles <= 0) in readargs()
674 if (!sim_alloc_bufs (NWarriors, OPT_coresize, OPT_processes, OPT_cycles)) in main()
701 OPT_cycles, NULL)) { in main()
721 if (ilen > OPT_cycles) in main()
/dports/games/exhaust/exhaust-1.9.2/
H A Dexhaust.c63 int OPT_cycles = 80000; /* cycles until tie */ variable
528 OPT_cycles = atoi( argv[++n] ); in readargs()
529 if ( OPT_cycles <= 0 ) in readargs()
576 if (! sim_alloc_bufs( NWarriors, OPT_coresize, OPT_processes, OPT_cycles)) in main()
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dexhaust.c63 int OPT_cycles = 80000; /* cycles until tie */ variable
528 OPT_cycles = atoi( argv[++n] ); in readargs()
529 if ( OPT_cycles <= 0 ) in readargs()
576 if (! sim_alloc_bufs( NWarriors, OPT_coresize, OPT_processes, OPT_cycles)) in main()