Searched refs:now (Results 1 – 2 of 2) sorted by relevance
205 struct timeval now; in WaitKey() local207 gettimeofday(&now, NULL); in WaitKey()208 timeout.tv_sec = now.tv_sec; in WaitKey()209 timeout.tv_nsec = now.tv_usec * 1000; in WaitKey()
46 static double now() { in now() function325 double start = now(); in progress_loop()347 double elapsed = now() - progressScopeTime; in progress_loop()359 double end = now(); in progress_loop()505 progressScopeTime = now(); in ShowProgress()