Searched refs:ClockDiff (Results 1 – 1 of 1) sorted by relevance
202 LARGE_INTEGER Counter, Frequency, CurrentTime, TimeDiff, ClockDiff; in ExpAllocateUuids() local254 ClockDiff.QuadPart = 0LL; in ExpAllocateUuids()259 ClockDiff.QuadPart = TimeDiff.QuadPart - TIME_FRAME; in ExpAllocateUuids()260 --ClockDiff.HighPart; in ExpAllocateUuids()263 Time->QuadPart = CurrentTime.QuadPart - *Range - ClockDiff.QuadPart; in ExpAllocateUuids()264 ExpUuidLastTimeAllocated.QuadPart = CurrentTime.QuadPart - ClockDiff.QuadPart; in ExpAllocateUuids()