Home
last modified time | relevance | path

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

/glibc-2.36/timezone/
Dzdump.c1105 #define DIVISOR 10 in dumptime() macro
1106 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()
1107 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()
1108 trail / DIVISOR; in dumptime()
1109 trail %= DIVISOR; in dumptime()
1111 trail += DIVISOR; in dumptime()
1114 trail -= DIVISOR; in dumptime()