Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_recent.h37 __u32 seconds; member
45 __u32 seconds; member
/bionic/libc/bionic/
Dtime64.c198 Time64_T seconds = 0; in timegm64() local
234 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() local
469 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 …]
/bionic/libc/kernel/uapi/scsi/
Dscsi_netlink_fc.h27 __u64 seconds; member
/bionic/libc/tzcode/
Dlocaltime.c1417 register time_t seconds; in localsub() local
1421 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()