Lines Matching defs:time
11 #include <linux/time.h>
29 * Offset between Unix time (1970-based) and Mac time (1904-based). Cuda and PMU
235 * Return the current time in seconds since January 1, 1904.
285 * Set the current time to a number of seconds since January 1, 1904.
298 time64_t time;
300 time = mktime64(tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
308 data.idata = lower_32_bits(time + RTC_OFFSET);
545 static void unmktime(time64_t time, long offset,
560 days = div_u64_rem(time, SECS_PER_DAY, &rem);