| /RvlSDK-3.1/build/demos/carddemo/src/ |
| D | create-bnr-4icon.c | 353 OSTime time; in NewFileName() local 356 time = OSGetTime(); in NewFileName() 357 OSTicksToCalendarTime(time, &ct); in NewFileName()
|
| D | create-1icon.c | 396 OSTime time; in NewFileName() local 399 time = OSGetTime(); in NewFileName() 400 OSTicksToCalendarTime(time, &ct); in NewFileName()
|
| D | create-8icon.c | 411 OSTime time; in NewFileName() local 414 time = OSGetTime(); in NewFileName() 415 OSTicksToCalendarTime(time, &ct); in NewFileName()
|
| D | create.c | 159 OSReport("time %d\n", stat.time); in main()
|
| D | list.c | 148 OSTicksToCalendarTime(OSSecondsToTicks((OSTime) stat.time), &ct); in main()
|
| D | save.c | 187 OSReport("time %d\n", stat.time); in main()
|
| D | listdemo.c | 961 OSTime time; in NewFileName() local 964 time = OSGetTime(); in NewFileName() 965 OSTicksToCalendarTime(time, &ct); in NewFileName()
|
| /RvlSDK-3.1/include/revolution/vi/ |
| D | vifuncs.h | 156 VITimeToDIM VISetTimeToDimming ( VITimeToDIM time );
|
| /RvlSDK-3.1/include/revolution/os/ |
| D | OSAlarm.h | 112 void OSSetAbsAlarm ( OSAlarm* alarm, OSTime time, OSAlarmHandler handler );
|
| /RvlSDK-3.1/build/demos/thpdemo/src/THPSimple/ |
| D | THPSimple.c | 1367 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/ |
| D | THPPlayer.c | 1794 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/ |
| D | THPSimple.h | 106 extern BOOL THPSimpleSetVolume(s32 vol, s32 time);
|
| D | THPPlayer.h | 128 extern BOOL THPPlayerSetVolume(s32 vol, s32 time);
|
| /RvlSDK-3.1/include/revolution/ |
| D | axfx.h | 344 f32 time; member 371 f32 time; member 591 f32 time; member 616 f32 time; member
|
| D | card.h | 199 u32 time; // seconds since 2000/01/01 midnight member
|
| D | wpad.h | 677 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time );
|
| /RvlSDK-3.1/build/demos/axdemo/src/ |
| D | dpl2reverb.c | 753 reverbStd.time = 3.0f; in init_effects() 759 reverbHi.time = 3.0f; in init_effects() 766 reverbDPL2.time = 3.0f; in init_effects()
|
| D | axfilter.c | 898 reverbStd.time = 3.0f; in init_effects() 904 reverbHi.time = 3.0f; in init_effects() 911 reverbDPL2.time = 3.0f; in init_effects()
|
| D | seqdemo.c | 198 reverbStd.time = 3.0f; in setupAudioSystem() 204 reverbHi.time = 3.0f; in setupAudioSystem()
|
| /RvlSDK-3.1/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | main.c | 318 RevH.time = 3.0f; in AXSetup()
|
| /RvlSDK-3.1/ |
| D | readme-RVL_SDK-3_1-patch2.txt | 45 …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.
|
| D | readme-RVL_SDK-3_1-patch4.txt | 46 …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/ |
| D | sample.c | 650 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/ |
| D | wpadsample.c | 1068 OSTime time; in renderStatus() local 1121 WPADGetGameDataTimeStamp(i, &time); in renderStatus() 1122 OSTicksToCalendarTime(time, &ct); in renderStatus()
|
| /RvlSDK-3.1/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 2455 tm = time( NULL ); in TCGetTime()
|