Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c549 #define DIVISOR 100 in _yconv() macro
550 trail = a % DIVISOR + b % DIVISOR; in _yconv()
551 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
552 trail %= DIVISOR; in _yconv()
554 trail += DIVISOR; in _yconv()
557 trail -= DIVISOR; in _yconv()
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c1228 int DIVISOR = 10; in dumptime() local
1244 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()
1245 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()
1246 trail / DIVISOR; in dumptime()
1247 trail %= DIVISOR; in dumptime()
1249 trail += DIVISOR; in dumptime()
1252 trail -= DIVISOR; in dumptime()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c.texi191 /* @r{Divide UD by DIVISOR until UD == 0.} */
H A Dmultiboot.info1461 /* Divide UD by DIVISOR until UD == 0. */