Searched refs:tmstart (Results 1 – 2 of 2) sorted by relevance
2698 static ULARGE_INTEGER tmstart; in app_tminterval() local2729 tmstart.u.LowPart = now.dwLowDateTime; in app_tminterval()2730 tmstart.u.HighPart = now.dwHighDateTime; in app_tminterval()2737 ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart) * 1e-7; in app_tminterval()2749 static struct timespec tmstart; in app_tminterval() local2752 static unsigned long tmstart; in app_tminterval() local2765 tmstart = now; in app_tminterval()2768 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9)); in app_tminterval()2772 tmstart = now; in app_tminterval()2774 ret = (now - tmstart) / (double)sysClkRateGet(); in app_tminterval()[all …]
268 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9);