Searched refs:msec_loops (Results 1 – 1 of 1) sorted by relevance
119 static long msec_loops; variable948 msec_loops = 0; in get_clock()950 msec_loops++; in get_clock()954 msec_loops *= CLOCKS_PER_SEC; in get_clock()955 msec_loops /= 1000; in get_clock()967 for (i = 0; i < msec_loops; i++) in delay()