Home
last modified time | relevance | path

Searched refs:end_replay (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/aranym/aranym-1.1.0/src/
H A Daudio_dma.cpp81 static uint32 start_replay, current_replay, end_replay; variable
88 if ((playing!=SDL_AUDIO_PLAYING) || (start_replay==0) || (end_replay==0)) in audio_callback()
94 int src_len = end_replay-current_replay; in audio_callback()
104 if (current_replay<end_replay) in audio_callback()
110 end_replay = getAUDIODMA()->end; in audio_callback()
112 D(bug("audiodma: playback loop: 0x%08x to 0x%08x", start_replay, end_replay)); in audio_callback()
187 start_replay = current_replay = end_replay = 0; in reset()
426 total_samples = (end_replay-start_replay)>>sample_size_shift; in updateCurrent()
435 if (current>end_replay) current=end_replay; in updateCurrent()
447 end_replay = end; in updateControl()
/dports/devel/libspice-server/spice-0.15.0/server/tests/
H A Dreplay.c201 static void end_replay(void) in end_replay() function
481 end_replay(); in main()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/extra/Xlab/
H A Dxlab.patch107 ! CreateTimer(5000, end_replay, (void *) 0);
119 ! CreateTimer(COMPLETION_DELAY, end_replay, (void *) 0);
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/online/
H A Dmultiplayer.gd366 self.bag.timers.set_timeout(self.REPLAY_INTERVAL, self, 'end_replay')
369 func end_replay():
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dreplay.c681 void end_replay() { in end_replay() function
728 end_replay(); in do_replay_move()
H A Dseg000.c945 if (replaying) end_replay(); in draw_game_frame()
1246 if (replaying) end_replay(); in check_the_end()
H A Dproto.h678 void end_replay();
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/
H A D00action_other.rpy461 renpy.end_replay()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dexports.py3512 def end_replay(): function