Searched defs:shortest (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
124 if (time < shortest) shortest = time;
137 PR_IntervalToMicroseconds(shortest),

Completed in 50 milliseconds