Home
last modified time | relevance | path

Searched refs:PrintMSec (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dlib-std.h242 ccp PrintMSec ( char * buf, int bufsize, u32 msec, bool PrintMSec );
H A Dlib-std.c1099 ccp PrintMSec ( char * buf, int bufsize, u32 msec, bool PrintMSec ) in PrintMSec() function
1101 if (PrintMSec) in PrintMSec()
H A Dlib-sf.c2141 ccp time1 = PrintMSec(buf1,sizeof(buf1),elapsed,sf->show_msec); in PrintProgressSF()
2142 ccp time2 = PrintMSec(buf2,sizeof(buf2),eta,false); in PrintProgressSF()
2221 ccp tim = PrintMSec(timbuf,sizeof(timbuf),elapsed,sf->show_msec); in PrintSummarySF()