Home
last modified time | relevance | path

Searched refs:OSTime (Results 1 – 21 of 21) sorted by relevance

/RvlSDK-3.2.2/include/revolution/os/
DOSAlarm.h92 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,
DOSThread.h233 void OSSleepTicks ( OSTime ticks );
235 #define OSSleepSeconds( sec ) OSSleepTicks( OSSecondsToTicks((OSTime)sec) )
236 #define OSSleepMilliseconds( msec ) OSSleepTicks( OSMillisecondsToTicks((OSTime)msec) )
237 #define OSSleepMicroseconds( usec ) OSSleepTicks( OSMicrosecondsToTicks((OSTime)usec) )
238 #define OSSleepNanoseconds( nsec ) OSSleepTicks( OSNanosecondsToTicks((OSTime)nsec) )
DOSInterrupt.h211 extern volatile OSTime __OSLastInterruptTime; // OSGetTime() value at the interrupt
/RvlSDK-3.2.2/include/revolution/
Dos.h549 typedef s64 OSTime; typedef
584 OSTime OSGetTime( void );
601 OSTime OSCalendarTimeToTicks( OSCalendarTime* td );
602 void OSTicksToCalendarTime( OSTime ticks, OSCalendarTime* td );
612 OSTime total; // total time running
613 OSTime min; // smallest time measured
614 OSTime max; // longest time measured
616 OSTime last; // time at which this sw was last started
625 OSTime OSCheckStopwatch ( OSStopwatch* sw );
Ddsp.h142 OSTime t_context;
143 OSTime t_task;
Dax.h166 OSTime axFrameStart;
167 OSTime auxProcessingStart;
168 OSTime auxProcessingEnd;
169 OSTime userCallbackStart;
170 OSTime userCallbackEnd;
171 OSTime axFrameEnd;
Dwpad.h693 s32 WPADGetGameDataTimeStamp ( s32 chan, OSTime *time );
/RvlSDK-3.2.2/build/demos/osdemo/src/
Dtimerdemo.c51 OSTime t; in AlarmHandler()
61 OSTime now; in main()
Dreport.c93 OSTime t1, t2; in main()
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dmemory.c62 OSTime start[WPAD_MAX_CONTROLLERS];
63 OSTime end[WPAD_MAX_CONTROLLERS];
152 OSTime t; in ReadCallback()
Dwpad_seqdemo.c120 OSTime pending;
Dwpadsample.c1121 OSTime time; in renderStatus()
/RvlSDK-3.2.2/build/demos/kpaddemo/src/
Dsample.c678 static OSTime time ; in draw_sampling_rate()
681 OSTime t ; in draw_sampling_rate()
684 if ( OSTicksToSeconds((OSTime)(t - time)) > 0 ) { in draw_sampling_rate()
698 static OSTime time ; in draw_battery_level()
700 OSTime t ; in draw_battery_level()
706 if ( OSTicksToSeconds((OSTime)(t - time)) > 0 ) { in draw_battery_level()
/RvlSDK-3.2.2/build/demos/darchdemo/src/
Ddarchdemo.c191 OSTime start, end; in main()
/RvlSDK-3.2.2/build/demos/wbcdemo/src/
Dsimple_wbc.c64 OSTime t=OSGetTime(); in WaitMilliTime()
Dbalance.c65 OSTime t=OSGetTime(); in WaitMilliTime()
Dhandling_weight.c110 OSTime t=OSGetTime(); in WaitMilliTime()
/RvlSDK-3.2.2/build/demos/fntdemo/src/
Dfntdemo1.c534 OSTime timeStart; in main()
/RvlSDK-3.2.2/build/demos/axdemo/src/
Dcompressor.c711 OSTime now; in do_test()
/RvlSDK-3.2.2/RVL/bin/demos/gxdemo/
Dsmp-onetri.map574 00008ed0 000414 8000f670 0000b830 1 .text os.a OSTime.o
575 00008ed0 000018 8000f670 0000b830 4 OSGetTime os.a OSTime.o
576 00008ee8 000008 8000f688 0000b848 4 OSGetTick os.a OSTime.o
577 UNUSED 000014 ........ ........ __SetTime os.a OSTime.o
578 UNUSED 000084 ........ ........ __OSSetTime os.a OSTime.o
579 00008ef0 000064 8000f690 0000b850 4 __OSGetSystemTime os.a OSTime.o
580 00008f54 000058 8000f6f4 0000b8b4 4 __OSTimeToSystemTime os.a OSTime.o
581 UNUSED 000008 ........ ........ __OSSetTick os.a OSTime.o
582 00008fac 000170 8000f74c 0000b90c 4 GetDates os.a OSTime.o
583 0000911c 0001c8 8000f8bc 0000ba7c 4 OSTicksToCalendarTime os.a OSTime.o
[all …]
/RvlSDK-3.2.2/RVL/bin/demos/thpdemo/
DTHPSimple.map639 0000afa8 000414 80011748 0000d908 1 .text os.a OSTime.o
640 0000afa8 000018 80011748 0000d908 4 OSGetTime os.a OSTime.o
641 0000afc0 000008 80011760 0000d920 4 OSGetTick os.a OSTime.o
642 UNUSED 000014 ........ ........ __SetTime os.a OSTime.o
643 UNUSED 000084 ........ ........ __OSSetTime os.a OSTime.o
644 0000afc8 000064 80011768 0000d928 4 __OSGetSystemTime os.a OSTime.o
645 0000b02c 000058 800117cc 0000d98c 4 __OSTimeToSystemTime os.a OSTime.o
646 UNUSED 000008 ........ ........ __OSSetTick os.a OSTime.o
647 0000b084 000170 80011824 0000d9e4 4 GetDates os.a OSTime.o
648 0000b1f4 0001c8 80011994 0000db54 4 OSTicksToCalendarTime os.a OSTime.o
[all …]