Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c75 typedef time64_t Time64_T; typedef
109 static const Time64_T seconds_in_gregorian_cycle = days_in_gregorian_cycle * 60LL * 60LL * 24LL;
196 Time64_T timegm64(const struct TM *date) { in timegm64()
197 Time64_T days = 0; in timegm64()
198 Time64_T seconds = 0; in timegm64()
206 days += (Time64_T)cycles * days_in_gregorian_cycle; in timegm64()
211 days += (Time64_T)cycles * days_in_gregorian_cycle; in timegm64()
461 static Time64_T seconds_between_years(Year left_year, Year right_year) { in seconds_between_years()
463 Time64_T seconds = 0; in seconds_between_years()
486 Time64_T mktime64(const struct TM *input_date) { in mktime64()
[all …]