HomeSort by relevance Sort by last modified time
    Searched refs:SystemTime (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Support/
Timer.h 30 double SystemTime; // System time elapsed
33 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {}
41 double getProcessTime() const { return UserTime+SystemTime; }
43 double getSystemTime() const { return SystemTime; }
57 SystemTime += RHS.SystemTime;
63 SystemTime -= RHS.SystemTime;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ioevent.h 34 LARGE_INTEGER SystemTime;
winperf.h 23 SYSTEMTIME SystemTime;
rpcasync.h 114 SYSTEMTIME SystemTime;
winternl.h 957 NTSTATUS NTAPI NtQuerySystemTime(PLARGE_INTEGER SystemTime);
962 NTSTATUS NTAPI RtlLocalTimeToSystemTime(PLARGE_INTEGER LocalTime,PLARGE_INTEGER SystemTime);
    [all...]
ks.h     [all...]
netmon.h 638 SYSTEMTIME TimeStamp;
929 SYSTEMTIME SysTime;
1058 typedef SYSTEMTIME UNALIGNED *ULPSYSTEMTIME;
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 143 Result.SystemTime = sys.seconds() + sys.microseconds() / 1000000.0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 53 ULONGLONG SystemTime;
ntddk.h     [all...]
wdm.h     [all...]

Completed in 389 milliseconds