Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_timespec.c47 #define PTW32_TIMESPEC_TO_FILETIME_OFFSET \ macro
62 + (ts->tv_nsec + 50) / 100 + PTW32_TIMESPEC_TO_FILETIME_OFFSET; in ptw32_timespec_to_filetime()
77 (int) ((*(int64_t *) ft - PTW32_TIMESPEC_TO_FILETIME_OFFSET) / 10000000); in ptw32_filetime_to_timespec()
79 (int) ((*(int64_t *) ft - PTW32_TIMESPEC_TO_FILETIME_OFFSET - in ptw32_filetime_to_timespec()