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

/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c196 FILETIME ft0; local
207 SystemTimeToFileTime(&st0, &ft0);
208 fileTime_1_1_70 = FT2JLONG(ft0);
212 SystemTimeToFileTime(&st0, &ft0);
214 return (FT2JLONG(ft0) - fileTime_1_1_70) / 10000;
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java157 float t0 = 0, ft0 = ROCsq(t0) - w*w;
162 if (ft0 == 0f) {
164 } else if (ft1 * ft0 < 0f) { // have opposite signs
170 ft0 = ft1;
/openjdk7/jdk/src/windows/transport/socket/
H A Dsocket_md.c435 FILETIME ft0; local
443 SystemTimeToFileTime(&st0, &ft0);
444 fileTime_1_1_70 = FT2INT64(ft0);
448 SystemTimeToFileTime(&st0, &ft0);
450 return (FT2INT64(ft0) - fileTime_1_1_70) / 10000;

Completed in 24 milliseconds