Searched defs:predicted (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlockfile.c185 * predicted - extra time test says should not be counted
187 * Time accountable to the test is duration - overhead - predicted
194 PRIntervalTime predicted = test(loops); local
197 accountable = duration - predicted;
H A Dalarm.c458 PRIntervalTime predicted, timein, timeout, ticks; local
464 predicted = func(loops);
472 overhead = PR_IntervalToMicroseconds(predicted);
474 if(ticks < predicted)
H A Dlock.c124 PRIntervalTime predicted = 0; local
127 predicted += contention_interval;
130 return predicted;
412 * predicted - extra time test says should not be counted
414 * Time accountable to the test is duration - overhead - predicted
421 PRIntervalTime predicted = test(loops); local
427 accountable = duration - predicted;

Completed in 53 milliseconds