Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ex/
H A Duuid.c202 LARGE_INTEGER Counter, Frequency, CurrentTime, TimeDiff, ClockDiff; in ExpAllocateUuids() local
254 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()