Searched defs:ft0 (Results 1 - 2 of 2) 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/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 33 milliseconds