Searched refs:ticksll (Results 1 – 1 of 1) sorted by relevance
1042 LONGLONG ticksll = now.QuadPart; in py_get_win_perf_counter() local1047 Py_BUILD_ASSERT(sizeof(ticksll) <= sizeof(ticks)); in py_get_win_perf_counter()1048 ticks = (_PyTime_t)ticksll; in py_get_win_perf_counter()