Home
last modified time | relevance | path

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

/dports/games/fmars/fmars-0.0.207/
H A Dexhaust.c78 int OPT_processes = 8000; /* default max. procs./warrior */ variable
157 fm_asm_string (buf, NULL, &war, NWarriors, OPT_coresize, OPT_processes, in import_warriors()
511 OPT_processes = atoi (argv[++n]);
512 if (OPT_processes <= 0)
581 fmars_alloc (NWarriors, OPT_coresize, OPT_processes, OPT_cycles, in main()
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dexhaust.c66 int OPT_processes = 8000; /* default max. procs./warrior */ variable
448 OPT_processes = atoi( argv[++n] ); in readargs()
449 if ( OPT_processes <= 0 ) in readargs()
513 if (! sim_alloc_bufs( NWarriors, OPT_coresize, OPT_processes, OPT_cycles)) in main()
/dports/games/exhaust/exhaust-1.9.2/
H A Dexhaust.c67 int OPT_processes = 8000; /* default max. procs./warrior */ variable
510 OPT_processes = atoi( argv[++n] ); in readargs()
511 if ( OPT_processes <= 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.c67 int OPT_processes = 8000; /* default max. procs./warrior */ variable
510 OPT_processes = atoi( argv[++n] ); in readargs()
511 if ( OPT_processes <= 0 ) in readargs()
576 if (! sim_alloc_bufs( NWarriors, OPT_coresize, OPT_processes, OPT_cycles)) in main()
/dports/games/tycho/tycho/
H A Dexhaust.c66 int OPT_processes = 8000; /* default max. procs./warrior */ variable
589 OPT_processes = atoi (argv[++n]); in readargs()
590 if (OPT_processes <= 0) in readargs()
674 if (!sim_alloc_bufs (NWarriors, OPT_coresize, OPT_processes, OPT_cycles)) in main()
/dports/games/species/tycho/
H A Dexhaust.c66 int OPT_processes = 8000; /* default max. procs./warrior */ variable
589 OPT_processes = atoi (argv[++n]); in readargs()
590 if (OPT_processes <= 0) in readargs()
674 if (!sim_alloc_bufs (NWarriors, OPT_coresize, OPT_processes, OPT_cycles)) in main()