Searched refs:windows_time (Results 1 – 1 of 1) sorted by relevance
235 uint64_t unix_time, windows_time; in gettimeofday() local247 windows_time = ((uint64_t)fileTime.dwHighDateTime << 32) + fileTime.dwLowDateTime; in gettimeofday()249 unix_time = (((windows_time)/10000) - MILLISECONDS_BETWEEN_1601_AND_1970); in gettimeofday()