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

/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c194 static jlong fileTime_1_1_70 = 0; local
198 if (fileTime_1_1_70 == 0) {
199 /* Initialize fileTime_1_1_70 -- the Win32 file time of midnight
208 fileTime_1_1_70 = FT2JLONG(ft0);
214 return (FT2JLONG(ft0) - fileTime_1_1_70) / 10000;
/openjdk7/jdk/src/windows/transport/socket/
H A Dsocket_md.c433 static long fileTime_1_1_70 = 0; /* midnight 1/1/70 */ local
438 if (fileTime_1_1_70 == 0) {
444 fileTime_1_1_70 = FT2INT64(ft0);
450 return (FT2INT64(ft0) - fileTime_1_1_70) / 10000;

Completed in 42 milliseconds