Searched refs:t_misc (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);
1803 t_misc += (t_stop - t_start);
1806 (t_misc+t_decode+t_encode)/(float)CLOCKS_PER_SEC);
1812 t_misc/(float)CLOCKS_PER_SEC);

Completed in 33 milliseconds