Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpytime.c1042 LONGLONG ticksll = now.QuadPart; in py_get_win_perf_counter() local
1047 Py_BUILD_ASSERT(sizeof(ticksll) <= sizeof(ticks)); in py_get_win_perf_counter()
1048 ticks = (_PyTime_t)ticksll; in py_get_win_perf_counter()