| /RvlSDK-3.3/build/demos/thpdemo/src/THPSimple/ |
| D | THPSimple.c | 1412 BOOL THPSimpleSetVolume(s32 vol, s32 time) in THPSimpleSetVolume() argument 1438 if (time > 60000) in THPSimpleSetVolume() 1440 time = 60000; in THPSimpleSetVolume() 1443 if (time < 0) in THPSimpleSetVolume() 1445 time = 0; in THPSimpleSetVolume() 1452 if (time) in THPSimpleSetVolume() 1454 SimpleControl.rampCount = samplePerMs * time; in THPSimpleSetVolume()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayer/ |
| D | THPPlayer.c | 1836 BOOL THPPlayerSetVolume(s32 vol, s32 time) in THPPlayerSetVolume() argument 1862 if (time > 60000) in THPPlayerSetVolume() 1864 time = 60000; in THPPlayerSetVolume() 1867 if (time < 0) in THPPlayerSetVolume() 1869 time = 0; in THPPlayerSetVolume() 1876 if (time) in THPPlayerSetVolume() 1878 ActivePlayer.rampCount = samplePerMs * time; in THPPlayerSetVolume()
|
| /RvlSDK-3.3/include/revolution/vi/ |
| D | vifuncs.h | 156 VITimeToDIM VISetTimeToDimming ( VITimeToDIM time );
|
| /RvlSDK-3.3/include/revolution/os/ |
| D | OSAlarm.h | 112 void OSSetAbsAlarm ( OSAlarm* alarm, OSTime time, OSAlarmHandler handler );
|
| /RvlSDK-3.3/include/revolution/ |
| D | axfx.h | 344 f32 time; member 371 f32 time; member 591 f32 time; member 616 f32 time; member
|
| D | wpad.h | 799 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time );
|
| /RvlSDK-3.3/build/demos/thpdemo/include/ |
| D | THPSimple.h | 118 extern BOOL THPSimpleSetVolume(s32 vol, s32 time);
|
| D | THPPlayer.h | 135 extern BOOL THPPlayerSetVolume(s32 vol, s32 time);
|
| /RvlSDK-3.3/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.3/build/demos/kpaddemo/src/ |
| D | sample.c | 672 static OSTime time ; in draw_sampling_rate() local 678 if ( OSTicksToSeconds((OSTime)(t - time)) > 0 ) { in draw_sampling_rate() 679 time = t ; in draw_sampling_rate() 695 static OSTime time ; in draw_battery_level() local 703 if ( OSTicksToSeconds((OSTime)(t - time)) > 0 ) { in draw_battery_level() 704 time = t ; in draw_battery_level()
|
| D | mpls.c | 637 static OSTime time; in draw_sampling_rate() local 643 if (OSTicksToSeconds((OSTime)(t - time)) > 0) { in draw_sampling_rate() 644 time = t; in draw_sampling_rate()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | main.c | 318 RevH.time = 3.0f; in AXSetup()
|
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | wpadsample.c | 1192 OSTime time; in renderStatus() local 1292 if (WPADGetGameDataTimeStamp(i, &time) == WPAD_ERR_INVALID) in renderStatus() 1298 OSTicksToCalendarTime(time, &ct); in renderStatus()
|
| /RvlSDK-3.3/vcmv/ |
| D | Readme_en.txt | 217 ** same time on the system. ** 261 * Fixed a bug that display collapses only first time when specific HTML code is read. 446 extra pictures. These pages have a short loading time, which made the 562 be ready in time for launch title final debug and lot check.
|
| /RvlSDK-3.3/vcmv/bin/RVL/ |
| D | VcmvTestD.map | 786 00011490 000078 80018610 000147f0 1 .text osD.a time.dolphin.o 787 00011490 000020 80018610 000147f0 16 __get_clock osD.a time.dolphin.o 788 000114b0 000050 80018630 00014810 16 __get_time osD.a time.dolphin.o 789 00011500 000008 80018680 00014860 16 __to_gm_time osD.a time.dolphin.o 7108 …PCEABI.bare.H.a D:\workspace\EPPC\TempBuildMSL\PowerPC_EABI_Support\MSL\MSL_C\MSL_Common\Src\time.o 7109 …PCEABI.bare.H.a D:\workspace\EPPC\TempBuildMSL\PowerPC_EABI_Support\MSL\MSL_C\MSL_Common\Src\time.o 7110 …PCEABI.bare.H.a D:\workspace\EPPC\TempBuildMSL\PowerPC_EABI_Support\MSL\MSL_C\MSL_Common\Src\time.o 7111 …PCEABI.bare.H.a D:\workspace\EPPC\TempBuildMSL\PowerPC_EABI_Support\MSL\MSL_C\MSL_Common\Src\time.o 7112 …PCEABI.bare.H.a D:\workspace\EPPC\TempBuildMSL\PowerPC_EABI_Support\MSL\MSL_C\MSL_Common\Src\time.o 7113 …PCEABI.bare.H.a D:\workspace\EPPC\TempBuildMSL\PowerPC_EABI_Support\MSL\MSL_C\MSL_Common\Src\time.o [all …]
|
| /RvlSDK-3.3/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 2460 tm = time( NULL ); in TCGetTime()
|
| /RvlSDK-3.3/RVL/bin/demos/gxdemo/ |
| D | smp-onetri.map | 3809 00000248 000008 80051828 0004d9a8 8 @LOCAL@__GXShutdown__FiUl@time@0 gx.a GXInit.o
|
| /RvlSDK-3.3/RVL/bin/demos/thpdemo/ |
| D | THPSimple.map | 4416 00000278 000008 80067c78 00063df8 8 @LOCAL@__GXShutdown__FiUl@time@0 gx.a GXInit.o
|