Searched refs:DIVISOR (Results 1 – 7 of 7) sorted by relevance
908 #define DIVISOR 10 in dumptime() macro909 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()910 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()911 trail / DIVISOR; in dumptime()912 trail %= DIVISOR; in dumptime()914 trail += DIVISOR; in dumptime()917 trail -= DIVISOR; in dumptime()994 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptimeICU()995 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR; in dumptimeICU()996 trail %= DIVISOR; in dumptimeICU()[all …]
639 #define DIVISOR 100 in _yconv() macro640 trail = a % DIVISOR + b % DIVISOR; in _yconv()641 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()642 trail %= DIVISOR; in _yconv()644 trail += DIVISOR; in _yconv()647 trail -= DIVISOR; in _yconv()
1211 #define DIVISOR 10 in dumptime() macro1212 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()1213 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()1214 trail / DIVISOR; in dumptime()1215 trail %= DIVISOR; in dumptime()1217 trail += DIVISOR; in dumptime()1220 trail -= DIVISOR; in dumptime()
438 DIVISOR first map the requested attribute index to a binding index via
448 DIVISOR first map the requested attribute index to a binding index via