Searched refs:replay_speed (Results 1 – 6 of 6) sorted by relevance
307 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()
50 options->replay_speed=7; in options_create()142 options->replay_speed=n; in options_replay_speed()
50 unsigned replay_speed : 4; member
248 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()
57 int16 replay_speed; member
1307 replay_speed=1, argument1339 wait = math.exp(log_wait_time) / (WAIT_SCALE * replay_speed)1343 wait = math.exp(log_wait) / replay_speed1367 def generate_conversation_sequences(self, packet_rate, duration, replay_speed=1, argument1382 replay_speed=replay_speed,