Lines Matching refs:uint64_t
15 static uint64_t ktimeLastEpoch;
16 static uint64_t ktimeLastTSC;
17 uint64_t ticksPerSecond;
35 KTimeIsLeapYear(uint64_t year)
47 KTimeDaysInMonth(uint64_t year, uint64_t month)
49 static const uint64_t days[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
63 uint64_t m;
66 uint64_t yday = 0;
78 uint64_t days = 0;
79 uint64_t secs = 0;
80 uint64_t y, m;
91 uint64_t yday = 0;
111 uint64_t secs, mins, hours;
112 uint64_t days;
113 uint64_t y, m;
135 uint64_t daysOfYear;
151 uint64_t daysOfMonth = KTimeDaysInMonth(tm->year, m);
163 KTime_SetTime(UnixEpoch epoch, uint64_t tsc, uint64_t tps)
182 uint64_t tscDiff;
183 uint64_t epoch;
196 uint64_t tscDiff;
197 uint64_t epoch;