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