Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
H A Dfs.c100 #define MILLION ((int64_t) 1000 * 1000) macro
105 ts->tv_sec = (long) (filetime / (10 * MILLION)); in uv__filetime_to_timespec()
106 ts->tv_nsec = (long) ((filetime - ts->tv_sec * 10 * MILLION) * 100U); in uv__filetime_to_timespec()
115 int64_t bigtime = ((time) * 10 * MILLION + 116444736 * BILLION); \
/third_party/node/deps/uv/src/win/
H A Dfs.c95 #define MILLION ((int64_t) 1000 * 1000) macro
100 ts->tv_sec = (long) (filetime / (10 * MILLION)); in uv__filetime_to_timespec()
101 ts->tv_nsec = (long) ((filetime - ts->tv_sec * 10 * MILLION) * 100U); in uv__filetime_to_timespec()
110 int64_t bigtime = ((time) * 10 * MILLION + 116444736 * BILLION); \

Completed in 9 milliseconds