Searched refs:msec_loops (Results 1 – 1 of 1) sorted by relevance
117 static long msec_loops; variable 945 msec_loops = 0; in get_clock() 947 msec_loops++; in get_clock() 951 msec_loops *= CLOCKS_PER_SEC; in get_clock() 952 msec_loops /= 1000; in get_clock() 964 for (i = 0; i < msec_loops; i++) in delay()