Home
last modified time | relevance | path

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

/dports/games/xorgramana/XorGramana-0.0.8/
H A Dplay_xor.c307 options->replay_speed=1; in replay_xor()
309 options->replay_speed=2; in replay_xor()
311 options->replay_speed=3; in replay_xor()
313 options->replay_speed=4; in replay_xor()
315 options->replay_speed=5; in replay_xor()
317 options->replay_speed=6; in replay_xor()
319 options->replay_speed=7; in replay_xor()
321 options->replay_speed=8; in replay_xor()
323 options->replay_speed=9; in replay_xor()
333 for(p=0;p<options->replay_speed;p++){ in replay_xor()
H A Doptions.c50 options->replay_speed=7; in options_create()
142 options->replay_speed=n; in options_replay_speed()
H A Doptions.h50 unsigned replay_speed : 4; member
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dvbl.cpp248 if (replay.replay_speed < MAXIMUM_REPLAY_SPEED) replay.replay_speed++; in increment_replay_speed()
254 if (replay.replay_speed > MINIMUM_REPLAY_SPEED) replay.replay_speed--; in decrement_replay_speed()
285 if(replay.replay_speed != MINIMUM_REPLAY_SPEED) in input_controller()
287 if (replay.replay_speed > 0 || (--phase<=0)) in input_controller()
289 short flag_count= MAX(replay.replay_speed, 1); in input_controller()
307 phase= -(replay.replay_speed) + 1; in input_controller()
567 replay.replay_speed= 1; in setup_for_replay_from_file()
H A Dvbl_definitions.h57 int16 replay_speed; member
/dports/net/samba412/samba-4.12.15/python/samba/emulate/
H A Dtraffic.py1307 replay_speed=1, argument
1339 wait = math.exp(log_wait_time) / (WAIT_SCALE * replay_speed)
1343 wait = math.exp(log_wait) / replay_speed
1367 def generate_conversation_sequences(self, packet_rate, duration, replay_speed=1, argument
1382 replay_speed=replay_speed,