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

  /external/qemu/distrib/sdl-1.2.12/src/timer/win32/
SDL_systimer.c 46 static LARGE_INTEGER hires_start_ticks; variable
61 QueryPerformanceCounter(&hires_start_ticks);
87 hires_now.QuadPart -= hires_start_ticks.QuadPart;
  /external/qemu/distrib/sdl-1.2.12/src/timer/os2/
SDL_systimer.c 43 static long long hires_start_ticks; variable
50 DosTmrQueryTime((PQWORD)&hires_start_ticks);
60 hires_now -= hires_start_ticks;
70 sub eax, dword ptr hires_start_ticks
71 sbb edx, dword ptr hires_start_ticks+4

Completed in 44 milliseconds