Searched refs:DIVISOR (Results 1 – 1 of 1) sorted by relevance
1105 #define DIVISOR 10 in dumptime() macro1106 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()