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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtest.c118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1330 t_misc += (t_stop - t_start);
1331 t_start = t_stop;
1352 t_decode += (t_stop - t_start);
1353 t_start = t_stop;
1358 t_encode += (t_stop - t_start);
1359 t_start = t_stop;
1803 t_misc += (t_stop - t_start);
1804 t_start = t_stop;

Completed in 32 milliseconds