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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dfsync.c68 PRIntervalTime time, total = 0, shortest = 0x7fffffff, longest = 0; local
125 else if (time > longest) longest = time;
139 PR_IntervalToMicroseconds(longest));

Completed in 50 milliseconds