Home
last modified time | relevance | path

Searched refs:end_msec (Results 1 – 5 of 5) sorted by path

/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_scrn.c1820 int end_msec; in SCR_showPerfTest() local
1845 end_msec = Sys_Milliseconds(); in SCR_showPerfTest()
1846 time_sec = ((float)(end_msec - test->start_msec)) / 1000.0f; in SCR_showPerfTest()
1857 test->start_msec = end_msec; in SCR_showPerfTest()
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_scrn.c1820 int end_msec; in SCR_showPerfTest() local
1845 end_msec = Sys_Milliseconds(); in SCR_showPerfTest()
1846 time_sec = ((float)(end_msec - test->start_msec)) / 1000.0f; in SCR_showPerfTest()
1857 test->start_msec = end_msec; in SCR_showPerfTest()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Ddrawing.c1908 long GetElapseTime(long start_sec, long start_msec, long end_sec, long end_msec) in GetElapseTime() argument
1911 long diff_msec=end_msec-start_msec; in GetElapseTime()
1935 long start_sec=0L, start_msec=0L, end_sec=0L, end_msec=0L; in BenchMark() local
1954 UtilGetMilliSecTime(&end_sec, &end_msec); in BenchMark()
1955 elapsed_msec = GetElapseTime(start_sec, start_msec, end_sec, end_msec); in BenchMark()
1990 UtilGetMilliSecTime(&end_sec, &end_msec); in BenchMark()
1991 elapsed_msec = GetElapseTime(start_sec, start_msec, end_sec, end_msec); in BenchMark()
/dports/multimedia/subtitleripper/subtitleripper/
H A Dsrttool.c95 unsigned int end_hour, end_min, end_sec, end_msec; in read_srt_time() local
100 &end_hour, &end_min, &end_sec, &end_msec); in read_srt_time()
113 stop_time->msec=end_msec; in read_srt_time()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/libzeitgeist/
H A Dtimerange.vala46 * @param end_msec ending timestamp in number of milliseconds
51 public TimeRange (int64 start_msec, int64 end_msec)
54 end = end_msec;
98 int64 end_msec = 0;
100 variant.get ("(xx)", &start_msec, &end_msec);
102 this (start_msec, end_msec);