Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_recent.h25 __u32 seconds; member
33 __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.h15 __u64 seconds; member
/bionic/libc/tzcode/
Dlocaltime.c1580 register time_t seconds; in localsub() local
1584 seconds = sp->ats[0] - t; in localsub()
1585 else seconds = t - sp->ats[sp->timecnt - 1]; in localsub()
1586 --seconds; in localsub()
1590 years = seconds / SECSPERREPEAT * YEARSPERREPEAT; in localsub()
1591 seconds = years * AVGSECSPERYEAR; in localsub()
1594 newt = t + seconds + SECSPERREPEAT; in localsub()
1596 newt = t - seconds - SECSPERREPEAT; in localsub()
/bionic/libc/kernel/uapi/linux/
Dvideodev2.h520 __u8 seconds; member