Searched refs:ticksll (Results 1 – 1 of 1) sorted by relevance
944 LONGLONG ticksll; in win_perf_counter() local993 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()