Home
last modified time | relevance | path

Searched refs:ctrStart (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c167 static LARGE_INTEGER ctrStart; in time_clock() local
174 QueryPerformanceCounter(&ctrStart); in time_clock()
184 diff = (double)(now.QuadPart - ctrStart.QuadPart); in time_clock()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c167 static LARGE_INTEGER ctrStart; in time_clock() local
174 QueryPerformanceCounter(&ctrStart); in time_clock()
184 diff = (double)(now.QuadPart - ctrStart.QuadPart); in time_clock()