Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpytime.c965 LONGLONG ticksll; in win_perf_counter() local
1014 ticksll = now.QuadPart; in win_perf_counter()
1018 ticksll -= t0; in win_perf_counter()
1022 Py_BUILD_ASSERT(sizeof(ticksll) <= sizeof(ticks)); in win_perf_counter()
1023 ticks = (_PyTime_t)ticksll; in win_perf_counter()