Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c109 static const Time64_T seconds_in_gregorian_cycle = days_in_gregorian_cycle * 60LL * 60LL * 24LL; variable
469 seconds += cycles * seconds_in_gregorian_cycle; in seconds_between_years()
474 seconds += cycles * seconds_in_gregorian_cycle; in seconds_between_years()