Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 28) sorted by relevance

12

/RvlSDK-3.1.4/build/demos/axdemo/src/
Dsyndemo.c129 int old; in programChange() local
143 old = OSDisableInterrupts(); in programChange()
147 OSRestoreInterrupts(old); in programChange()
166 int old; in startNote() local
172 old = OSDisableInterrupts(); in startNote()
176 OSRestoreInterrupts(old); in startNote()
190 int old; in stopNote() local
196 old = OSDisableInterrupts(); in stopNote()
216 OSRestoreInterrupts(old); in stopNote()
226 int old; in holdPedalDown() local
[all …]
Dexpdelay.c183 BOOL old; in stop_voice() local
185 old = OSDisableInterrupts(); in stop_voice()
208 (void)OSRestoreInterrupts(old); in stop_voice()
224 BOOL old; in stop_all_voices() local
228 old = OSDisableInterrupts(); in stop_all_voices()
247 (void)OSRestoreInterrupts(old); in stop_all_voices()
266 BOOL old; in play_sfx() local
269 old = OSDisableInterrupts(); in play_sfx()
290 (void)OSRestoreInterrupts(old); in play_sfx()
295 (void)OSRestoreInterrupts(old); in play_sfx()
[all …]
DexpdelayDpl2.c186 BOOL old; in stop_voice() local
188 old = OSDisableInterrupts(); in stop_voice()
211 (void)OSRestoreInterrupts(old); in stop_voice()
227 BOOL old; in stop_all_voices() local
231 old = OSDisableInterrupts(); in stop_all_voices()
250 (void)OSRestoreInterrupts(old); in stop_all_voices()
269 BOOL old; in play_sfx() local
272 old = OSDisableInterrupts(); in play_sfx()
293 (void)OSRestoreInterrupts(old); in play_sfx()
298 (void)OSRestoreInterrupts(old); in play_sfx()
[all …]
DexpreverbStd.c183 BOOL old; in stop_voice() local
185 old = OSDisableInterrupts(); in stop_voice()
208 (void)OSRestoreInterrupts(old); in stop_voice()
224 BOOL old; in stop_all_voices() local
228 old = OSDisableInterrupts(); in stop_all_voices()
247 (void)OSRestoreInterrupts(old); in stop_all_voices()
266 BOOL old; in play_sfx() local
269 old = OSDisableInterrupts(); in play_sfx()
290 (void)OSRestoreInterrupts(old); in play_sfx()
295 (void)OSRestoreInterrupts(old); in play_sfx()
[all …]
DexpreverbHiDpl2.c189 BOOL old; in stop_voice() local
191 old = OSDisableInterrupts(); in stop_voice()
214 (void)OSRestoreInterrupts(old); in stop_voice()
230 BOOL old; in stop_all_voices() local
234 old = OSDisableInterrupts(); in stop_all_voices()
253 (void)OSRestoreInterrupts(old); in stop_all_voices()
272 BOOL old; in play_sfx() local
275 old = OSDisableInterrupts(); in play_sfx()
296 (void)OSRestoreInterrupts(old); in play_sfx()
301 (void)OSRestoreInterrupts(old); in play_sfx()
[all …]
Dexpchorus.c184 BOOL old; in stop_voice() local
186 old = OSDisableInterrupts(); in stop_voice()
209 (void)OSRestoreInterrupts(old); in stop_voice()
225 BOOL old; in stop_all_voices() local
229 old = OSDisableInterrupts(); in stop_all_voices()
248 (void)OSRestoreInterrupts(old); in stop_all_voices()
267 BOOL old; in play_sfx() local
270 old = OSDisableInterrupts(); in play_sfx()
291 (void)OSRestoreInterrupts(old); in play_sfx()
296 (void)OSRestoreInterrupts(old); in play_sfx()
[all …]
DexpreverbStdDpl2.c186 BOOL old; in stop_voice() local
188 old = OSDisableInterrupts(); in stop_voice()
211 (void)OSRestoreInterrupts(old); in stop_voice()
227 BOOL old; in stop_all_voices() local
231 old = OSDisableInterrupts(); in stop_all_voices()
250 (void)OSRestoreInterrupts(old); in stop_all_voices()
269 BOOL old; in play_sfx() local
272 old = OSDisableInterrupts(); in play_sfx()
293 (void)OSRestoreInterrupts(old); in play_sfx()
298 (void)OSRestoreInterrupts(old); in play_sfx()
[all …]
DexpchorusDpl2.c183 BOOL old; in stop_voice() local
185 old = OSDisableInterrupts(); in stop_voice()
208 (void)OSRestoreInterrupts(old); in stop_voice()
224 BOOL old; in stop_all_voices() local
228 old = OSDisableInterrupts(); in stop_all_voices()
247 (void)OSRestoreInterrupts(old); in stop_all_voices()
266 BOOL old; in play_sfx() local
269 old = OSDisableInterrupts(); in play_sfx()
290 (void)OSRestoreInterrupts(old); in play_sfx()
295 (void)OSRestoreInterrupts(old); in play_sfx()
[all …]
Ddpl2reverb.c227 BOOL old; in stop_voice() local
229 old = OSDisableInterrupts(); in stop_voice()
252 OSRestoreInterrupts(old); in stop_voice()
268 BOOL old; in stop_all_voices() local
272 old = OSDisableInterrupts(); in stop_all_voices()
291 OSRestoreInterrupts(old); in stop_all_voices()
310 BOOL old; in play_sfx() local
313 old = OSDisableInterrupts(); in play_sfx()
333 OSRestoreInterrupts(old); in play_sfx()
338 OSRestoreInterrupts(old); in play_sfx()
[all …]
DexpreverbHi.c183 BOOL old; in stop_voice() local
185 old = OSDisableInterrupts(); in stop_voice()
208 (void)OSRestoreInterrupts(old); in stop_voice()
224 BOOL old; in stop_all_voices() local
228 old = OSDisableInterrupts(); in stop_all_voices()
247 (void)OSRestoreInterrupts(old); in stop_all_voices()
266 BOOL old; in play_sfx() local
269 old = OSDisableInterrupts(); in play_sfx()
290 (void)OSRestoreInterrupts(old); in play_sfx()
295 (void)OSRestoreInterrupts(old); in play_sfx()
[all …]
Dcompressor.c235 BOOL old; in ax_profile_update() local
249 old = OSDisableInterrupts(); in ax_profile_update()
273 OSRestoreInterrupts(old); in ax_profile_update()
283 OSRestoreInterrupts(old); in ax_profile_update()
392 BOOL old; in MNU_toggle_comp() local
394 old = OSDisableInterrupts(); in MNU_toggle_comp()
399 OSRestoreInterrupts(old); in MNU_toggle_comp()
530 BOOL old; in stop_all_sfx() local
532 old = OSDisableInterrupts(); in stop_all_sfx()
542 OSRestoreInterrupts(old); in stop_all_sfx()
[all …]
DfxbussendDpl2.c207 BOOL old; in stop_voice() local
209 old = OSDisableInterrupts(); in stop_voice()
232 (void)OSRestoreInterrupts(old); in stop_voice()
248 BOOL old; in stop_all_voices() local
252 old = OSDisableInterrupts(); in stop_all_voices()
271 (void)OSRestoreInterrupts(old); in stop_all_voices()
290 BOOL old; in play_sfx() local
293 old = OSDisableInterrupts(); in play_sfx()
314 (void)OSRestoreInterrupts(old); in play_sfx()
319 (void)OSRestoreInterrupts(old); in play_sfx()
[all …]
Dfxbussend.c216 BOOL old; in stop_voice() local
218 old = OSDisableInterrupts(); in stop_voice()
241 (void)OSRestoreInterrupts(old); in stop_voice()
257 BOOL old; in stop_all_voices() local
261 old = OSDisableInterrupts(); in stop_all_voices()
280 (void)OSRestoreInterrupts(old); in stop_all_voices()
299 BOOL old; in play_sfx() local
302 old = OSDisableInterrupts(); in play_sfx()
323 (void)OSRestoreInterrupts(old); in play_sfx()
328 (void)OSRestoreInterrupts(old); in play_sfx()
[all …]
Daxfilter.c303 BOOL old; in stop_all_voices() local
305 old = OSDisableInterrupts(); in stop_all_voices()
318 OSRestoreInterrupts(old); in stop_all_voices()
347 BOOL old; in play_sound() local
353 old = OSDisableInterrupts(); in play_sound()
423 OSRestoreInterrupts(old); in play_sound()
429 OSRestoreInterrupts(old); in play_sound()
647 BOOL old; in MNU_compressor() local
649 old = OSDisableInterrupts(); in MNU_compressor()
654 OSRestoreInterrupts(old); in MNU_compressor()
[all …]
/RvlSDK-3.1.4/build/demos/spdemo/src/
Dspdemo.c189 BOOL old; in ax_profile_update() local
203 old = OSDisableInterrupts(); in ax_profile_update()
227 OSRestoreInterrupts(old); in ax_profile_update()
236 OSRestoreInterrupts(old); in ax_profile_update()
293 BOOL old; in MNU_stop_sfx() local
295 old = OSDisableInterrupts(); in MNU_stop_sfx()
305 OSRestoreInterrupts(old); in MNU_stop_sfx()
326 BOOL old; in MNU_stop_looping() local
328 old = OSDisableInterrupts(); in MNU_stop_looping()
338 OSRestoreInterrupts(old); in MNU_stop_looping()
[all …]
/RvlSDK-3.1.4/build/libraries/demo/src/
DDEMOAVX.c131 BOOL old; in DEMOAVXGetNumFilled() local
133 old = OSDisableInterrupts(); in DEMOAVXGetNumFilled()
138 OSRestoreInterrupts(old); in DEMOAVXGetNumFilled()
253 BOOL old; in DEMOAVXAttach() local
272 old = OSDisableInterrupts(); in DEMOAVXAttach()
276 OSRestoreInterrupts(old); in DEMOAVXAttach()
DDEMOWin.c374 BOOL old; in DEMOWinDestroyWindow() local
379 old = OSDisableInterrupts(); in DEMOWinDestroyWindow()
393 OSRestoreInterrupts(old); in DEMOWinDestroyWindow()
510 BOOL old; in DEMOWinLogPrintf() local
520 old = OSDisableInterrupts(); in DEMOWinLogPrintf()
560 OSRestoreInterrupts(old); in DEMOWinLogPrintf()
577 BOOL old; in DEMOWinPrintfXY() local
593 old = OSDisableInterrupts(); in DEMOWinPrintfXY()
615 OSRestoreInterrupts(old); in DEMOWinPrintfXY()
633 BOOL old; in DEMOWinScrollWindow() local
[all …]
/RvlSDK-3.1.4/build/libraries/sp/src/
Dsp.c148 int old; in SPPrepareSound() local
168 old = OSDisableInterrupts(); in SPPrepareSound()
212 OSRestoreInterrupts(old); in SPPrepareSound()
225 old = OSDisableInterrupts(); in SPPrepareSound()
272 OSRestoreInterrupts(old); in SPPrepareSound()
284 old = OSDisableInterrupts(); in SPPrepareSound()
328 OSRestoreInterrupts(old); in SPPrepareSound()
340 old = OSDisableInterrupts(); in SPPrepareSound()
384 OSRestoreInterrupts(old); in SPPrepareSound()
396 old = OSDisableInterrupts(); in SPPrepareSound()
[all …]
/RvlSDK-3.1.4/build/demos/mididemo/src/
Dsynth.c69 int old; in programChange() local
77 old = OSDisableInterrupts(); in programChange()
79 OSRestoreInterrupts(old); in programChange()
87 int old = OSDisableInterrupts(); in input() local
89 OSRestoreInterrupts(old); in input()
/RvlSDK-3.1.4/build/libraries/seq/src/
Dseq.c98 int old; in __SEQPushSequenceList() local
100 old = OSDisableInterrupts(); in __SEQPushSequenceList()
109 OSRestoreInterrupts(old); in __SEQPushSequenceList()
118 int old; in __SEQRemoveSequenceFromList() local
121 old = OSDisableInterrupts(); in __SEQRemoveSequenceFromList()
136 OSRestoreInterrupts(old); in __SEQRemoveSequenceFromList()
692 int old = OSDisableInterrupts(); in SEQSetState() local
709 OSRestoreInterrupts(old); in SEQSetState()
722 int old; in SEQSetState() local
726 old = OSDisableInterrupts(); in SEQSetState()
[all …]
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c115 BOOL old; in THPSimpleInit() local
128 old = OSDisableInterrupts(); in THPSimpleInit()
141 OSRestoreInterrupts(old); in THPSimpleInit()
149 OSRestoreInterrupts(old); in THPSimpleInit()
180 BOOL old; in THPSimpleQuit() local
184 old = OSDisableInterrupts(); in THPSimpleQuit()
191 OSRestoreInterrupts(old); in THPSimpleQuit()
799 BOOL old; in THPSimpleDecode() local
840 old = OSDisableInterrupts(); in THPSimpleDecode()
846 OSRestoreInterrupts(old); in THPSimpleDecode()
[all …]
Daxseq.c71 int old = OSEnableInterrupts(); in CallbackAudioFrame() local
82 OSRestoreInterrupts(old); in CallbackAudioFrame()
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c129 BOOL old; in THPPlayerInit() local
146 old = OSDisableInterrupts(); in THPPlayerInit()
159 OSRestoreInterrupts(old); in THPPlayerInit()
167 OSRestoreInterrupts(old); in THPPlayerInit()
198 BOOL old; in THPPlayerQuit() local
202 old = OSDisableInterrupts(); in THPPlayerQuit()
209 OSRestoreInterrupts(old); in THPPlayerQuit()
1483 BOOL old; in THPAudioMixCallback() local
1491 old = OSEnableInterrupts(); in THPAudioMixCallback()
1497 OSRestoreInterrupts(old); in THPAudioMixCallback()
[all …]
/RvlSDK-3.1.4/build/demos/thpdemo/src/THPPlayerStrmAX/
Dmain.c294 BOOL old; in CallbackAudioFrame() local
296 old = OSEnableInterrupts(); in CallbackAudioFrame()
302 OSRestoreInterrupts(old); in CallbackAudioFrame()
/RvlSDK-3.1.4/build/demos/wpaddemo/src/
Dwpad_spdemo.c581 BOOL old; in PlaySfx() local
583 old = OSDisableInterrupts(); in PlaySfx()
620 OSRestoreInterrupts(old); in PlaySfx()
632 BOOL old; in StopSfx() local
634 old = OSDisableInterrupts(); in StopSfx()
644 OSRestoreInterrupts(old); in StopSfx()

12