Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 27) sorted by relevance

12

/RvlSDK-3.1/build/demos/carddemo/src/
Dcreate-bnr-4icon.c353 OSTime time; in NewFileName() local
356 time = OSGetTime(); in NewFileName()
357 OSTicksToCalendarTime(time, &ct); in NewFileName()
Dcreate-1icon.c396 OSTime time; in NewFileName() local
399 time = OSGetTime(); in NewFileName()
400 OSTicksToCalendarTime(time, &ct); in NewFileName()
Dcreate-8icon.c411 OSTime time; in NewFileName() local
414 time = OSGetTime(); in NewFileName()
415 OSTicksToCalendarTime(time, &ct); in NewFileName()
Dcreate.c159 OSReport("time %d\n", stat.time); in main()
Dlist.c148 OSTicksToCalendarTime(OSSecondsToTicks((OSTime) stat.time), &ct); in main()
Dsave.c187 OSReport("time %d\n", stat.time); in main()
Dlistdemo.c961 OSTime time; in NewFileName() local
964 time = OSGetTime(); in NewFileName()
965 OSTicksToCalendarTime(time, &ct); in NewFileName()
/RvlSDK-3.1/include/revolution/vi/
Dvifuncs.h156 VITimeToDIM VISetTimeToDimming ( VITimeToDIM time );
/RvlSDK-3.1/include/revolution/os/
DOSAlarm.h112 void OSSetAbsAlarm ( OSAlarm* alarm, OSTime time, OSAlarmHandler handler );
/RvlSDK-3.1/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c1367 BOOL THPSimpleSetVolume(s32 vol, s32 time) in THPSimpleSetVolume() argument
1393 if (time > 60000) in THPSimpleSetVolume()
1395 time = 60000; in THPSimpleSetVolume()
1398 if (time < 0) in THPSimpleSetVolume()
1400 time = 0; in THPSimpleSetVolume()
1407 if (time) in THPSimpleSetVolume()
1409 SimpleControl.rampCount = samplePerMs * time; in THPSimpleSetVolume()
/RvlSDK-3.1/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c1794 BOOL THPPlayerSetVolume(s32 vol, s32 time) in THPPlayerSetVolume() argument
1820 if (time > 60000) in THPPlayerSetVolume()
1822 time = 60000; in THPPlayerSetVolume()
1825 if (time < 0) in THPPlayerSetVolume()
1827 time = 0; in THPPlayerSetVolume()
1834 if (time) in THPPlayerSetVolume()
1836 ActivePlayer.rampCount = samplePerMs * time; in THPPlayerSetVolume()
/RvlSDK-3.1/build/demos/thpdemo/include/
DTHPSimple.h106 extern BOOL THPSimpleSetVolume(s32 vol, s32 time);
DTHPPlayer.h128 extern BOOL THPPlayerSetVolume(s32 vol, s32 time);
/RvlSDK-3.1/include/revolution/
Daxfx.h344 f32 time; member
371 f32 time; member
591 f32 time; member
616 f32 time; member
Dcard.h199 u32 time; // seconds since 2000/01/01 midnight member
Dwpad.h677 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time );
/RvlSDK-3.1/build/demos/axdemo/src/
Ddpl2reverb.c753 reverbStd.time = 3.0f; in init_effects()
759 reverbHi.time = 3.0f; in init_effects()
766 reverbDPL2.time = 3.0f; in init_effects()
Daxfilter.c898 reverbStd.time = 3.0f; in init_effects()
904 reverbHi.time = 3.0f; in init_effects()
911 reverbDPL2.time = 3.0f; in init_effects()
Dseqdemo.c198 reverbStd.time = 3.0f; in setupAudioSystem()
204 reverbHi.time = 3.0f; in setupAudioSystem()
/RvlSDK-3.1/build/demos/thpdemo/src/THPPlayerStrmAX/
Dmain.c318 RevH.time = 3.0f; in AXSetup()
/RvlSDK-3.1/
Dreadme-RVL_SDK-3_1-patch2.txt45 …script is available to check that appropriate firmware is used at startup time by the .elf file pa…
147 - The run-time library is compiled using CodeWarrior 3.0 Alpha 5 Patch 2
188 Before beginning sound playback, wait a short time after pointer startup.
Dreadme-RVL_SDK-3_1-patch4.txt46 …script is available to check that appropriate firmware is used at startup time by the .elf file pa…
140 - The run-time library is compiled using CodeWarrior 3.0 Alpha 5 Patch 2
181 Before beginning sound playback, wait a short time after pointer startup.
/RvlSDK-3.1/build/demos/kpaddemo/src/
Dsample.c650 static OSTime time; in draw_sampling_rate() local
656 if (OSTicksToSeconds((OSTime)(t - time)) > 0) { in draw_sampling_rate()
657 time = t; in draw_sampling_rate()
/RvlSDK-3.1/build/demos/wpaddemo/src/
Dwpadsample.c1068 OSTime time; in renderStatus() local
1121 WPADGetGameDataTimeStamp(i, &time); in renderStatus()
1122 OSTicksToCalendarTime(time, &ct); in renderStatus()
/RvlSDK-3.1/build/libraries/tc/src/
DTCTPLToolbox.cpp2455 tm = time( NULL ); in TCGetTime()

12