Home
last modified time | relevance | path

Searched refs:WIN_TO_UNIX_TICK_OFFSET (Results 1 – 1 of 1) sorted by relevance

/libuv/src/win/
H A Dfs.c126 static const int64_t WIN_TO_UNIX_TICK_OFFSET = 11644473600 * TICKS_PER_SEC; variable
129 filetime -= WIN_TO_UNIX_TICK_OFFSET; in uv__filetime_to_timespec()
140 int64_t bigtime = ((time) * TICKS_PER_SEC + WIN_TO_UNIX_TICK_OFFSET); \

Completed in 11 milliseconds