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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dparent.c70 PRIntervalTime t_start, t_elapsed; local
113 t_start = PR_IntervalNow();
116 t_elapsed = (PRIntervalTime) (PR_IntervalNow() - t_start);
/vbox/src/libs/libpng-1.2.8/
H A Dpngtest.c81 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
91 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1085 t_misc += (t_stop - t_start);
1086 t_start = t_stop;
1105 t_decode += (t_stop - t_start);
1106 t_start = t_stop;
1111 t_encode += (t_stop - t_start);
1112 t_start = t_stop;
1534 t_misc += (t_stop - t_start);
1535 t_start
[all...]

Completed in 501 milliseconds