Searched refs:OSTime (Results 1 – 17 of 17) sorted by relevance
| /RvlSDK-2.1/include/revolution/os/ |
| D | OSAlarm.h | 92 OSTime fire; 97 OSTime period; 98 OSTime start; 110 void OSSetAlarm ( OSAlarm* alarm, OSTime tick, OSAlarmHandler handler ); 112 void OSSetAbsAlarm ( OSAlarm* alarm, OSTime time, OSAlarmHandler handler ); 113 void OSSetPeriodicAlarm ( OSAlarm* alarm, OSTime start, OSTime period,
|
| D | OSThread.h | 230 void OSSleepTicks ( OSTime ticks );
|
| D | OSInterrupt.h | 211 extern volatile OSTime __OSLastInterruptTime; // OSGetTime() value at the interrupt
|
| /RvlSDK-2.1/include/revolution/ |
| D | os.h | 548 typedef s64 OSTime; typedef 583 OSTime OSGetTime( void ); 600 OSTime OSCalendarTimeToTicks( OSCalendarTime* td ); 601 void OSTicksToCalendarTime( OSTime ticks, OSCalendarTime* td ); 611 OSTime total; // total time running 612 OSTime min; // smallest time measured 613 OSTime max; // longest time measured 615 OSTime last; // time at which this sw was last started 624 OSTime OSCheckStopwatch ( OSStopwatch* sw );
|
| D | dsp.h | 142 OSTime t_context; 143 OSTime t_task;
|
| D | ax.h | 107 OSTime axFrameStart; 108 OSTime auxProcessingStart; 109 OSTime auxProcessingEnd; 110 OSTime userCallbackStart; 111 OSTime userCallbackEnd; 112 OSTime axFrameEnd;
|
| D | wpad.h | 580 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time );
|
| /RvlSDK-2.1/build/demos/osdemo/src/ |
| D | timerdemo.c | 51 OSTime t; in AlarmHandler() 61 OSTime now; in main()
|
| D | report.c | 93 OSTime t1, t2; in main()
|
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | list.c | 145 OSTicksToCalendarTime(OSSecondsToTicks((OSTime) stat.time), &ct); in main()
|
| D | create-bnr-4icon.c | 353 OSTime time; in NewFileName()
|
| D | create-1icon.c | 396 OSTime time; in NewFileName()
|
| D | create-8icon.c | 411 OSTime time; in NewFileName()
|
| D | listdemo.c | 301 static OSTime BeginWaitAt; // Start time of the SUBSTATE_WAIT substate 961 OSTime time; in NewFileName()
|
| /RvlSDK-2.1/build/demos/axdemo/src/ |
| D | compressor.c | 728 OSTime now; in do_test()
|
| /RvlSDK-2.1/RVL/bin/demos/gxdemo/ |
| D | smp-onetri.map | 537 00007d74 0000dc 8000e494 0000a654 1 .text os.a OSTime.o 538 00007d74 000018 8000e494 0000a654 4 OSGetTime os.a OSTime.o 539 00007d8c 000008 8000e4ac 0000a66c 4 OSGetTick os.a OSTime.o 540 UNUSED 000014 ........ ........ __SetTime os.a OSTime.o 541 UNUSED 000084 ........ ........ __OSSetTime os.a OSTime.o 542 00007d94 000064 8000e4b4 0000a674 4 __OSGetSystemTime os.a OSTime.o 543 00007df8 000058 8000e518 0000a6d8 4 __OSTimeToSystemTime os.a OSTime.o 544 UNUSED 000008 ........ ........ __OSSetTick os.a OSTime.o 545 UNUSED 000170 ........ ........ GetDates os.a OSTime.o 546 UNUSED 0001c8 ........ ........ OSTicksToCalendarTime os.a OSTime.o [all …]
|
| /RvlSDK-2.1/RVL/bin/demos/thpdemo/ |
| D | THPSimple.map | 600 00009d70 0000dc 80010490 0000c650 1 .text os.a OSTime.o 601 00009d70 000018 80010490 0000c650 4 OSGetTime os.a OSTime.o 602 00009d88 000008 800104a8 0000c668 4 OSGetTick os.a OSTime.o 603 UNUSED 000014 ........ ........ __SetTime os.a OSTime.o 604 UNUSED 000084 ........ ........ __OSSetTime os.a OSTime.o 605 00009d90 000064 800104b0 0000c670 4 __OSGetSystemTime os.a OSTime.o 606 00009df4 000058 80010514 0000c6d4 4 __OSTimeToSystemTime os.a OSTime.o 607 UNUSED 000008 ........ ........ __OSSetTick os.a OSTime.o 608 UNUSED 000170 ........ ........ GetDates os.a OSTime.o 609 UNUSED 0001c8 ........ ........ OSTicksToCalendarTime os.a OSTime.o [all …]
|