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.c521 #define DIVISOR 100 in _yconv() macro
522 trail = a % DIVISOR + b % DIVISOR; in _yconv()
523 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
524 trail %= DIVISOR; in _yconv()
526 trail += DIVISOR; in _yconv()
529 trail -= DIVISOR; in _yconv()
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c620 #define DIVISOR 10 macro
621 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
622 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
623 trail / DIVISOR;
624 trail %= DIVISOR;
626 trail += DIVISOR;
629 trail -= DIVISOR;
/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. */