HomeSort by relevance Sort by last modified time
    Searched defs:sys_time (Results 1 - 9 of 9) 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/ltp/utils/benchmark/ebizzy-0.3/
ebizzy.c 457 struct timeval usr_time, sys_time; local
502 sys_time = difftimeval(&end_ru.ru_stime, &start_ru.ru_stime);
506 printf("sys %5.2f s\n", sys_time.tv_sec + sys_time.tv_usec / 1e6);
  /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);
  /external/linux-kselftest/tools/testing/selftests/x86/
test_vsyscall.c 169 static inline long sys_time(time_t *t) function
171 return syscall(SYS_time, t);
268 t_sys1 = sys_time(&t2_sys1);
273 t_sys2 = sys_time(&t2_sys2);
  /bionic/libc/tzcode/
private.h 327 static time_t sys_time(time_t *x) { return time(x); } function
  /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/fio/
stat.h 167 uint64_t sys_time; member in struct:thread_stat
  /external/libusb/libusb/os/
darwin_usb.c 1968 mach_timespec_t sys_time; local
    [all...]

Completed in 555 milliseconds