Searched refs:resultant (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/x11perf/dist/
H A Dx11perf.c201 vms_time current_time, resultant; local in function:gettimeofday
210 resultant.high = current_time.high - basetime.high;
211 resultant.low = current_time.low - basetime.low;
213 resultant.high -= 1;
215 status = lib$ediv( &(10000000), &resultant, &tp->tv_sec, &tp->tv_usec);

Completed in 4 milliseconds