Home
last modified time | relevance | path

Searched defs:GetUserTime (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/MagickCore/
Dtimer.c401 MagickExport double GetUserTime(TimerInfo *time_info) in GetUserTime() function
Dmethods.h561 #define GetUserTime PrependMagickMethod(GetUserTime) macro
/external/v8/src/base/platform/
Dplatform-fuchsia.cc152 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { in GetUserTime() function in v8::base::OS
Dplatform-starboard.cc82 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { in GetUserTime() function in v8::base::OS
Dplatform-posix.cc622 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { in GetUserTime() function in v8::base::OS
Dplatform-win32.cc439 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { in GetUserTime() function in v8::base::OS
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp424 UInt64 GetUserTime() in GetUserTime() function
455 UInt64 GetUserTime() { return GetWinUserTime() - StartTime; } in GetUserTime() function