HomeSort by relevance Sort by last modified time
    Searched refs:GetTickCount (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/libjpeg-turbo/
tjutil.c 46 if(f==0.0) return (double)GetTickCount()/1000.;
  /external/libvncserver/test/
tjutil.c 46 if(f==0.0) return (double)GetTickCount()/1000.;
  /prebuilts/go/darwin-x86/misc/cgo/test/
callback_c.c 38 long long st = GetTickCount();
  /prebuilts/go/linux-x86/misc/cgo/test/
callback_c.c 38 long long st = GetTickCount();
  /external/zlib/src/contrib/testzlib/
testzlib.c 88 pbeginTime64->LowPart = GetTickCount();
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;
189 dwGetTick=GetTickCount();
217 dwGetTick=GetTickCount()-dwGetTick;
230 dwGetTick=GetTickCount();
258 dwGetTick=GetTickCount()-dwGetTick;
  /toolchain/binutils/binutils-2.27/zlib/contrib/testzlib/
testzlib.c 88 pbeginTime64->LowPart = GetTickCount();
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;
189 dwGetTick=GetTickCount();
217 dwGetTick=GetTickCount()-dwGetTick;
230 dwGetTick=GetTickCount();
258 dwGetTick=GetTickCount()-dwGetTick;
  /external/python/cpython2/Modules/_multiprocessing/
pipe_connection.c 109 deadline = GetTickCount() + (DWORD)(1000 * timeout + 0.5);
120 difference = deadline - GetTickCount();
semaphore.c 107 start = GetTickCount();
131 ticks = GetTickCount();
  /external/curl/src/
tool_util.c 33 ** GetTickCount() is available on _all_ Windows versions from W95 up
46 DWORD milliseconds = GetTickCount();
  /external/curl/tests/libtest/
testutil.c 32 ** GetTickCount() is available on _all_ Windows versions from W95 up
37 DWORD milliseconds = GetTickCount();
  /external/libcups/cups/
tempfile.c 92 curtime = GetTickCount() + tries;
  /external/ltp/testcases/kernel/io/disktest/
timer.c 220 startTime = GetTickCount();
225 endTime = GetTickCount();
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 57 GetTickCount,
  /external/lzma/CPP/7zip/Crypto/
RandGen.cpp 77 DWORD tickCount = ::GetTickCount();
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 370 dlog( kDebugLevelTrace, "%s begin (ticks=%d)\n", __ROUTINE__, GetTickCount() );
415 dlog( kDebugLevelTrace, "%s end (ticks=%d)\n", __ROUTINE__, GetTickCount() );
435 dlog( kDebugLevelTrace, "%s begin (ticks=%d)\n", __ROUTINE__, GetTickCount() );
477 dlog( kDebugLevelTrace, "%s end (ticks=%d)\n", __ROUTINE__, GetTickCount() );
511 dlog( kDebugLevelTrace, "%s begin (ticks=%d)\n", __ROUTINE__, GetTickCount() );
625 dlog( kDebugLevelTrace, "%s end (ticks=%d)\n", __ROUTINE__, GetTickCount() );
658 dlog( kDebugLevelTrace, "%s begin (ticks=%d)\n", __ROUTINE__, GetTickCount() );
743 dlog( kDebugLevelTrace, "%s end (ticks=%d)\n", __ROUTINE__, GetTickCount() );
764 dlog( kDebugLevelTrace, "%s begin (ticks=%d)\n", __ROUTINE__, GetTickCount() );
774 dlog( kDebugLevelTrace, "%s end (ticks=%d)\n", __ROUTINE__, GetTickCount() );
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 531 static unsigned int GetTickCount()
    [all...]
  /external/curl/lib/
timeval.c 30 ** GetTickCount() is available on _all_ Windows versions from W95 up
37 DWORD milliseconds = GetTickCount();
  /device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/
Timer.c 167 CurrentTick = gWinNt->GetTickCount ();
421 mNtLastTick = gWinNt->GetTickCount ();
  /external/libevent/
evthread_win32.c 251 startTime = GetTickCount();
269 endTime = GetTickCount();
  /external/python/cpython3/Python/
thread_nt.h 78 DWORD now, target = GetTickCount() + milliseconds;
84 now = GetTickCount();
  /external/lzma/CPP/7zip/UI/Console/
PercentPrinter.cpp 92 tick = GetTickCount();
  /external/libevent/test/
regress_iocp.c 101 elapsed = GetTickCount();
103 elapsed = GetTickCount() - elapsed;
  /external/fio/engines/
windowsaio.c 247 current_time = GetTickCount();
279 start_count = GetTickCount();
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 307 d = (GetTickCount() << 12) ^ (GetCurrentThreadId() << 14) ^ GetCurrentProcessId();
309 for (i = 0;; i++, d += GetTickCount())
  /external/lzma/CPP/Windows/
FileDir.cpp 577 UInt32 d = (GetTickCount() << 12) ^ (GetCurrentThreadId() << 14) ^ GetCurrentProcessId();
596 UInt32 step = GetTickCount() + 2;

Completed in 489 milliseconds

1 2 3