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