Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dtime.c33 #define TICKSTO1980 0x01a8e79fe1d58000LL macro
36 #define TICKSTO1980 0x01a8e79fe1d58000i64 macro
339 IntTime.QuadPart = Time->QuadPart - TICKSTO1980; in RtlTimeToSecondsSince1980()
420 Time->QuadPart = ((LONGLONG)SecondsSince1980 * TICKSPERSEC) + TICKSTO1980; in RtlSecondsSince1980ToTime()