HomeSort by relevance Sort by last modified time
    Searched defs:sys_time (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
trace_win.cc 76 SYSTEMTIME sys_time; local
77 GetLocalTime(&sys_time);
83 GetDateFormat(LOCALE_SYSTEM_DEFAULT, 0, &sys_time, TEXT("MMM dd yyyy"),
87 GetTimeFormat(LOCALE_SYSTEM_DEFAULT, 0, &sys_time, TEXT("HH':'mm':'ss"),
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 43 uint64_t sys_time; member in struct:PokeResult
195 result.sys_time = DiffTimeval(usage_start.ru_stime,
  /external/icu/icu4c/source/tools/tzcode/
private.h 256 static time_t sys_time(time_t *x) { return time(x); } function
293 time_t r = sys_time(0);
  /bionic/libc/tzcode/
private.h 316 static time_t sys_time(time_t *x) { return time(x); } function
  /external/fio/
stat.h 144 uint64_t sys_time; member in struct:thread_stat
  /external/dng_sdk/source/
dng_pthread.cpp 670 __int64 sys_time = (__int64)sys_timespec.tv_sec * 1000000000 + sys_timespec.tv_nsec; local
673 int wait_millisecs = (int)((lock_time - sys_time + 500000) / 1000000);
1110 __int64 sys_time = ((__int64)ft.dwHighDateTime << 32) + ft.dwLowDateTime; local
1114 sys_time -= SecsFrom1601To1970 * 10000000LL;
1116 sys_time *= 100; // Convert from 100ns to 1ns units
1118 now->tv_sec = (long)(sys_time / 1000000000);
1119 now->tv_nsec = (long)(sys_time % 1000000000);
  /external/libusb/libusb/os/
darwin_usb.c 1450 mach_timespec_t sys_time; local
    [all...]

Completed in 182 milliseconds