Home | History | Annotate | Download | only in Clients

Lines Matching defs:ms

319 	int ms;
325 ms = sysTime.wMilliseconds;
330 ms = tv.tv_usec/1000;
332 printf("%2d:%02d:%02d.%03d ", tm.tm_hour, tm.tm_min, tm.tm_sec, ms);