Home
last modified time | relevance | path

Searched refs:steps_to_do (Results 1 – 5 of 5) sorted by relevance

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/PALETTE/Source/
H A Dpalette.c97 int steps_to_do; in palette_advance_all_fx() local
109 steps_to_do = result.quot; in palette_advance_all_fx()
115 steps_to_do++; in palette_advance_all_fx()
121 if (steps_to_do == 0) return; in palette_advance_all_fx()
135 palette_advance_effect(i, steps_to_do); in palette_advance_all_fx()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/sim.src/
H A Dsim.cc126 cl_sim::start(class cl_console_base *con, unsigned long steps_to_do) in start() argument
138 steps_todo= steps_to_do; in start()
H A Dsimcl.h74 virtual void start(class cl_console_base *con, unsigned long steps_to_do);
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dnewconf.cpp430 ld steps_to_do; variable
443 steps_to_do = 0; in nconf_prepare()
452 steps_to_do += d * algo_speed / 1000.; in nconf_run()
453 while(steps_to_do > 0) { in nconf_run()
459 steps_to_do -= pow(hr::isize(p.eqs), 2); in nconf_run()
/dports/games/simutrans/simutrans-121.0/vehicle/
H A Dsimvehicle.cc294 uint32 steps_to_do = distance >> YARDS_PER_VEHICLE_STEP_SHIFT; in do_drive() local
296 if( steps_to_do == 0 ) { in do_drive()
308 uint32 steps_target = steps_to_do + steps; in do_drive()