Home
last modified time | relevance | path

Searched refs:GetTimerMSec (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwtest.c699 u32 t1 = GetTimerMSec(); in test_sha1()
702 t1 = GetTimerMSec() - t1; in test_sha1()
704 u32 t2 = GetTimerMSec(); in test_sha1()
707 t2 = GetTimerMSec() - t2; in test_sha1()
H A Ddebug.c53 unsigned GetTimerMSec();
66 unsigned msec = GetTimerMSec(); in trace_helper()
H A Dlib-std.h241 u32 GetTimerMSec();
H A Dlib-sf.c247 sf->progress_start_time = GetTimerMSec(); in ResetSF()
2120 const u32 now = GetTimerMSec(); in PrintProgressSF()
2219 const u32 elapsed = GetTimerMSec() - sf->progress_start_time; in PrintSummarySF()
5667 const u32 sec = GetTimerMSec() / 1000 + 1; in IteratorProgress()
H A Dwwt.c2519 fo.progress_start_time = GetTimerMSec(); in cmd_dup()
H A Dlib-std.c1085 u32 GetTimerMSec() in GetTimerMSec() function