Searched refs:MSEC_PER_SEC (Results 1 – 5 of 5) sorted by relevance
16 #define MSEC_PER_SEC 1000L macro86 start = before.tv_sec*MSEC_PER_SEC + before.tv_nsec/NSEC_PER_MSEC; in main()87 finish = after.tv_sec*MSEC_PER_SEC + after.tv_nsec/NSEC_PER_MSEC; in main()90 printf("runTime: %4.2f\n", 1.0*total/MSEC_PER_SEC); in main()
5 #define MSEC_PER_SEC 1000L macro
117 #define MSEC_PER_SEC (1000L) macro118 #define USEC_PER_SEC (USEC_PER_MSEC * MSEC_PER_SEC)119 #define NSEC_PER_SEC (NSEC_PER_MSEC * MSEC_PER_SEC)
690 delay_msecs = top->delay_secs * MSEC_PER_SEC; in display_thread()
656 tts -= time_diff.tv_sec * MSEC_PER_SEC + in compute_tts()