Searched refs:time0 (Results 1 – 3 of 3) sorted by relevance
33 double difftime(time_t time1, time_t time0);
1903 int time0 = GetTickCount(); in cvWaitKey() local1911 if( (delay > 0 && abs((int)(GetTickCount() - time0)) >= delay) || hg_windows == 0 ) in cvWaitKey()
6750 function _difftime(time1, time0) { argument6751 return time1 - time0;