home *** CD-ROM | disk | FTP | other *** search
- void __AddTime(__reg("a0") struct timeval *dest,__reg("a1") struct timeval *src ,__reg("a6") void *)="\tjsr\t-42(a6)";
- #define AddTime(x1,x2) __AddTime((x1),(x2),TimerBase)
- void __SubTime(__reg("a0") struct timeval *dest,__reg("a1") struct timeval *src ,__reg("a6") void *)="\tjsr\t-48(a6)";
- #define SubTime(x1,x2) __SubTime((x1),(x2),TimerBase)
- LONG __CmpTime(__reg("a0") struct timeval *dest,__reg("a1") struct timeval *src ,__reg("a6") void *)="\tjsr\t-54(a6)";
- #define CmpTime(x1,x2) __CmpTime((x1),(x2),TimerBase)
- ULONG __ReadEClock(__reg("a0") struct EClockVal *dest ,__reg("a6") void *)="\tjsr\t-60(a6)";
- #define ReadEClock(x1) __ReadEClock((x1),TimerBase)
- void __GetSysTime(__reg("a0") struct timeval *dest ,__reg("a6") void *)="\tjsr\t-66(a6)";
- #define GetSysTime(x1) __GetSysTime((x1),TimerBase)
-