Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpytime.c944 LONGLONG ticksll; in win_perf_counter() local
993 ticksll = now.QuadPart; in win_perf_counter()
997 ticksll -= t0; in win_perf_counter()
1001 Py_BUILD_ASSERT(sizeof(ticksll) <= sizeof(ticks)); in win_perf_counter()
1002 ticks = (_PyTime_t)ticksll; in win_perf_counter()