Searched refs:msec_loops (Results 1 – 1 of 1) sorted by relevance
126 static long msec_loops; variable1005 msec_loops = 0; in get_clock()1007 msec_loops++; in get_clock()1011 msec_loops *= CLOCKS_PER_SEC; in get_clock()1012 msec_loops /= 1000; in get_clock()1024 for (i = 0; i < msec_loops; i++) in delay()