Searched refs:seconds (Results 1 – 4 of 4) sorted by relevance
37 __u32 seconds; member45 __u32 seconds; member
198 Time64_T seconds = 0; in timegm64() local234 seconds = days * 60 * 60 * 24; in timegm64()236 seconds += date->tm_hour * 60 * 60; in timegm64()237 seconds += date->tm_min * 60; in timegm64()238 seconds += date->tm_sec; in timegm64()240 return(seconds); in timegm64()463 Time64_T seconds = 0; in seconds_between_years() local469 seconds += cycles * seconds_in_gregorian_cycle; in seconds_between_years()474 seconds += cycles * seconds_in_gregorian_cycle; in seconds_between_years()478 seconds += length_of_year[IS_LEAP(right_year - 1900)] * 60 * 60 * 24; in seconds_between_years()[all …]
27 __u64 seconds; member
1417 register time_t seconds; in localsub() local1421 seconds = sp->ats[0] - t; in localsub()1422 else seconds = t - sp->ats[sp->timecnt - 1]; in localsub()1423 --seconds; in localsub()1424 years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT; in localsub()1425 seconds = years * AVGSECSPERYEAR; in localsub()1427 newt += seconds; in localsub()1428 else newt -= seconds; in localsub()