Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h573 #ifndef AVGSECSPERYEAR
574 #define AVGSECSPERYEAR 31556952L macro
578 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
Dlocaltime.c1425 seconds = years * AVGSECSPERYEAR; in localsub()