HomeSort by: relevance | last modified time | path
    Searched refs:WINTIME (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/cpio/
cpio_windows.c 174 #define WINTIME(sec, usec) (((sec * 10000000LL) + EPOC_TIME) + (usec * 10))
181 wintm.QuadPart = WINTIME(times[0].tv_sec, times[0].tv_usec);
184 wintm.QuadPart = WINTIME(times[1].tv_sec, times[1].tv_usec);
  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 2153 #define WINTIME(sec, nsec) (((sec * 10000000LL) + EPOC_TIME)\
2171 wintm.QuadPart = WINTIME(at, at_nsec);
2178 wintm.QuadPart = WINTIME(mt, mt_nsec);

Completed in 20 milliseconds